智能运维
-
How to Set Up a Cron Job in Linux
Introduction The Cron daemon is a built-in Linux utility that runs processes on your system at a scheduled time. Cron reads the crontab (cron tables) for predefined commands and scripts. By…
-
How to Install PostgreSQL on Ubuntu 18.04
Introduction PostgreSQL is an open-source, object-relational database system with a strong reputation for feature robustness, extensibility, and technical standards compliance. The latest version of …
-
How to Use the su Command in Linux with Examples
Introduction In Linux, the su command (switch user) is used to run a command as a different user. In this guide, you will learn how to use the su command, with practical examples. Prerequisites …
-
How to Set Up a Firewall with UFW on Ubuntu 18.04
Introduction The first step in securing your system is configuring a firewall. To set up and manage your firewall, Linux has designed iptables, a flexible firewall utility. Users who are new to netwo…
-
How to Install Hashicorp Vault on Ubuntu 18.04
Introduction Vault is a management system for sensitive information. It stores, controls, and protects the data you use for authentication or authorization processes. Vault restricts and manages acce…
-
How to Install Hashicorp Vault on CentOS 7
Introduction Vault stores, controls, and protects the data used for authentication and authorization. Vault is a management system for secrets, restricting or approving access to passwords, certifica…
-
How to Install CentOS 8 (with Screenshots)
Introduction CentOS released its long-awaited update of the widely popular Linux distribution CentOS 8 – in September 2019. If you are already a CentOS user and want to use the latest version, t…
-
How to Start, Stop, and Restart Services in Linux
Introduction Linux provides fine-grained control over system services through systemd, using the systemctl command. Services can be turned on, turned off, restarted, reloaded, or even enabled or disa…
-
How to Unzip a ZIP File in Ubuntu / Linux
Introduction If you downloaded a file that ends in .tar.gz or .zip, this indicates that it has been compressed. This guide will walk you through unzipping a zipped file in Ubuntu 18.04 or Ubuntu 20.0…
-
How to Install MongoDB on Ubuntu 18.04
Introduction MongoDB is a database application used in web development that provides high performance, high availability, and automatic scaling. Traditional databases like MySQL are relational w…