Follow these steps to reset MySQL root user password: First stop mysql using below command: sudo /etc/init.d/mysql stop Run the commands below to create a new mysqld directory sudo mkdir /va... Read more
TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this... Read more
We are going to see how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 16.04 server running Apache as a web server. SSL certificates are used within web servers to encrypt t... Read more
Apache web server can host different websites to the same server. There is no need for certain server machines and soft for each of websites. All this is possible due to the Virtual Hosting... Read more
Today we are going to see how to install apache, mysql, php, phpmyadmin and other necessary things required to run a web server perfectly. Apache Apache is the most popular web server in the... Read more
Apache First you should update ubuntu repositories using below command. sudo apt-get update Now install apache and other packages sudo apt-get install apache2 sudo is used to execute these... Read more
phpMyAdmin is a free, open source web-based database management tool written using PHP programming language. It allows the database administrators to manage single or multiple database serve... Read more