by Ashwin on September 19, 2011
How to change MYSQL Root Password on Linux Distributions like CENTOS, REDHAT, FEDORA, UBUNTU, FREEBSD and other Unix – Linux based Operating system. By default when you install a new Operating System any of the linux variants the best way to install MYSQL would be using yum for RPM based distros or apt-get for debian [...]
by Ashwin on July 24, 2011
Ten Deadliest and Killer Commands on Linux 1. # rm -rf / This command will delete all the files and folders inside your / directory recursively and forcefully. This will give you a GRUB error 15 2. # mkfs.ext3 /dev/sda This will reformat or wipeout all the files of the device that is mentioned after [...]