MySQL Replication is a method, which uses for sync database two or more replica servers. Typically it’s known as “Master-Slave” Replication. Continue reading
How to
How to Use MS Access as a Front-End of MySQL
We all know that the Microsoft Office is one of the most popular Office Package because of its interface and user-friendly tools. Also, we all know that the MS Access is very popular and handy RDBMS. Query designing and database management tools in access provide a very easy approach to users. Continue reading
Allow Root Login Over SSH Ubuntu 16.04 LTS
This article is follow up of Enable root login on Ubuntu 16.04 LTS. Assume that you have already set the password for your root account. It will help you allow to login as root over SSH. SSH stands for Secure Shell that is a cryptographic network protocol for operating network services securely over an unsecured network. For example, remote login to computer systems by users. SSH works over port 22. As usual, for better security root ssh access is set as by default “Prohibit-password",
That means to you is that, if you are trying to ssh to your server with your root account and password, you will receive an access denied error. Continue reading
How to Configure Apache Virtual Host on Ubuntu 16.04 LTS
The Apache is the world most popular Http server which serves web content to the Internet since 1995. And become leading web server in the world. An open developer community developed Apache and maintain under apache software foundation. Continue reading
Install LAMP Stack on Ubuntu 16.04 LTS
LAMP Stack is very popular open source web platform which is commonly used to run web servers. The word LAMP stands for Linux, Apache, Mysql and PHP or Perl or Python. And stack is the hierarchy of aforesaid. Continue reading
Top 5 System Monitoring Tools on Linux
System Monitoring is a routine task for a system administrator. As a system administrator, you’ll need the ability to find out what is happening on your system at any time. Whether it is the percent of CPU uses, Percent of Memory uses. What process consuming more or less memory or CPU, how many users and who logged in your system etc. System monitoring play very important role when a program malfunction. Continue reading
Installing VMware Tools on Ubuntu
VMWare tools is a set of driver and utilities that enhance the performance of a guest system. And make the smooth interaction between a host system and the guest system. For example, the guest automatically adjusts screen resolution, coping file and text from host to guest and its vice versa moreover it enhance following utilities. Continue reading
Enable Root User on Ubuntu 16.04.1 LTS
This tutorial shows you how to enable root user on Ubuntu 16.04.1 Lts. Nowadays Ubuntu becomes a trend on people. Ubuntu community releases their version on April and October in a year. And release LTS (Long Term Support) version once in two years on the month of Apil. Continue reading