Racoon L2TP Server Setup for Centos 6

Step #2 : Login to your server Step # 2 : Follow the Step by Step procedure as below history commands       3  echo “start of L2TP setup using racoon”     4  rpm -ivH http://repo.nikoforge.org/redhat/el6/nikoforge-release-latest     5  yum -y install http://vesta.informatik.rwth-aachen.de/ftp/pub/Linux/fedora-epel/6/i386/epel-release-6-8.noarch.rpm     6  yum -y install ipsec-tools     7  yum -y install xl2tpd    …

Recover MySQL root Password

Original post from Nixcraft https://www.cyberciti.biz/tips/recover-mysql-root-password.html Recover MySQL root Password by VIVEK GITE on APRIL 18, 2006 last updated AUGUST 4, 2010 in DEBIAN LINUX, LINUX, MYSQL, OPENBSD, REDHAT/FEDORA LINUX, SOLARIS, SUSE LINUX, TIPS, TROUBLESHOOTING, UBUNTU LINUX, UNIX You can recover MySQL database server password with following five easy steps. Step # 1: Stop the MySQL…