In this article, we show you how to list all databases in MySQL using a command on the server. Commonly you know that MySQL is an open source relational database management system. Most of the web applications are using MySQL…
Tag: Linux Commands
In this article, We going to see how to create a backup and restore file for MySQL or MariaDB using mysqldump. One of the main advantage in MySQL and MariaDB it includes the mysqldump feature by default. This helps to…
If you are using VPS or Dedicated Server in that you like to upload or download the files for backup, it is difficult to download using FTP. So here using SSH you can compress and download the file faster as…
In this article, I show you how to open HTTP port 80 and HTTPS port 443 using FirewallD in Redhat 8 Linux. To run the server the main thing is HTTP port this only interact with the server to get…
In this article, we show you how to configure a firewall with FirewallD in CentOS 7 and some of the basic FirewallD concepts. For system security, the main thing is a firewall so that you need to configure properly that…
In this article, we going to see how to check disk space using Linux commands, Here we have the various method and in online we have a lot of tools for checking disk space utilization in Linux. In Linux we…