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 | May 15, 2012 | solution, tech support, troubleshooting, videogames
When running Tribes Ascend (for the first time in my case), can't see mouse cursor, nor the background of the home screen (if you manage to blindly accept the EULA). A problem with corrupted textures, according to Hi-Rez technical support. The...
by call | Mar 1, 2012 | upgrade, automatic, accessories, installation, solution, web, Wordpress
Para poder instalar complementos automáticamente, WordPress requiere que el usuario del servidor web sea el propietario de los directorios wp-admin y wp-content, localizados donde lo tengas instalado. Un poco raro, pues no se conforma con tener permisos de...