INTRODUCTIONMySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data. Let’s see Installing MySQL on CentOS server.Installing MySQL 5.6To install MySQL 5.6 this way, update the package index on your server

Read More

IntroductionFTP – File transfer protocol is used to transfer files from one host to another over TCP. There are different types of FTP servers and clients available. Let’s see installing and configuring VSFTPD FTP server on Linux which is fast and secure. This article gives you an clear idea on how to configure secure, fast FTP on Ubuntu 14.04.

Read More

IntroductionIn this world of Internet, any person who is into website building and CMS(content management system) are definitely familiar with WordPress. But most of them recognize only its graphical interface, if you are one among them you have came to the right place. This article will help you install WP-CLI (command line interface) in Ubuntu

Read More

WordPress is known as the most popular blogging platform and most widely used content management system. The below article helps you to install WordPress with cPanel. It will just take a few minutes to install WordPress with a few clicks.Installing WordPress with cPanelLets see how to install WordPress with cPanel. Once you get your hosting logins from

Read More

In this tutorial you are going to learn how to create a MySQL database via command line on Linux server. You’ll learn basic MySQL database operations through below steps. Let’s get straight to the point.How to access MySQL command line or shell?If MySQL server already installed on your server, then you can access it through shell

Read More

In this article, we will explain about Self Signed Certificate and the steps you need to follow when you see self signed certificate warnings  when connecting to your own VPS or Dedicated server.What is a Self Signed Certificate?A self signed SSL certificate is an SSL certificate that does not verify the identity of the server.

Read More