Shell Script is nothing but a group of commands written in a file to execute together. Some of the Linux…
Author: Rajesh Shivam
MariaDB is an open-source database management system and replacement of MySQL. You can use MariaDB on LAMP installation, instead of…
If you want to move or backup your website you need to import and export MySQL Databases. In this tutorial,…
The tar command on Linux is used to create .tar.gz or .tgz archive files. Most of the Linux files are…
Normally MySQL Error 1054 occurs due to missing column, typos in varchar insertion, or many reasons. If you encounter such…
If you ask people about their browser choice? I am sure, most of the people’s answers will be Google Chrome.…
Git is a version control distributed system, we use git for managing our code in the simplest way. In this…
Bitnami makes it easy to get your favorite open source software up and running on any platform. You can easily…
Pip is the Python packages installer. You can use pip to install packages from the Python Package Index(PPI). In this…
phpMyAdmin is one of the popular open-source software, that is used to manage MySQL/MariaDB databases. In this tutorial, I am…