How to install Google Chrome on Fedora

There are many ways to install Google Chrome on Fedora, here is one of the ways to install Google Chrome on Fedora, this is also one of the most easiest way. Visit here and download the RPM package for the specific architecture you are using, If you are using i386 choose 32Bit package or if … Read more

Create a bootable Yosemite installer

Yosemite is the latest release of Mac OS X. You have many a Mac to upgrade or prefer a clean install over the regular application installer install. Here is an easy way to create a bootable Yosemite USB installer, that can let you upgrade, clean install and save you from following the same procedure over … Read more

How to install Harp on Ubuntu

Harp is a web static server with pre-processing for Ejs, Jade, Sass, Stylus, Markdown, Harp is written in Node.js. Harp lets you create a static website without any pain. The Harp web server does require any pre-configuration before running. Harp is not limited to creating a static website, It can also be used as a … Read more

How to create a MD5 generator in PHP

Let’s create an MD5 generator, if you don’t know what MD5 you are can visit read this Wikipedia article over MD5. Requirements. PHP 5. Web server (Apache, Nginx, Lighttpd). Writable web root. First create a new file, you can name it whatever you want but to keep it simple I am naming it index.php. We … Read more