by call | Aug 9, 2013 | hour, localtime, solution, support, Ubuntu, time use, say, time zone
The problem (report here) resides in zic, used by the KDE Date and Time module (and other programs), which copies the timezone to /etc/localtime without checking if the original is a symbolic link and therefore, without properly referencing it, so it ends....
by call | Jun 4, 2013 | drag-n-drop, emacs, suspenders, solution
Just do:M-x customize-variablednd-protocol-alisty remove from regular expressions the protocols that we want to insert as text, in addition to the pipe that follows (v.g. remover https?|ftp| and leave ^(file|nfs)://). Finally we save for ....
by call | Jan 24, 2013 | coursera, oneliner, perl, regex, rename, solution, support
(you can read this publication in spanish here) Useful one-liner to rename multiple files using regular expressions:perl -we ‘$regex = shift(@ARGV); $rep = shift(@ARGV); $rep =~ s/”/\”/g; $rep = qq(“$rep”); foreach (@ARGV) { if (/$regex/)...
by call | Jan 24, 2013 | coursera, oneliner, perl, regex, rename, solution, support
Practical command to rename files using regular expressions:perl -we ‘$regex = shift(@ARGV); $rep = shift(@ARGV); $rep =~ s/”/\”/g; $rep = qq(“$rep”); foreach (@ARGV) { if (/$regex/) { $ren = s/$regex/$rep/geer; print...
by call | Jan 22, 2013 | Without category
TPFanControl: permite monitorear la temperatura de los diferentes componentes del sistema en Windows, y especificar la velocidad del ventilador, o dejar que TPFanControl la decida–muy recomendable, pues el Gestor de Energía de Thinkpad no regula la velocidad del...