So all you wanna do is insert some html code into your blogger post, and cannot find a simple method to do it, no stress. Simply go to and paste…
Insert HTML code into Blogger – 100% working
VNC (Remote Access) in Ubuntu 11.10 – 100% working
So you want to remotely access your Ubuntu machine, a couple of easy steps will do the trick for you: Install packages. Code: sudo apt-get install x11vnc vnc-java Set up…
Recover/Reset Windows password before login – 100% working
So uv forgotten your windows password, and think its the end of the world. No stress, two very simple solutions: While looking at your login screen, press ctrl-alt-del twice in…
Signing PPA Key for Ubuntu Source – Ubuntu 11.10
So you’ve added a new software source to your repos and would like to install the software contained at the source destination, but there are all sorts of messages about…
Dynamic DropDownList / Combobox in php
Thanks to this website: http://triaslama.wordpress.com/2008/04/01/dynamic-dropdownlist-just-fill-it-with-array/ for the code! Here is what needs to be done to enable dynamic dropdown boxes / comboboxes in php – well its javascript within php,…
Change WordPress default email address (wordpress@domain.com)
Ok so when your users reset their password or submit a post, they will receive an email from wordpress@yourdomain.com. Obviously for professional reasons (security too) you do not want this…
Problem installing Android SDK components, access denied – Android SDK Manager
Sometimes you might get this problem: C:Program Files (x86)Androidandroid-sdktempandroid-14_r03.zip (Access is denied) The reason being that since the SDK manager is located in program files directory, it needs administrator privileges,…
Extending the range of your wireless network with another router – 100% working
You might have two routers lying around at home, and you want to extend the range of your wireless network, but nobody can ever tell you how to go about…
Check disk space in Linux – Ubuntu
check out space on different partitions from the terminal: df -h Enjoy! Cherio!
Schedule script in Ubuntu
If you would like to run the script as Admin/Sudo, then: sudo crontab -e and paste the following at the bottom of the file: 59 23 * * * sh…









