Within in 5 minutes you can can create self signed certificate on linux machine. First you need to open console and execute following command. Before executing following command Read More

Within in 5 minutes you can can create self signed certificate on linux machine. First you need to open console and execute following command. Before executing following command Read More
Linux systems are always used as server. Many times we need to cleanup the server. I found nice solution for deleting older files and folders from server without Read More
While migrating my server data to anther server, Permission denied /home/.htaccess pcfg_openfile unable, I got this error. while restarting apache server I got following error. Read More
Skepe is Open source application for calling over internet. In this article we will guide you to Install skpye 4.3 on Lunix. Read More
In this tutorial we are going to tell you how to install php mysql apache on centos 7 with very easy and simple steps and guide. LAMP is Read More
In the article we will tell you to install apache 2.4, php 5.5 and mysql on centos 6/7 with this we will guide you about installing phpmyadmin and Read More
There are many caching solution available in open source. In this article, We given step by step guide to use and install varnish with wordpress and apache Read More
One day I faced issue with mysql.sock file. I found Can't connect to local MySQL error. I solved the issue with following commands. Read More
For putting the web authentication we always use the .htaccess or apache configuration file. For removing the web auth from folder you need put following code in .htaccess Read More
[root@localhost ~]# mysqladmin -u root shutdown mysqladmin: connect to server at ‘localhost’ failed error: ‘Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2)’ Check that mysqld is Read More