-
Tag Cloud
desktop domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares ssjs terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
LINUX Archive
-
Hamachi on Ubuntu Karmic Koala 9.10 error
Posted on October 27, 2009 | No CommentsI have Hamachi installed on Jaunty successfully by following this article, but having error when trying to make the same on Karmic. Step 17 failed simple with “Killed” message when... -
Duplicate a website like Teleport on Ubuntu Jaunty Linux
Posted on October 14, 2009 | No CommentsIf you are a Windows user, you probably know about Teleport to download or create a copy of a website on your hard-disk What about on Linux? Well, you have... -
Looking no more! I found the best Mind Map for my Ubuntu
Posted on October 6, 2009 | No CommentsI have been missing Mindmap Manager when switching to Ubuntu from my Windows box and wondering for a while to find a powerful & competitive alternative free solution. Freemind is... -
Convert PDF to images (jpeg, png etc…)
Posted on September 19, 2009 | No CommentsIf you want to convert pdf to images (png, jpeg), try Ghost script command gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=png16m -r300 -sOutputFile=output_file.png input_file.pdf You can change “png16m” with the devices from... -
Yahoo emoticon in Pidgin
Posted on August 3, 2009 | No CommentsLooking no more, Pidgin is the best for IM in my Ubuntu Jaunty box, the only thing I want to change is the emoticon package. Most of my friends are... -
Eclipse 3.5 Galileo on Ubuntu Jaunty 9.04
Posted on July 31, 2009 | 13 CommentsBase on some other articles guiding installation of Eclipse on Ubuntu, here are some steps that help you getting Eclipse 3.5 working on Ubuntu Jaunty 9.04 1. Install Sun Java... -
Django on Debian Lenny (mod_python + apache2 + mysql)
Posted on July 7, 2009 | No CommentsThis is a short note on how to build a Django development environment in a Debian Lenny server. 1. Update and upgrade apt-get apt-get update && apt-get upgrade 2. Grab... -
Error with lxml on Debian Lenny
Posted on April 10, 2009 | No CommentsWhile trying to get Mapnik WMS server work on Debian Lenny, I found out that there were some errors with the lxml installation, before doing easy_install lxml be sure that... -
How to delete all .svn folders recursively
Posted on November 29, 2008 | 1 CommentYou might need to do this sometimes, tt’s as simple as this: On Linux / MacOSX: cd /path/to/the/folder rm -rf `find . -name .svn` On Windows Create a .bat file... -
wget recursive download
Posted on October 27, 2008 | 1 CommentOkay, here is a quick way to get everything recursively downloaded using wget $wget -rkp -np <url here>

