-
-
Tag Cloud
desktop domino eclipse error extjs firefox freewares google howto image 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 terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
LINUX Archive
-
How to change SSH port on Ubuntu
Posted on April 24, 2011 | 2 CommentsThese are 4 easy steps that helps you to change SSH port on your Ubuntu box 1. Open the Terminal 2. Edit ssh_config sudo nano /etc/ssh/ssh_config 3. Change the port... -
How to take screenshot in Linux
Posted on April 14, 2011 | 2 CommentsThere’s a nice utility that allow you to take screenshot in Linux, it’s Shutter Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window,... -
Install Java on Ubuntu 11.04
Posted on April 1, 2011 | No CommentsJava has not yet been updated in the repository of Ubuntu 11.04. When the final release comes, it will come To install Java, you can follow one of these 2... -
Enable Ubuntu root account
Posted on March 16, 2011 | No CommentsUbuntu disables root account by default. But you can get it back, here is how Method 1: - Open your Terminal- Run the command sudo passwd root This command will... -
Delete many files and “Argument list too long” error
Posted on January 13, 2011 | No CommentsIf you try to delete a big number of files using the command rm * You will get “Argument list too long” error, so here’s the cure find . -exec ... -
rsync over different ssh port
Posted on September 1, 2010 | No CommentsI use rsync quite often to synchronize my development & production server. Rsync is really helpful & handy tool with lot of tweaks & configuration to satisfy most of your... -
How to keep your SSH session alive (Linux, Mac)
Posted on August 11, 2010 | No CommentsWhen you are working remotely, sometimes you can see that your ssh session is automatically disconnected after the idle time, if you want to keep the connection alive, do as... -
How to clear DNS cache in Linux & Mac (Tiger, Leopard, Snow Leopard)
Posted on July 31, 2010 | No CommentsON MACOS Sometimes you may need to clear the DNS cache of your MacOS, just do it as followed: 1. Goto Applications -> Utilities -> Terminal2. At the terminal, type:For... -
Install packages for PEAR in XAMPP (Ubuntu Linux)
Posted on March 17, 2010 | 1 CommentYou want to install some packages for PEAR in XAMPP in linux, assume XAMPP & PEAR are already installed at /opt/lampp 1. Go to /opt/lampp/bin 2. $ sudo ./pear install...
