Re: Re (3): xmonad and LXDE.

2012-07-15 Thread Daniel Landau
On Sun, Jul 15, 2012 at 10:14 PM, wrote: > Incidentally, xmonad.man refers to the mod key but never mentions what > it is. + gave the dmenu. On a PC keyboard, mod appears to be Alt. > You can change the mod key. See: http://www.haskell.org/haskellwiki/Xmonad/Frequently_asked_questions#Rebindin

Re: data recovery tools for debian (command line)

2012-05-09 Thread Daniel Landau
ta_recovery_with_testdisk > > seems good but haven't tested yet. You could try ext3grep (http://code.google.com/p/ext3grep/), but I haven't tested it. Please write back with results if you try it. Daniel Landau -- To UNSUBSCRIBE, email to debian-user-requ...@lists.

Re: Alt key problem with MacBookPro

2012-04-22 Thread Daniel Landau
, M-x etc. keybindings in Emacs) and the right alt is used for various extra characters. So the left and right alt are (usually) not the same key on an Apple keyboard in GNU/Linux. Daniel Landau -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscr

Re: Scripting question

2012-04-17 Thread Daniel Landau
earching online for "sed tutorial". The line to do this specific thing is: $ sed -e 's/^Smtp:/To:/' oldfile > newfile Daniel Landau -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Re:Specify "mail from:" in postfix + relayhost

2012-04-12 Thread Daniel Landau
il adress (eg @free.fr). > However using telnet is pretty tedious. Does anyone knows what is the > command line option to specify the 'mail from:' information ? You can specify any headers with -a, e.g. $ mail -a 'From: "My Name" ' da Daniel Landau