Tinklalapis: www.noir.lt

Tinklalapio pavadinimas: blanc

Tinklalapio RSS srautas:

the clicker
xdotool click –repeat 10000 –delay 100 1 …

urxvt
Fullscreen capability is added by putting #! perl sub on_user_command { my ($self, $cmd) = @_; if ($cmd eq „fullscreen:switch”) { my $dummy = `wmctrl -r :ACTIVE: -b toggle,fullscreen,above` ; } } into ~/.urxvt/ext/fullscreen, and the clipboards are unified by #! /usr/bin/perl sub on_sel_grab { my $ …

Disable comment chasing when pasting code into vim
Add to .vimrc: autocmd BufReadPre,BufNewFile * let b:did_ftplugin = 1 set comments …

tar divide into 500mb pieces
tar’ed the file with: nohup nice tar -cf ./foo.tar ./fooSource & Gunzip on three processor cores (-p 3) while keeping the original tar (-k) nice pigz -k -p 3 foo.tar split the file into 500MB chunks with: nohup nice split –line-bytes=500m foo.tar.gz foo_ & rejoined the file with: …

Nuorodos į kitus domenus:   noir.lt