智能运维
-
How to Start, Stop, and Restart Nginx (systemctl & Nginx Commands)
Introduction Nginx is a powerful server application that routes network traffic. It’s often used as a reverse proxy server, but can also be configured as a regular web server. One of the most common …
-
How to Install phpMyAdmin on Debian 10 (Buster)
Introduction The phpMyAdmin utility is a graphical database management tool. By installing phpMyAdmin, you no longer need to use a default command-line interface to manage your databases. PhpMyA…
-
How to Get the Size of a Directory in Linux
Introduction Many users run Linux from the command line. However, the command line - sometimes known as the terminal - doesn’t have an intuitive interface for checking disk space in Linux. This guide…
-
How to Use fsck Command to Check and Repair Filesystem
Introduction The fsck (File System Consistency Check) Linux utility checks filesystems for errors or outstanding issues. The tool is used to fix potential errors and generate reports. This utility co…
-
How To Customize Bash Prompt in Linux
Introduction In Linux, much of your work occurs from a command prompt, also known as the shell, or BASH (Bourne-Again Shell). The shell interprets your commands and passes them to the operating syste…
-
How to Upgrade to Ubuntu 20.04
Introduction Ubuntu 20.04 (Focal Fossa) is the newest LTS release that came out on April 23, 2020. If you already have Ubuntu 18.04 or 19.10 installed, you can easily upgrade to the latest version. I…
-
How to Grep for Multiple Strings, Patterns or Words
Introduction Grep is a powerful utility available by default on UNIX-based systems. The name stands for Global Regular Expression Print. By using the grep command, you can customize how the tool sear…
-
How to Install and Configure MySQL on a Windows Server
Introduction MySQL is a well-established relational database management system. It is fully compatible with a Windows computer system. By using the MySQL Installer, an application designed to simplif…
-
How to Check Your PostgreSQL Version
Introduction New versions of PostgreSQL are released at regular intervals. Major releases are scheduled yearly and focus on improving key features and fixing known bugs. Minor releases are available …
-
How to Install and Secure phpMyAdmin on Debian 9
Introduction phpMyAdmin is a software tool used for managing MySQL databases through a graphical interface. The tool can be configured to maintain a local database or a remote database over the netwo…