How to Change MySQL / MariaDB Default Data Directory With Old Databases- Linux

How to Change MySQL / MariaDB Default Data Directory With Old Databases- Linux

In a Linux bases system, by default MySQL/MariaDB data directory will be /var/lib/mysql. As a good practice it is always recommended to change MySQL / MariaDB Default data directory. For example in a production network where large scale applications expected to grow due to high usage. In this case it is not recommended to use…

Automatically Backup Your Website Every Night Using Bash Script

Automatically Backup Your Website Every Night Using Bash Script

Topic:- Automatically backup your website Is your website backed up? What would happen if you woke up morning and your web server had crashed, hacked by someone, infected by malware or hacker deleted your entire website? Scary..!, Same thing happened to me. Well I am not alone here, statistics shows 58{1c918b003a0fec779e46518dd4d8df22f3dc554de918030f5a1a0cfd93cb28be} of small to medium…

10 Ways to Display Users Info and Activity In Linux

10 Ways to Display Users Info and Activity In Linux

Learn How to Display Users Info and Activity In Linux When you are administrating bunch of groups and users on your Linux system, you might be wondering how to monitor their configuration and activity on the system. Linux provides various commands, which gives you comprehensive overview of users and groups activity. So in this article…