Category: Technical Blog

To get a V+ set-top box remote doing volume and mute on a Hitachi 42PD9R10 (42″ plasma) follow the V+ instructions and use the remote code 0173

Sort a list of IP addresses naturally by octet number: # sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n

The following line of config, when added to Muttrc, will ensure that all Maildir directories in ~/Maildir are available to browse via the Mutt userinterface (using “c” or TAB): mailboxes echo -n "+ "; ls -ad ~/Maildir/.* | sed -e "s/^.*Maildir\/\([^\/]*\).*$/+\1/" -e "s/ /\\\\\\\ /g" | xargs