Short IT recipes

i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...

Tuesday, July 28, 2009

Firefox: images don't load but work everywhere else

›
I had problem with one of my sites. When testing on firefox, some banners did not load. My site was sponsored so I had sponsors banners on m...
Wednesday, July 22, 2009

bash: check size of all folders in a given directory

›
To list all folders in a given path this can be used for f in ./* ; do if [ -d "$f" ]; then echo $f ; fi done; To list sizes of ...
Monday, July 20, 2009

Using rsync to transfer files and directories from server

›
A file from a server to the local computer rsync -v -e ssh W@server:~/some_file.tar.gz ~/local_dir A directory from a server to the local c...
Thursday, July 09, 2009

VirtualBox on CentOS 5.3: port forwarding

›
I have installed VirtualBox 2.2.4 on a CentOS 5.3. As a guest OS I installed Ubuntu, and on that Ubuntu I made a LAMP server. So, what I wa...
Wednesday, July 08, 2009

Install VirtualBox on CentOS 5

›
Go to the conclusions if you have no time for BS. If you have time the details of my installation of VirtualBox 2.2.4 on CentOS 5.3 are belo...
Monday, July 06, 2009

Update of CentOS 5.2 to CentOS 5.3

›
There was no problems with the update. I just followed the instructions . Most importantly, after the update to CentOS 5.3, applications pre...
Wednesday, July 01, 2009

ssh -X Error: Can't open display:

›
The error occurred when I was accessing a server (Arch linux) from a desktop (Mac X) using ssh -X username@serverip. In other words I wanted...
Tuesday, June 30, 2009

wine: remove Wine gnome menu

›
In my system (Arch Linux) after removing wine (sudo pacman -R wine), the Wine gnome menu was still in the Gnome Menus. To remove it, I had t...
Thursday, June 18, 2009

python: numbers starting with zero are octagonal

›
I was debugging my script and I found that a number that starts from zero is different that the number without zero. This is because these n...
Wednesday, June 17, 2009

CentoOS: problem to install Abacus 6.8

›
When I was installing Abacus 6.8 on CentOS 5.2 x86_64 I run into three problems. The first one was that installation script did not recogniz...
‹
›
Home
View web version
Powered by Blogger.