Month: December 2014
Defragmenting your Hard Disk, will make your PC more first .
As you continuously use your computer by adding, removing, modifying and changing files, your hard disk will become fragmented. Fragmentation occurs when the file system cannot or will not allocate enough continuous space to store a complete file as a unit, but instead puts parts of it in gaps on the hard drive. Larger files and a bigger quantity of files also play a role to fragmentation and performance loss.
Add favicon in a WordPress site.
Add this simple code in head section on your them. You will find head section in header.php
file on wp-content/themes/<them name>. After that upload this favicon.ico
file on the same directory.
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" />
To know more about favicon see this post:
How to Add a Favicon to your Site.

Ubuntu 14.04 installation in a pre-installed Windows laptop.
Step 1
In windows go to system management –> disk management, select the drive you have windows 8 on , then right click shrink and make space for Ubuntu from the menu (more than 10gb).
Continue reading