智能运维
-
Tmux Tutorial: How to Install and Use with Command Examples
Introduction Tmux is a Linux application that allows multitasking in a terminal window. It stands for Terminal Multiplexing, and is based around sessions. Users can start a process, switch to a new o…
-
How to Use rsync to Exclude Files and Directories in Data Transfer
Introduction Rsync is a useful Linux command-line tool that syncs and copies files and directories. You can use the tool to synchronize data locally between directories and drives, or between two rem…
-
Linux Commands Cheat Sheet: With Examples
Introduction Linux commands may seem intimidating at first glance if you are not used to using the terminal. There are many commands for performing operations and processes on your Linux system. No m…
-
How to Enable SSH on Raspberry Pi {Linux, Mac OS, Windows}
Introduction To have a full Raspberry Pi experience, you should use Raspbian, the OS developed exclusively for Raspberry Pi. Raspbian is a Debian-based system optimized to utilize Raspberry Pi hardwa…
-
How to Install Apache on CentOS 8
Introduction Apache is a popular Linux-based web server application. It is part of the LAMP stack (Linux, Apache, MySQL, PHP) that powers much of the internet. This guide will show you how to install…
-
How to Install and Configure Nginx on CentOS 8
Introduction Nginx (pronounced Engine X) is a popular, open-source HTTP web server, used for hosting high-traffic websites. It’s faster and requires fewer resources than other web servers. The s…
-
How to Transfer Files with Rsync over SSH
Introduction Rsync stands for "Remote Sync." The rsync command lets you transfer and synchronize data between different machines and directories. Using the Secure Shell (SSH) protocol, you can copy y…
-
How to Fix "Your PHP installation appears to be missing the MySQL extension which is required by WordPress"
Introduction WordPress is a stable platform. But one of the most common errors is “Your PHP installation appears to be missing the MySQL extension which is required by WordPress.” This happens when y…
-
MySQL Performance Tuning and Optimization Tips
Introduction MySQL is a popular open-source database application that stores and structures data in a way that is meaningful and readily accessible. With large applications, the sheer amount of data …
-
How to Solve MySQL Error: Access denied for user [email protected]
Introduction Most MySQL users encountered the ERROR 1698 (28000): Access denied for user ‘root’@’localhost’. This error message usually appears for new installations of MySQL when you try to connect …