-
-
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
UNCATEGORIZED Archive
-
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... -
Turn Ubuntu Lucid into Mac OSX
Posted on March 13, 2011 | 1 CommentYou look at Mac OSX and be amazed with the interface? Well, you can have that, the only thing you need will be a cheap Ubuntu Lucid box. 1. Install... -
How to change the computer name in Ubuntu
Posted on March 12, 2011 | No CommentsIf you want to change the computer name of your Ubuntu box, here are 6 steps for you to get the job done 1. Open the Terminal. 2. Edit the... -
How to get HTML source code with PHP
Posted on February 22, 2011 | No CommentsSometimes you may want to get the source code of an external HTML webpage. Well, here is the solution that might work in almost every cases <?php $ch = curl_init();... -
How to hide rows in ExtJS GridPanel
Posted on February 12, 2011 | No CommentsIn my system, I want to hide certain rows of the GridPanel depends on the value of a column. Luckily, it’s easy to do with store’s filterBy method of the... -
How to lock screen in Mac OSX
Posted on January 17, 2011 | No CommentsWe are going to use Keychain Access to lock the screen, here are some steps in detail - Open ~/Applications/Utilities/Keychain Access - Go to menu KeychainAccess->Preferences - Put a check... -
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 ... -
How to get AUTO_INCREMENT ID of the last MySQL Insert with PHP
Posted on January 10, 2011 | No CommentsSometimes you may need to retrieve the ID of your latest record after inserting into MySQL. If you are using AUTO_INCREMENT columns for storing IDs then this is simple: Use... -
Five steps to setup Android Development with Eclipse on Mac OSX
Posted on December 23, 2010 | 2 CommentsHere’s an installation guide step by step to setup a development environment for Android on my Mac OSX Snow Leopard 1. Install Eclipse Download Eclipse from http://www.eclipse.org/downloads/ , you can...



