Tagged articles
20 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
May 21, 2025 · Operations

Master Linux Service Management: Essential Skills Every Sysadmin Needs

This guide explains Linux's three main init systems, runlevels, and essential commands like service, chkconfig, and systemctl, showing how to view, enable, disable, and troubleshoot services while highlighting key configuration directories and unit types for effective system administration.

Service ManagementSystemdchkconfig
0 likes · 12 min read
Master Linux Service Management: Essential Skills Every Sysadmin Needs
Liangxu Linux
Liangxu Linux
Mar 16, 2025 · Operations

How to Change Nginx Listening Port on Linux: 3 Simple Methods

This guide walks you through verifying the Nginx process, checking its current listening port, editing the configuration file, and applying the change using systemctl restart, the nginx -s reload command, or a manual kill signal, with concrete command examples and expected outputs.

Configurationportreload
0 likes · 7 min read
How to Change Nginx Listening Port on Linux: 3 Simple Methods
Liangxu Linux
Liangxu Linux
Mar 30, 2024 · Operations

Mastering systemctl: Essential Commands for Linux Service Management

This guide provides a comprehensive overview of the systemctl command, covering its basic operations like starting, stopping, restarting, reloading, and checking service status, as well as common options, practical examples, and advanced usage such as user services, remote execution, custom configurations, and pre/post execution hooks.

LinuxService ManagementSystemd
0 likes · 8 min read
Mastering systemctl: Essential Commands for Linux Service Management
Liangxu Linux
Liangxu Linux
Mar 23, 2024 · Operations

Mastering systemd: How to Create, Configure, and Manage Custom Linux Services

This guide explains how to create custom systemd service unit files, configure permissions, environment variables, logging, and resource limits, and shows how to start, stop, and monitor services using systemctl, with detailed examples and advanced options for Linux administrators.

LinuxServiceSystem Administration
0 likes · 8 min read
Mastering systemd: How to Create, Configure, and Manage Custom Linux Services
Liangxu Linux
Liangxu Linux
Dec 7, 2022 · Operations

Master systemd: From Basics to Real-World Service Management on Linux

Learn how systemd replaces traditional init on modern Linux, its key features, command syntax, unit file structure, and step-by-step hands-on examples that show how to create and control systemd services for Nginx, Tomcat, and custom Java JAR applications using systemctl.

LinuxNginxService Management
0 likes · 9 min read
Master systemd: From Basics to Real-World Service Management on Linux
Liangxu Linux
Liangxu Linux
Nov 27, 2022 · Operations

Master systemd: Write unit files and control Nginx, Tomcat, and Java services

This guide explains what systemd is, its key advantages over traditional init, the basic systemctl syntax, how unit files are structured, and provides step‑by‑step examples for creating systemd services to manage Nginx, Tomcat, and a custom Java JAR application on CentOS 7 and similar Linux distributions.

LinuxNginxService Management
0 likes · 10 min read
Master systemd: Write unit files and control Nginx, Tomcat, and Java services
Liangxu Linux
Liangxu Linux
Nov 27, 2022 · Operations

How to Open and Manage Linux Ports with firewalld and iptables

This guide explains step‑by‑step how to check firewall status, start firewalld, open specific ports, reload or restart the firewall on CentOS 7, and modify iptables directly on CentOS 6, including useful commands for listing, removing, and temporarily disabling ports.

CentOSLinuxfirewall
0 likes · 5 min read
How to Open and Manage Linux Ports with firewalld and iptables
Liangxu Linux
Liangxu Linux
Feb 11, 2021 · Operations

Master Linux Services: Essential systemctl Commands Explained

This guide walks you through using the systemctl tool on modern Linux distributions to start, stop, restart, reload, enable, disable, and query services, manage system power, work with targets, handle remote hosts, and leverage related utilities like journalctl, systemd-analyze, and hostnamectl.

LinuxOperationsService Management
0 likes · 8 min read
Master Linux Services: Essential systemctl Commands Explained
Liangxu Linux
Liangxu Linux
Aug 2, 2020 · Operations

How to List and Diagnose Failed systemd Services with systemctl

This guide explains how to use systemctl and journalctl on CentOS 7 to list services that failed to start, check individual service status, interpret error messages, and filter logs for troubleshooting, providing concrete command examples and output analysis.

CentOSLinuxSystemd
0 likes · 7 min read
How to List and Diagnose Failed systemd Services with systemctl
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.

LinuxOperationsService
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 ManagementSystemd
0 likes · 31 min read
An Introduction to systemd: Features, Concepts, and Usage