Short IT recipes
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Tuesday, January 17, 2006
Latex: draft option
›
Writing some long document/article in latex with a lot of figures can be not very nice; providing that, the more figures you have the more t...
Sunday, January 15, 2006
Matlab: getargs.m
›
Get arguments function code (getargs.m) function S = getargs(defaultS, varglist); if mod(length(varglist),2) ~=0 error('Odd number o...
Tuesday, January 10, 2006
Ubuntu: quick setup of vsftpd server
›
Instead of proftpd it is faster to use vsftpd. After installation ( sudo apt-get install vsftpd ) just: sudo vim /etc/vsftpd.conf And uncom...
‹
Home
View web version