Tagged articles
769 articles
Page 2 of 8
Raymond Ops
Raymond Ops
Jun 26, 2025 · Operations

Master LVM: Create, Resize, and Delete Logical Volumes on Linux

This tutorial walks through preparing physical disks, creating physical volumes, a volume group, and multiple logical volumes, formatting and mounting them, dynamically expanding storage, and safely removing LVM components on a Linux system.

FilesystemLVMLinux
0 likes · 14 min read
Master LVM: Create, Resize, and Delete Logical Volumes on Linux
Raymond Ops
Raymond Ops
Jun 16, 2025 · Operations

Step‑by‑Step Guide to Install and Configure Samba on CentOS 7

This tutorial walks through installing Samba on CentOS 7, creating system and Samba users, setting up a shared directory, configuring smb.conf, starting services, and then configuring a client to connect, mount, and auto‑mount the share using CIFS, providing a complete end‑to‑end solution.

CIFSCentOSLinux
0 likes · 6 min read
Step‑by‑Step Guide to Install and Configure Samba on CentOS 7
MaGe Linux Operations
MaGe Linux Operations
Jun 14, 2025 · Operations

Master Linux Disk Partitioning and Mounting: A Step‑by‑Step Guide

This article explains the principles of Linux disk partitioning, shows how to list and inspect block devices, walk through creating, formatting, temporarily and permanently mounting partitions, and covers unmounting and deleting partitions with practical command examples and safety tips.

MountingSystem Administrationdisk partitioning
0 likes · 9 min read
Master Linux Disk Partitioning and Mounting: A Step‑by‑Step Guide
Lin is Dream
Lin is Dream
Jun 12, 2025 · Information Security

How to Securely Set Up a Restricted SFTP Account on Linux Using chroot

Learn step‑by‑step how to create a dedicated Linux SFTP user with chroot confinement, configure group permissions, set up a secure upload directory, adjust SSH settings, and restart the service to ensure the account can only upload files without shell access, following the principle of least privilege.

LinuxSFTPSSH
0 likes · 7 min read
How to Securely Set Up a Restricted SFTP Account on Linux Using chroot
dbaplus Community
dbaplus Community
Jun 9, 2025 · Operations

20 High‑Risk Ops Tricks That Actually Boost Efficiency (And How to Do Them Safely)

Drawing on a decade of ops experience, this article reveals twenty seemingly dangerous yet highly efficient operational practices—from production debugging and bulk server changes to database hacks, network security shortcuts, system tweaks, disaster‑recovery drills, and cloud‑native tricks—while outlining their risks and concrete mitigation steps.

SecuritySystem Administrationrisk management
0 likes · 12 min read
20 High‑Risk Ops Tricks That Actually Boost Efficiency (And How to Do Them Safely)
MaGe Linux Operations
MaGe Linux Operations
Jun 6, 2025 · Operations

2025 Linux Cloud Computing Interview Questions + Free Resume Course

This guide compiles over 200 essential Linux interview questions—including fundamentals, system architecture, security, shell scripting, load balancing, and practical command tasks—to help IT professionals prepare for technical interviews and boost their career prospects.

NetworkingShellSystem Administration
0 likes · 9 min read
2025 Linux Cloud Computing Interview Questions + Free Resume Course
Raymond Ops
Raymond Ops
Jun 3, 2025 · Operations

Understanding Linux Inodes, File Operations, and Log Management

This article explains Linux inode table structure, how commands like ls, stat, cp, mv, and rm interact with inodes, compares hard and soft links, outlines common system log files and their formats, and demonstrates centralizing logs on a rsyslog server.

LinuxLog ManagementSystem Administration
0 likes · 9 min read
Understanding Linux Inodes, File Operations, and Log Management
Liangxu Linux
Liangxu Linux
Jun 2, 2025 · Operations

Master Linux Network Configuration: IP, Routes, Bonding and Diagnostic Tools

This guide walks through Linux network fundamentals—including hostname, IP address, netmask, gateway, DNS, interface status, temporary and permanent IP changes with ifconfig and ip, routing adjustments, bond interface setup, and diagnostic utilities like ethtool, ss, netstat, traceroute, nslookup, and tcpdump—providing step‑by‑step commands and examples for effective system administration.

BondingSystem Administrationip
0 likes · 16 min read
Master Linux Network Configuration: IP, Routes, Bonding and Diagnostic Tools
Open Source Linux
Open Source Linux
May 26, 2025 · Operations

Master Linux Log Management: rsyslog, systemd‑journal, and Logrotate Explained

Learn how to configure and manage Linux logging services—including rsyslog and systemd‑journal—by understanding common log files, severity levels, log types, server setup, security settings, manual syslog transmission, journal analysis, persistent storage, and log rotation with logrotate to ensure reliable system monitoring.

Log ManagementSystem Administrationlogrotate
0 likes · 15 min read
Master Linux Log Management: rsyslog, systemd‑journal, and Logrotate Explained
Deepin Linux
Deepin Linux
May 19, 2025 · Operations

Linux System Performance Bottleneck Analysis and Optimization Guide

This comprehensive guide explains how to monitor, diagnose, and resolve Linux server performance bottlenecks by covering essential command‑line tools, logging, automated scripts, and optimization techniques for CPU, memory, disk I/O, and network, with practical case studies and code examples.

Performance MonitoringShell scriptingSystem Administration
0 likes · 40 min read
Linux System Performance Bottleneck Analysis and Optimization Guide
Liangxu Linux
Liangxu Linux
May 15, 2025 · Operations

10 Critical Server Ops Mistakes to Avoid and Real-World Lessons

This article outlines ten common server operation pitfalls—such as forced power‑offs, reckless experiments in production, neglecting firewall rules, running unknown scripts as root, unbacked‑up database changes, weak SSH settings, poor log management, exposed ports, unmonitored changes, and delayed patching—each illustrated with real‑world cases and practical remediation advice.

BackupSecuritySystem Administration
0 likes · 7 min read
10 Critical Server Ops Mistakes to Avoid and Real-World Lessons
Raymond Ops
Raymond Ops
May 15, 2025 · Operations

Master Linux System Basics: Time, Hostname, Users, Network & Process Commands

This guide provides a comprehensive overview of essential Linux system administration tasks, covering how to view and set system time, manage hostnames, inspect kernel information, handle user and group files, use common network utilities, monitor disk usage, and track processes with tools like top and ps.

LinuxSystem Administrationnetwork utilities
0 likes · 42 min read
Master Linux System Basics: Time, Hostname, Users, Network & Process Commands
Liangxu Linux
Liangxu Linux
May 13, 2025 · Operations

Boost Linux Server Performance: Essential Kernel Tweaks and Sysctl Settings

Learn how to permanently disable SELinux, set runlevel to 3, increase file descriptor limits, fine‑tune kernel sysctl parameters, configure firewall settings, and resolve common Linux performance issues such as too many open files and connection timeouts to dramatically improve server throughput.

Kernel ParametersSystem Administrationperformance tuning
0 likes · 7 min read
Boost Linux Server Performance: Essential Kernel Tweaks and Sysctl Settings
Cognitive Technology Team
Cognitive Technology Team
May 13, 2025 · Operations

Essential Linux Log Files to Monitor and How to Access Them

Monitoring key Linux log files—such as syslog, auth.log, kern.log, and others—is crucial for system health, security, and troubleshooting, and this guide explains the purpose of each log, practical commands for viewing them, and automation techniques using scripts, cron, and tools like journalctl and Sematext.

BashLinuxLog Monitoring
0 likes · 20 min read
Essential Linux Log Files to Monitor and How to Access Them
Architect's Must-Have
Architect's Must-Have
May 7, 2025 · Operations

10 Powerful Bash Scripts to Automate System Tasks

This article presents ten advanced Bash script examples that automate common system administration tasks such as backups, resource monitoring, updates, database dumping, FTP uploads, log keyword alerts, report generation, service recovery, temporary file cleanup, and network status checking.

AutomationBashShell scripting
0 likes · 5 min read
10 Powerful Bash Scripts to Automate System Tasks
Java Tech Enthusiast
Java Tech Enthusiast
May 4, 2025 · Operations

Comprehensive Linux Command Cheat Sheet

This cheat sheet compiles essential Linux command‑line tools—including navigation (cd, pwd, ls), file manipulation (cp, mv, rm, cat), searching (find, grep), permission management (chmod, chown), archiving (tar), text processing (cut), and redirection or piping—each with common options and practical usage examples for everyday system administration.

LinuxShellSystem Administration
0 likes · 19 min read
Comprehensive Linux Command Cheat Sheet
ITPUB
ITPUB
May 3, 2025 · Information Security

20 Critical Server Operations You Must Never Do – Real Cases & Fixes

Based on analysis of over 500 enterprise server failure cases, this guide lists 20 absolutely prohibited server actions across six dimensions, each illustrated with a real incident and practical technical measures to prevent recurrence.

DevOpsSystem Administrationincident response
0 likes · 14 min read
20 Critical Server Operations You Must Never Do – Real Cases & Fixes
Raymond Ops
Raymond Ops
May 2, 2025 · Operations

How to Configure Linux Swap Space for Better Performance

This guide explains what swap space is, why it’s essential for Linux systems, and provides step‑by‑step instructions for configuring swap files or partitions, viewing usage, and understanding its benefits for memory extension, performance optimization, and system stability.

LinuxMemory ManagementSwap
0 likes · 5 min read
How to Configure Linux Swap Space for Better Performance
Liangxu Linux
Liangxu Linux
May 1, 2025 · Fundamentals

Essential Linux Command-Line Tools Every Sysadmin Should Master

This guide compiles the most powerful and commonly used Linux command-line utilities across system monitoring, networking, file management, text processing, package handling, development, security, and optional graphical tools, offering concise descriptions and practical usage tips to boost efficiency for administrators and developers alike.

System Administration
0 likes · 8 min read
Essential Linux Command-Line Tools Every Sysadmin Should Master
Efficient Ops
Efficient Ops
Apr 29, 2025 · Operations

Master Linux Performance: Essential Monitoring Tools & Commands

This guide compiles the most important Linux performance analysis utilities—such as vmstat, iostat, dstat, iotop, pidstat, top, htop, mpstat, netstat, ps, strace, uptime, lsof, and perf—explaining their usage, output fields, and how they fit into a comprehensive system observability workflow.

LinuxObservabilitySystem Administration
0 likes · 15 min read
Master Linux Performance: Essential Monitoring Tools & Commands
MaGe Linux Operations
MaGe Linux Operations
Apr 24, 2025 · Operations

Master the Linux Command Line: Essential Commands Explained

This comprehensive Linux command cheat sheet covers essential tools such as cd, ls, cp, rm, grep, tar, and many others, providing clear syntax, common options, and practical examples to help users efficiently manage files, processes, permissions, and system operations on Linux.

ShellSystem AdministrationUnix
0 likes · 21 min read
Master the Linux Command Line: Essential Commands Explained
Liangxu Linux
Liangxu Linux
Apr 20, 2025 · Operations

Discover Hidden Memory Consumers on Linux Using hcache – A Practical Guide

Learn how the open‑source hcache tool analyzes Linux page‑cache usage, provides global and per‑process cache rankings, supports multiple output formats, and offers step‑by‑step installation and command examples to pinpoint memory hogs, troubleshoot OOM alerts, and optimize system performance.

Cache MonitoringMemory analysisSystem Administration
0 likes · 8 min read
Discover Hidden Memory Consumers on Linux Using hcache – A Practical Guide
Raymond Ops
Raymond Ops
Apr 16, 2025 · Information Security

Boost Linux Server Security: Practical Hardening Steps for RHEL7

This guide walks through a comprehensive Linux hardening checklist for RHEL7, covering account locking, password policies, SSH port changes, SELinux activation, firewall tightening, and file attribute protections to elevate the system to a B1 security level.

HardeningLinuxRHEL7
0 likes · 12 min read
Boost Linux Server Security: Practical Hardening Steps for RHEL7
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2025 · Operations

Master Linux Command Line: Essential Commands and Real‑World Examples

This comprehensive guide introduces Linux fundamentals, explains the relationship between Linux and Unix, describes kernel, shell, and application layers, compares network modes, and provides detailed usage examples for common commands such as init, man, pwd, ls, cd, mkdir, rmdir, touch, cp, rm, mv, cat, grep, tar, zip, and date, helping readers efficiently manage Linux systems.

ShellSystem AdministrationUnix
0 likes · 21 min read
Master Linux Command Line: Essential Commands and Real‑World Examples
Liangxu Linux
Liangxu Linux
Apr 14, 2025 · Fundamentals

Master Linux Environment Variables: View, Set, and Delete Them

This guide explains what Linux environment variables are, lists common ones, and provides step‑by‑step commands for viewing, temporarily or permanently setting, and deleting variables, plus practical script examples to help users manage their shell environment efficiently.

BashEnvironment VariablesLinux
0 likes · 6 min read
Master Linux Environment Variables: View, Set, and Delete Them
MaGe Linux Operations
MaGe Linux Operations
Apr 4, 2025 · Operations

Master Linux Permissions: From Basics to Advanced chmod Tricks

This guide explains Linux file permission concepts, including the numeric permission model, owner/group/other breakdown, how to combine permissions, use of the chmod command with examples, ownership symbols, testing permissions for users and directories, and default permission settings derived from umask.

PermissionsSystem Administrationchmod
0 likes · 6 min read
Master Linux Permissions: From Basics to Advanced chmod Tricks
MaGe Linux Operations
MaGe Linux Operations
Mar 31, 2025 · Information Security

How to Harden Linux Systems: Practical Security Steps for RHEL7

An in‑depth guide shows how to harden a RHEL 7 Linux server by tightening account permissions, enforcing password policies, limiting login attempts, changing SSH settings, restricting compiler use, protecting log files, applying minimal firewall rules, and enabling SELinux to achieve a B1‑level security baseline.

HardeningRHEL7SELinux
0 likes · 13 min read
How to Harden Linux Systems: Practical Security Steps for RHEL7
Liangxu Linux
Liangxu Linux
Mar 30, 2025 · Operations

Top 10 Server Ops Mistakes That Can Cripple Your Business

A concise guide lists the ten most dangerous server‑administration blunders—from forced power‑offs and reckless experiments in production to poor firewall, SSH, backup, and patch management—explaining real‑world incidents and practical safeguards to prevent costly outages and security breaches.

SecuritySystem Administrationbest practices
0 likes · 6 min read
Top 10 Server Ops Mistakes That Can Cripple Your Business
Practical DevOps Architecture
Practical DevOps Architecture
Mar 20, 2025 · Operations

How to Add a Swap File on Linux and Adjust Swappiness

This guide explains how to create a swap file on a Linux server, enable it, configure it to start at boot, and adjust the swappiness parameter to control virtual memory usage, providing step‑by‑step commands and explanations for each operation.

SwapSystem AdministrationVirtual Memory
0 likes · 5 min read
How to Add a Swap File on Linux and Adjust Swappiness
Liangxu Linux
Liangxu Linux
Mar 18, 2025 · Operations

Master Linux Cron: Schedule Tasks, Manage Services, and Write Crontabs

This guide explains what the Linux cron daemon does, how to control the crond service, where cron configuration files reside, permission handling, creating cron scripts, crontab syntax, and provides numerous practical examples for automating system tasks.

SchedulingSystem Administrationcron
0 likes · 12 min read
Master Linux Cron: Schedule Tasks, Manage Services, and Write Crontabs
Efficient Ops
Efficient Ops
Mar 2, 2025 · Operations

How to Diagnose Linux Server Performance Issues in the First 60 Seconds

This article walks you through the ten essential Linux command‑line tools—such as uptime, vmstat, iostat, and top—that Netflix’s performance engineers use to quickly assess system load, resource saturation, and errors within the critical first minute of troubleshooting.

LinuxOpsSystem Administration
0 likes · 18 min read
How to Diagnose Linux Server Performance Issues in the First 60 Seconds
Open Source Linux
Open Source Linux
Feb 25, 2025 · Fundamentals

Master Linux Environment Variables: View, Set, and Delete Them

This guide explains what Linux environment variables are, lists common ones, and provides step‑by‑step commands to view, temporarily or permanently set, and delete them, plus practical examples for using variables in scripts, helping users efficiently manage their system configuration.

BashEnvironment VariablesSystem Administration
0 likes · 6 min read
Master Linux Environment Variables: View, Set, and Delete Them
Raymond Ops
Raymond Ops
Feb 19, 2025 · Operations

Configure NFS Server and Auto-Mount Clients on CentOS 7

This guide walks through installing NFS utilities, creating a shared directory, configuring /etc/exports, starting the NFS service, and setting up client machines with /etc/fstab for automatic mounting on CentOS 7, including verification steps.

LinuxNFSSystem Administration
0 likes · 5 min read
Configure NFS Server and Auto-Mount Clients on CentOS 7
Open Source Linux
Open Source Linux
Feb 19, 2025 · Operations

Master Linux Network Management with the Powerful ip Command

This article provides a comprehensive guide to the Linux ip command, covering its syntax, how to view and configure network interfaces, manage IP addresses, routes, VLANs, and ARP entries, enabling users to efficiently administer and troubleshoot network settings.

Network ConfigurationSystem Administrationip command
0 likes · 6 min read
Master Linux Network Management with the Powerful ip Command
MaGe Linux Operations
MaGe Linux Operations
Feb 15, 2025 · Operations

How to Expand Linux Disk Space with LVM: Step‑by‑Step Guide

Learn how to add a new disk, create partitions, adjust partition types, extend physical and logical volumes, and resize the filesystem on a Linux server using fdisk, LVM commands, and xfs_growfs, ensuring the system recognizes the expanded storage without data loss.

Disk ExpansionLVMSystem Administration
0 likes · 11 min read
How to Expand Linux Disk Space with LVM: Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Feb 4, 2025 · Operations

Step‑by‑Step Guide to Installing and Configuring Samba on Linux

This article walks you through installing Samba on a Linux server, configuring shared directories with custom permissions, verifying client access, restricting mounts to specific users, persisting mounts via /etc/fstab, and creating department‑specific shares, all with concrete command examples.

CIFSSambaSystem Administration
0 likes · 7 min read
Step‑by‑Step Guide to Installing and Configuring Samba on Linux
MaGe Linux Operations
MaGe Linux Operations
Jan 31, 2025 · Operations

Master Linux Account and Permission Management: Users, Groups, and Commands

This guide explains Linux user and group account types, the structure of /etc/passwd and /etc/shadow, essential commands such as useradd, passwd, usermod, and userdel, as well as file permission concepts, ownership handling with chown, and the use of umask, providing a comprehensive reference for system administrators.

PermissionsSystem AdministrationUser Management
0 likes · 18 min read
Master Linux Account and Permission Management: Users, Groups, and Commands
21CTO
21CTO
Jan 6, 2025 · Operations

Master Linux Cron: Schedule Automated Backups with Easy Step‑by‑Step Guide

Learn how to use Linux's built‑in Cron scheduler to create, configure, and run automated backup jobs, covering crontab syntax, time fields, script creation, permission setup, and redirection of output to /dev/null, with step‑by‑step commands and code examples.

AutomationBackupSystem Administration
0 likes · 8 min read
Master Linux Cron: Schedule Automated Backups with Easy Step‑by‑Step Guide
Top Architecture Tech Stack
Top Architecture Tech Stack
Dec 31, 2024 · Operations

Comprehensive Linux Command Reference and Usage Guide

A detailed reference of Linux command-line utilities covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group administration, permissions, compression, package management, backups, networking, and other essential system administration tasks.

LinuxShellSystem Administration
0 likes · 31 min read
Comprehensive Linux Command Reference and Usage Guide
Liangxu Linux
Liangxu Linux
Dec 29, 2024 · Operations

Master CentOS7 Network Configuration with nmcli and Manual Settings

This guide walks through CentOS7 network configuration, explaining interface naming conventions, using NetworkManager tools like nmcli, editing ifcfg files, changing hostnames, renaming interfaces to eth0, adding kernel parameters, and applying changes with service restarts.

CentOSLinux networkingNetworkManager
0 likes · 8 min read
Master CentOS7 Network Configuration with nmcli and Manual Settings
MaGe Linux Operations
MaGe Linux Operations
Dec 28, 2024 · Operations

Step-by-Step Guide to Upgrading OpenSSH to 8.4p1 on CentOS 7

This tutorial walks you through checking the current OpenSSH version, installing prerequisite packages, backing up existing SSH files, compiling and installing OpenSSH 8.4p1, verifying the configuration, restarting the service, and confirming the upgrade on a CentOS 7 server.

CentOSLinuxOpenSSH
0 likes · 5 min read
Step-by-Step Guide to Upgrading OpenSSH to 8.4p1 on CentOS 7
Raymond Ops
Raymond Ops
Dec 26, 2024 · Operations

Mastering LVM on Linux: From Basics to Advanced Operations

This comprehensive guide explains Linux Logical Volume Manager (LVM) concepts, terminology, installation, essential commands, and step‑by‑step procedures for creating, extending, reducing, migrating, and snapshotting physical, volume, and logical volumes, empowering system administrators to manage storage flexibly and safely.

LVMLinuxSystem Administration
0 likes · 31 min read
Mastering LVM on Linux: From Basics to Advanced Operations
Java Backend Technology
Java Backend Technology
Dec 25, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administrators

A comprehensive reference of essential Linux commands covering system information, shutdown, file management, searching, mounting, disk usage, user and group handling, permissions, package management, backup, networking, and common utilities for effective system administration.

LinuxSystem AdministrationUnix
0 likes · 36 min read
Essential Linux Command Cheat Sheet for System Administrators
MaGe Linux Operations
MaGe Linux Operations
Dec 24, 2024 · Information Security

Master Linux File Permissions: From Basics to Advanced ACLs

This guide explains Linux file permissions, covering the concepts of read, write, and execute bits, the UGO model, symbolic and numeric chmod usage, advanced bits like setuid, setgid, sticky, default permissions via umask, ownership changes, and an introduction to ACLs.

ACLFile PermissionsLinux
0 likes · 22 min read
Master Linux File Permissions: From Basics to Advanced ACLs
MaGe Linux Operations
MaGe Linux Operations
Dec 7, 2024 · Operations

Mastering NFS: Deploy Shared Storage on Linux with RPC

This guide explains the purpose of NFS for Linux file sharing, its architecture and RPC relationship, step‑by‑step server and client deployment, integration with Nginx, and common troubleshooting techniques for reliable shared storage in production environments.

LinuxNFSNGINX
0 likes · 18 min read
Mastering NFS: Deploy Shared Storage on Linux with RPC
MaGe Linux Operations
MaGe Linux Operations
Dec 7, 2024 · Operations

How to Configure Linux Network Interfaces Using ifcfg Files

This guide explains where Linux network‑interface configuration files are stored, how to list and edit them, and the steps for setting up virtual machine networking and dynamic IP addresses, illustrated with command examples and screenshots.

CentOSLinuxSystem Administration
0 likes · 2 min read
How to Configure Linux Network Interfaces Using ifcfg Files
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Nov 28, 2024 · Operations

20 Essential Linux & Kubernetes Troubleshooting Commands Every DevOps Engineer Should Know

This guide compiles the 20 most common Linux and Kubernetes troubleshooting commands, illustrating typical outputs and step‑by‑step diagnostic reasoning for high CPU load, disk pressure, network failures, pod crashes, node issues, service outages, database errors, and application performance problems.

KubernetesLinuxSystem Administration
0 likes · 15 min read
20 Essential Linux & Kubernetes Troubleshooting Commands Every DevOps Engineer Should Know
MaGe Linux Operations
MaGe Linux Operations
Nov 27, 2024 · Operations

Master Linux User Management: Create, Modify, and Secure Accounts

This guide explains Linux user concepts, differences from Windows, how to view, create, modify, and delete users and groups, manage passwords, configure sudo and su for privilege escalation, and understand the critical /etc/passwd and /etc/shadow files, providing practical command examples and security tips.

GroupsLinuxSystem Administration
0 likes · 26 min read
Master Linux User Management: Create, Modify, and Secure Accounts
Ops Development & AI Practice
Ops Development & AI Practice
Nov 26, 2024 · Operations

How Linux’s OOM Killer Works and How to Protect Critical Processes

Linux’s OOM Killer activates when memory is exhausted, scoring processes based on usage, priority, and kernel settings, then terminating the highest‑scoring one; the article explains its background, scoring algorithm, influencing parameters, and practical steps such as adjusting oom_score_adj, optimizing memory use, and using cgroups to safeguard essential services.

LinuxMemory ManagementOOM killer
0 likes · 5 min read
How Linux’s OOM Killer Works and How to Protect Critical Processes
Liangxu Linux
Liangxu Linux
Nov 24, 2024 · Operations

Master Linux User and Group Management: Commands, Permissions, and Best Practices

This guide explains Linux user and group classification, UID/GID ranges, the locations of account files, and provides step‑by‑step commands for adding, modifying, and deleting users and groups, as well as detailed coverage of file and directory permission concepts and special permission bits.

LinuxPermissionsSystem Administration
0 likes · 9 min read
Master Linux User and Group Management: Commands, Permissions, and Best Practices
Practical DevOps Architecture
Practical DevOps Architecture
Nov 19, 2024 · Operations

Comprehensive Linux Learning Curriculum and Resource Guide

This article presents a detailed multi‑phase Linux learning curriculum, covering environment setup, basic and advanced command usage, system services, security, monitoring, high‑availability clustering, virtualization, containerization, cloud platforms, and provides extensive recommended reading links for further study.

DevOpsDockerKubernetes
0 likes · 5 min read
Comprehensive Linux Learning Curriculum and Resource Guide
MaGe Linux Operations
MaGe Linux Operations
Nov 19, 2024 · Operations

Master Linux Disk Management: From CHS to LVM and RAID Explained

This comprehensive guide walks you through Linux storage fundamentals, covering CHS terminology, partitioning with MBR/GPT, LVM creation and expansion, RAID levels, file system selection, mounting, swap handling, package management, private YUM repository setup, OSI layers, ports, TCP basics, and IP address classification.

LVMLinuxRAID
0 likes · 46 min read
Master Linux Disk Management: From CHS to LVM and RAID Explained
MaGe Linux Operations
MaGe Linux Operations
Nov 13, 2024 · Operations

Master Linux User & Group Management: Commands, Files, and Best Practices

This comprehensive guide explains Linux user and group concepts, classification, security contexts, essential configuration files, password policies, and detailed command examples for creating, modifying, and deleting users and groups, helping administrators efficiently manage system access and permissions.

LinuxShell CommandsSystem Administration
0 likes · 17 min read
Master Linux User & Group Management: Commands, Files, and Best Practices
Liangxu Linux
Liangxu Linux
Nov 7, 2024 · Operations

How to Manage Mobile Devices and Swap Space on Linux Systems

This guide explains mounting USB storage, checking device status, configuring NTFS support, and creating, enabling, and disabling swap partitions or swap files on Linux, including practical commands and configuration steps for Ubuntu and CentOS.

CentOSLinuxSwap
0 likes · 6 min read
How to Manage Mobile Devices and Swap Space on Linux Systems
dbaplus Community
dbaplus Community
Nov 7, 2024 · Operations

Why Windows Server 2025 Auto‑Upgraded Your 2022 Servers—and How to Fix It

Shortly after Microsoft released Windows Server 2025, many administrators discovered that their Windows Server 2022 machines were silently upgraded to the unlicensed 2025 version, exposing several known bugs, licensing issues, and a mis‑labelled update that required immediate mitigation and rollback strategies.

LicensingPatch managementSystem Administration
0 likes · 11 min read
Why Windows Server 2025 Auto‑Upgraded Your 2022 Servers—and How to Fix It
MaGe Linux Operations
MaGe Linux Operations
Nov 4, 2024 · Operations

Master Linux Shell: Essential Commands, Prompt Customization, and Session Management

This guide introduces the Linux shell, explains how to view and set the current shell and hostname, customize the command prompt, differentiate internal and external commands, manage aliases, use common utilities, handle sessions with screen and tmux, and employ advanced echo formatting and safety deletion techniques.

LinuxShellSystem Administration
0 likes · 14 min read
Master Linux Shell: Essential Commands, Prompt Customization, and Session Management
Liangxu Linux
Liangxu Linux
Nov 2, 2024 · Operations

How to Manage USB Devices and Configure Swap Space on Linux

This guide explains how to detect and mount USB storage devices on Linux, install NTFS support, view system logs, and set up swap space—either as a dedicated partition or a swap file—while covering swappiness tuning and enabling or disabling swap.

LinuxSwapSystem Administration
0 likes · 7 min read
How to Manage USB Devices and Configure Swap Space on Linux
Efficient Ops
Efficient Ops
Oct 28, 2024 · Operations

Master Linux Command Line: Essential Tips and Tricks for System Operations

The article covers Linux commands, shortcuts, file and directory management, permissions, users, searching, software repositories, manual pages, advanced topics like redirection, pipelines, processes, daemons, compression, compilation, networking, backup, and system control, providing practical examples and code snippets.

LinuxOperationsSystem Administration
0 likes · 50 min read
Master Linux Command Line: Essential Tips and Tricks for System Operations
Architecture Digest
Architecture Digest
Oct 27, 2024 · Operations

Understanding and Using su and sudo Commands in Linux

This article provides a comprehensive guide to the Linux su and sudo commands, explaining their differences, usage options such as login-shell and non-login-shell, how to switch users, set passwords, configure sudoers, and practical examples for managing user privileges securely.

LinuxSudoSystem Administration
0 likes · 12 min read
Understanding and Using su and sudo Commands in Linux
Liangxu Linux
Liangxu Linux
Oct 23, 2024 · Operations

How to Diagnose and Fix Common Linux Boot, Network, and Disk Failures

This guide walks through the most frequent Linux system problems—boot failures caused by mis‑configured fstab, corrupted root partitions, missing kernel files, or hardware issues; network connectivity errors; MBR and GRUB bootloader faults; forgotten root passwords; and read‑only file‑system errors—providing step‑by‑step diagnostics, command‑line solutions, and recovery procedures.

Boot IssuesGRUBLinux
0 likes · 18 min read
How to Diagnose and Fix Common Linux Boot, Network, and Disk Failures
MaGe Linux Operations
MaGe Linux Operations
Oct 15, 2024 · Operations

Master Linux Process Management: From Basics to Powerful Commands

This guide explains what a program and a process are, describes process creation, lifecycle, and identifiers, and provides detailed usage of essential Linux commands such as ps, top, pgrep, pstree, lsof, vmstat, iostat, iftop, dstat, as well as foreground/background control and scheduling with at and crontab.

LinuxOperationsSystem Administration
0 likes · 10 min read
Master Linux Process Management: From Basics to Powerful Commands
Deepin Linux
Deepin Linux
Oct 8, 2024 · Fundamentals

Comprehensive Linux Interview Questions Covering Basics, Memory Management, Process Management, Interrupts, Filesystems, Device Drivers, and Performance Optimization

This article presents an extensive collection of Linux interview questions that span core concepts such as kernel fundamentals, memory management, process handling, interrupt mechanisms, filesystem structures, device driver development, and system performance tuning, providing a thorough preparation resource for candidates.

Device DriversLinuxSystem Administration
0 likes · 30 min read
Comprehensive Linux Interview Questions Covering Basics, Memory Management, Process Management, Interrupts, Filesystems, Device Drivers, and Performance Optimization
DevOps Operations Practice
DevOps Operations Practice
Oct 5, 2024 · Operations

Practical Linux Commands for File Classification, Process Monitoring, and Network Analysis

This article demonstrates how to use xargs with find and tar for file handling, ps for identifying high‑memory and high‑CPU processes, and netstat combined with awk and sort to inspect TCP connection states and the top requesting IP addresses, providing essential command‑line techniques for system administrators.

ShellSystem Administrationnetstat
0 likes · 4 min read
Practical Linux Commands for File Classification, Process Monitoring, and Network Analysis
Open Source Linux
Open Source Linux
Sep 13, 2024 · Operations

Master SSH, Sudo, PAM, and System Limits on Ubuntu: A Practical Guide

This guide walks you through essential Ubuntu system administration tasks, covering SSH configuration and key management, enabling root login, using sshpass, scp and rsync for file transfer, configuring sudo privileges, mastering PAM modules, setting resource limits with ulimit, and synchronizing time with chrony.

SSHSudoSystem Administration
0 likes · 14 min read
Master SSH, Sudo, PAM, and System Limits on Ubuntu: A Practical Guide
Liangxu Linux
Liangxu Linux
Sep 12, 2024 · Operations

Essential Linux Command-Line Tricks: Checksums, File Search, Process Management & More

This guide walks through practical Linux command-line techniques—including generating file checksums, locating files quickly, editing long commands, inspecting and managing processes, capturing terminal output, examining binary dependencies, and using various text‑viewing utilities—to boost everyday system administration efficiency.

LinuxSystem Administrationfile management
0 likes · 9 min read
Essential Linux Command-Line Tricks: Checksums, File Search, Process Management & More
MaGe Linux Operations
MaGe Linux Operations
Sep 5, 2024 · Operations

Master Linux DNS: From Basics to Advanced BIND9 Configuration

This comprehensive guide explains DNS fundamentals, Linux client configuration, BIND9 server setup, advanced features like DNSSEC and DoH, and essential troubleshooting and security practices, empowering system administrators and network engineers to manage and secure DNS services effectively.

DNSLinuxSystem Administration
0 likes · 11 min read
Master Linux DNS: From Basics to Advanced BIND9 Configuration