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…
Recover/Reset Windows password before login – 100% working
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…
Add users to data base from MySQL workbench
One command does it nicely: Grant insert, update, select, delete on DATABASENAME.* to ‘ANY-USERNAME’@’localhost’ identified by ‘PASSWORD’; Have fun! Cherio!
How to open a webpage from C# button – Windows Form
Very simple, a one liner: System.Diagnostics.Process.Start(“http://www.xplodebackup.com”); Cherio!









