Create a Bootable USB (Windows Vista/7)


Open a command prompt with administrator rights and enter the following sequence of commands:
   diskpart
   list disk
   select disk {number}
   clean
   create partition primary
   select partition 1
   active
   f
ormat fs=fat32 quick
   assign
   exit
In the "select disk" command, replace {number} with the drive number of your USB drive as indicated when you ran the "list disk" command. Check and double check you choose the correct number since this procedure erases everything on the drive you select.
Or download UNetbootin

Compressing with 7z

7z is very much useful in compressing large data.

Install 
yum install p7zip.x86_64 p7zip-plugins.x86_64

Compressing
7za a -t7z -mx9 compressed.7z files_to_compress
(-mx9 maximum compression)

Uncompressing
7z x compressed.7z dest_dir/

SVN Checksum Problem


If you are getting svn checksum error backup your changes and in case you are using SVN 1.7+ there is a workaround described
Just to recap:
  1. Go to the folder with the file causing problems
  2. Execute command svn update --set-depth empty
  3. Execute command svn update --set-depth infinity

How to recover the mysql root password ?


First stop the mysql service and Start to MySQL server without  password using this command 
# mysqld_safe --skip-grant-tables 
& Connect to mysql server using mysql client:
# mysql -u root and use below commands
mysql> use mysql;
mysql> update user set password=PASSWORD("NEW-ROOT-PASSWORD") where User='root';
mysql> flush privileges;
mysql> quit

Maximum Utilities a single place : Win 7

Make any folder and rename it with
somwname.{ED7BA470-8E54-465E-825C-99712043E01C} 
and open it

Automatically Connect to Broadband on Startup Windows 7

1. Go to the properties of the shortcut of the dialup connection.
2. go to "options" tab
3. uncheck "prompt for name & password etc."
4. open network and sharing center
5. go to adapter setting
6. create shortcut on desktop.
7. place that shortcut on startup foder

Call Ur Friends With Their Own Number

How to call your friends with their own number 1. Go to http://www.mobivox.com and register there for free account.

2. During registration, remember to insert Victim mobile number in "Phone number" field as shown below.

 
3. Complete registration and confirm your email id and then login to your account. Click on "Direct WebCall".



4. You will arrive at page shown below. In "Enter a number" box, select your country and also any mobile number(you can enter yours). Now, simply hit on "Call Now" button to call your friend with his own number.



5. That's it. Your friend will be shocked to see his own number calling him.