Tag

systemctl

1 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Jun 27, 2020 · Operations

Linux Service and Process Management with Nginx

This guide explains how to install Nginx on a Linux server, manage it with systemctl commands, verify its operation using netstat, and control related processes via ps and kill utilities, providing practical command examples for each step.

LinuxNginxService
0 likes · 3 min read
Linux Service and Process Management with Nginx
macrozheng
macrozheng
Jun 6, 2019 · Operations

Master Linux Firewall: firewalld and iptables Commands Explained

This guide walks you through using Linux's two main firewall tools—firewalld for CentOS 7+ and iptables for older versions—covering installation, service control, rule management, port handling, and useful commands with clear examples and screenshots.

Linuxfirewalldiptables
0 likes · 4 min read
Master Linux Firewall: firewalld and iptables Commands Explained
macrozheng
macrozheng
Jun 4, 2019 · Operations

Master Essential Linux Commands for System Management on CentOS 7.6

This guide compiles the most useful Linux commands for service control, file handling, compression, disk and network monitoring, and package management on CentOS 7.6, providing clear examples and visual references to help developers and sysadmins work efficiently.

CentOSLinuxSysadmin
0 likes · 9 min read
Master Essential Linux Commands for System Management on CentOS 7.6
Qunar Tech Salon
Qunar Tech Salon
Jun 8, 2015 · Operations

An Introduction to systemd: Features, Concepts, and Usage

This article provides a comprehensive overview of systemd, the modern Linux init system, covering its design goals, compatibility with SysVinit, parallel boot advantages, on‑demand activation, CGroup‑based process tracking, unit types, dependency handling, snapshot and journal capabilities, as well as practical guidance for developers and system administrators.

Linux initService Managementcgroup
0 likes · 31 min read
An Introduction to systemd: Features, Concepts, and Usage