RSS
 

Resize Virtual Box Disk Image Size with VBoxManage modifyhd

14 May

With the modifyhd command, you can change the characteristics of a disk image after it has been created:

VBoxManage modifyhd |
[--type normal|writethrough|immutable|shareable|readonly|multiattach]
[--autoreset on|off]
[--compact]
[--resize |--resizebyte ]
Read the rest of this entry »

 

Javascript Code to Get Flash Player Version in Chrome, IE & Firefox

11 Nov

Use following Javascript function:
<script language="javascript">
Read the rest of this entry »

 

Disable Auto Correction Feature on Android 2.2

08 Nov

1. Go to Settings.
2. Go to Language & keyboard.
Read the rest of this entry »

 
 

Block Certain Websites on Windows XP SP3

26 Jun

1. Open Command Prompt.
2. Execute cd\windows\system32\drivers\etc.
Read the rest of this entry »

 
 

Show Tables in Oracle Database

25 Jun

1. Open Oracle SQL prompt.
2. Execute select * from user_objects where object_type = 'TABLE';.
Read the rest of this entry »

 
 

Move Maximize/Minimize/Close Button on Ubuntu 11.04 to the Right Top Corner

22 Jun

1. Open Terminal.
2. Add UbuntuTweak repository, execute sudo add-apt-repository ppa:tualatrix/ppa.
Read the rest of this entry »

 
 

Disable Offer to Translate Pages on Google Chrome 12.0

22 Jun

1. Click the screwdriver icon on right top of Google Chrome.
2. Select Preferences.
Read the rest of this entry »

 

Reopen the Pages That Were Open Last on Google Chrome 12.0 Startup

22 Jun

1. Click the screwdriver icon on right top of Google Chrome.
2. Select Preferences.
Read the rest of this entry »

 

Never Save Passwords on Google Chrome 12.0

22 Jun

1. Click the screwdriver icon on right top of Google Chrome.
2. Select Preferences.
Read the rest of this entry »

 

Enable Oracle SQL Developer to Install/Upgrade Extensions on Ubuntu 11.04

22 Jun

1. Open Terminal.
2. Run Oracle SQL Developer with root privileges, execute sudo sqldeveloper.
Read the rest of this entry »