智能运维
-
How to use apt Package Manager on Ubuntu Linux
Introduction In Linux, special tools were developed for managing applications. Application software for Linux typically comes in a package. The default package manager for Ubuntu is apt-get. Linux op…
-
How to View Apache Access & Error Logs
Introduction Apache is part of the LAMP stack of software for Linux (Linux, Apache, MySQL, PHP). Apache is responsible for serving web pages to people looking at your website. The server grants acces…
-
How to Find Files in Linux With the Find Command
Introduction The find command allows you to search for a specific string of characters using your Linux command-line interface. It is a highly practical tool as it is not limited to file names. You c…
-
How To Add User to Sudoers & Add User to Sudo Group on CentOS 7
Introduction The sudo command stands for “Super User DO” and temporarily elevates the privileges of a regular user for administrative tasks. The sudo command in CentOS provides a workaround by a…
-
How to Install and Secure phpMyAdmin on Ubuntu
Introduction phpMyAdmin is a free application for managing a MySQL server. Installing phpMyAdmin allows management of MySQL databases through a user-friendly interface, instead of entering commands i…
-
How to Reset or Change the Root Password in Linux
Introduction In Linux, root privileges (or root access) refers to a user account that has full access to all files, applications, and system functions. Most basic Linux user accounts run with li…
-
How to Install phpMyAdmin on CentOS 7
Introduction The database utility, phpMyAdmin, is used for managing MySQL databases through a graphical web-based interface. It can be configured to manage a local database (on the same system), or a…
-
How to Edit Hosts File in Linux, Windows, or Mac
Introduction The hosts file in Windows, Mac, or Linux maps hostnames to IP addresses. For example, an intranet, like a corporate office that has servers for users to access, or it could be …
-
How to Update Linux Kernel In Ubuntu
Introduction The Linux kernel is like the central core of the operating system. It works as sort of a mediator, providing an interface between software applications and computer hardware. The Linux k…
-
How to Back Up & Restore a MySQL Database
Introduction It is essential to important to make regular backups of all data in case of loss. Has your MySQL database has been lost, and you’re scrambling to restore a copy from your last backup? In…