$ cd /some/dir
$ wget http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
$ wget .../SHA512SUMS
$ shasum -c SHA512SUMS
$ export FIRMWARE_INSTALL_DIR="/lib/firmware"
$ tar xjf broadcom-wl-5.100.138.tar.bz2
$ sudo b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" broadcom-wl-5.100.138/linux/wl_apsta.o
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # One-line version of head-and-tail.plx (w/o --no-overlap and w/o | |
| # proper handling of tail less than number of lines): | |
| seq 1 100000 | HEAD=5 TAIL=2 SEP=$'...\n' perl -e 'my($h,$t,$s,$l)=($ENV{"HEAD"}||10,$ENV{"TAIL"}||10,$ENV{"SEP"}||"",0);my @b=();while(<>){print if $.<=$h;$b[$.%$t]=$_;$l=$.};print $s;for(my $i=$t-1;$i>=0;--$i){print $b[($l-$i)%$t]}' | |
| # For files (not streams), this seems to work just fine too (but it | |
| # will not overlap): | |
| ( head -n 5; echo ...; tail -n 2 ) < some-file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vim --cmd 'set tabpagemax=20' -p ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git remote add all URL1 | |
| git remote set-url all --add --push URL1 | |
| git remote set-url all --add --push URL2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # run chromium builds from https://download-chromium.appspot.com w/ sandbox from ubuntu package | |
| # NB: this will only work as long as the sandbox API stays the same | |
| export CHROME_DEVEL_SANDBOX=/usr/lib/chromium-browser/chromium-browser-sandbox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.profile: executed by the command interpreter for login shells. | |
| # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login | |
| # exists. | |
| # see /usr/share/doc/bash/examples/startup-files for examples. | |
| # the files are located in the bash-doc package. | |
| # the default umask is set in /etc/profile; for setting the umask | |
| # for ssh logins, install and configure the libpam-umask package. | |
| #umask 022 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| augeas-tools | |
| build-essential | |
| byobu | |
| cheese | |
| chromium-codecs-ffmpeg-extra | |
| curl | |
| debian-goodies | |
| dialog | |
| erlang | |
| etckeeper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| |-- OLD | |
| | `-- obfusk | |
| |-- dev | |
| | |-- clj-obfusk-data | |
| | |-- eft | |
| | |-- localconfig | |
| | |-- obfusk.coffee | |
| | |-- rb-obfusk-data | |
| | |-- rb-obfusk-util | |
| | |-- taskmaster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ACTIONS=cddb,read,encode,move,clean | |
| PADTRACKS=y | |
| CDDBPROTO=5 # latin1 | |
| HELLOINFO='somebody@somehost' | |
| SHOWCDDBFIELDS=year | |
| LAMEOPTS='-h' | |
| MAXPROCS=3 |