Tagged articles
769 articles
Page 5 of 8
Open Source Linux
Open Source Linux
Sep 15, 2021 · Operations

Master ethtool: How to Query and Configure Network Interface Settings

ethtool is a Linux command-line utility for querying and modifying network interface parameters, offering options to view driver info, adjust speed, duplex, offload settings, and perform self-tests, with practical examples demonstrating how to inspect and configure interfaces such as ens33.

LinuxSystem Administrationethtool
0 likes · 4 min read
Master ethtool: How to Query and Configure Network Interface Settings
Open Source Linux
Open Source Linux
Sep 14, 2021 · Operations

Master Linux Disk Partitioning with fdisk: A Step‑by‑Step Guide

This article explains how to use the Linux fdisk command to create, modify, and delete disk partitions, covering syntax, options, example workflows for primary, extended, and logical partitions, formatting with XFS, mounting, and configuring automatic mounts via /etc/fstab.

LinuxSystem Administrationdisk partitioning
0 likes · 10 min read
Master Linux Disk Partitioning with fdisk: A Step‑by‑Step Guide
Open Source Linux
Open Source Linux
Sep 13, 2021 · Operations

Master Linux Memory Monitoring with the free Command and Its Options

This guide explains how to use the Linux free command to display physical memory and swap usage, details each option’s meaning, and provides multiple examples—including human‑readable output, total summaries, periodic monitoring, and version checking—to help administrators monitor system resources effectively.

CLILinuxMemory Monitoring
0 likes · 4 min read
Master Linux Memory Monitoring with the free Command and Its Options
Open Source Linux
Open Source Linux
Sep 12, 2021 · Operations

Mastering ifconfig: How to View and Configure Network Interfaces on Linux

Learn how to use the Linux ifconfig command to display network interface details, configure IP addresses, modify MAC addresses, enable or disable interfaces, and set advanced options like netmask, MTU, and IPv6 addresses, with clear syntax explanations and practical examples.

LinuxNetwork ConfigurationSystem Administration
0 likes · 5 min read
Mastering ifconfig: How to View and Configure Network Interfaces on Linux
Open Source Linux
Open Source Linux
Sep 5, 2021 · Operations

Master Linux Init: Switch Runlevels, Shut Down, Reboot, and More

This guide explains how to use the Linux init command to change system runlevels, detailing each level’s purpose, the command syntax, and practical examples for shutting down, entering single‑user mode, switching to full multi‑user mode, launching the graphical interface, and rebooting the machine.

LinuxRunlevelSystem Administration
0 likes · 2 min read
Master Linux Init: Switch Runlevels, Shut Down, Reboot, and More
Open Source Linux
Open Source Linux
Sep 5, 2021 · Operations

Master Linux Runlevel: View and Change System Run Levels

This guide explains how the Linux runlevel command displays previous and current run levels, shows its syntax, provides practical examples, and expands on runlevel concepts, default levels, and their role in system boot and shutdown processes.

LinuxRunlevelSystem Administration
0 likes · 4 min read
Master Linux Runlevel: View and Change System Run Levels
Open Source Linux
Open Source Linux
Sep 4, 2021 · Operations

How to Use nologin to Block User Logins on Linux

This guide explains how the Linux nologin command can politely deny user logins, log attempts, and provides multiple methods—including command-line usage, password locking, and /etc/passwd modifications—to restrict login access for specific or all users during system maintenance.

LinuxOperationsSystem Administration
0 likes · 3 min read
How to Use nologin to Block User Logins on Linux
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Sep 3, 2021 · Operations

Understanding Linux cgroups: Mechanism, Data Structures, and Core Logic

Linux cgroups are a kernel mechanism that groups processes into hierarchical directories, each subsystem (e.g., freezer, CPU, memory, IO) exposing control files such as cgroup.procs and freezer.state, with core data structures like cgroup_subsys, cgroup, css_set linking threads to multiple subsystems and enabling resource policies, freezing, throttling, and allocation.

KernelLinuxResource Management
0 likes · 6 min read
Understanding Linux cgroups: Mechanism, Data Structures, and Core Logic
Open Source Linux
Open Source Linux
Sep 2, 2021 · Operations

Master Linux Shutdown: Safely Power Off or Reboot Your System

This guide explains how to use the Linux shutdown command to safely power off or reboot a system, covering warning notifications, time specifications, available options, and practical examples for immediate, delayed, or scheduled shutdowns and reboots.

LinuxRebootShutdown
0 likes · 3 min read
Master Linux Shutdown: Safely Power Off or Reboot Your System
Open Source Linux
Open Source Linux
Sep 1, 2021 · Operations

How to Configure the Ctrl+Alt+Del Shortcut on Linux

This article explains the Linux ctrlaltdel command, its hard and soft reset options, usage syntax, example commands, and provides step‑by‑step instructions for disabling the Ctrl+Alt+Del shortcut to prevent accidental server reboots.

LinuxSystem Administrationctrlaltdel
0 likes · 3 min read
How to Configure the Ctrl+Alt+Del Shortcut on Linux
Open Source Linux
Open Source Linux
Aug 30, 2021 · Fundamentals

Master Linux Login Command: Syntax, Options, and Real-World Examples

This guide explains the Linux login command, covering its purpose, syntax, available options such as -h, -p, -f, parameter usage, and provides practical examples illustrating how to log in, switch users, and handle authentication on systems like Slackware and CentOS.

LinuxSystem AdministrationUnix
0 likes · 3 min read
Master Linux Login Command: Syntax, Options, and Real-World Examples
Liangxu Linux
Liangxu Linux
Aug 24, 2021 · Operations

Mastering findmnt: List and Monitor Linux Mounted Filesystems

This guide explains how to use the Linux findmnt command—including installation, default listing, real‑time monitoring, df‑style output, list format, fstab parsing, label evaluation, and filesystem‑type filtering—providing practical examples and command syntax for system administrators.

FilesystemLinuxSystem Administration
0 likes · 5 min read
Mastering findmnt: List and Monitor Linux Mounted Filesystems
Open Source Linux
Open Source Linux
Aug 22, 2021 · Operations

How to Master Linux Resource Limits: Boost Your Server Stability

This article explains how Linux system and user resource limits—such as file descriptors, stack size, and process counts—can cause runtime failures, demonstrates practical experiments to modify these limits via ulimit, /etc/security/limits.conf, and prlimit, and provides guidance for stable server-side programming.

LinuxSystem Administrationprlimit
0 likes · 8 min read
How to Master Linux Resource Limits: Boost Your Server Stability
Liangxu Linux
Liangxu Linux
Aug 15, 2021 · Operations

Master Logrotate: Automate Linux Log Rotation and Ditch Custom Scripts

This guide explains how to use the built‑in Logrotate tool on Linux to configure automatic log rotation, customize rotation policies for services like Nginx, PHP and syslog, troubleshoot common issues, and replace ad‑hoc scripts with reliable, cron‑driven solutions.

LinuxLog ManagementSystem Administration
0 likes · 23 min read
Master Logrotate: Automate Linux Log Rotation and Ditch Custom Scripts
Liangxu Linux
Liangxu Linux
Aug 8, 2021 · Operations

Essential Linux Command‑Line Tools for Monitoring Network Bandwidth

This article introduces a collection of Linux command‑line utilities—such as nload, iftop, iptraf, nethogs, bmon, and many others—that can monitor overall and per‑process network bandwidth, explain their measurement methods, and provide installation instructions for major distributions.

LinuxNetwork MonitoringSystem Administration
0 likes · 10 min read
Essential Linux Command‑Line Tools for Monitoring Network Bandwidth
Open Source Linux
Open Source Linux
Jul 29, 2021 · Operations

Top 18 Linux Command-Line Tools to Monitor Network Bandwidth

This guide reviews a collection of Linux command-line utilities that let you track overall and per‑process network bandwidth, display inbound and outbound traffic separately, and generate real‑time or historical usage reports, helping administrators quickly identify bandwidth‑heavy processes.

LinuxNetwork MonitoringSystem Administration
0 likes · 12 min read
Top 18 Linux Command-Line Tools to Monitor Network Bandwidth
Liangxu Linux
Liangxu Linux
Jul 26, 2021 · Fundamentals

Master the Linux date Command: Display, Format, and Set Dates

This tutorial explains how to use the Linux date command to show the current time, format dates in various ways, query past or future dates, customize output with format specifiers, set the system clock, and incorporate date values into shell scripts.

Date FormattingLinuxShell scripting
0 likes · 7 min read
Master the Linux date Command: Display, Format, and Set Dates
Ops Development Stories
Ops Development Stories
Jul 22, 2021 · Operations

How to Diagnose Linux Server Performance Issues in 60 Seconds with 10 Essential Commands

Learn to quickly pinpoint Linux server bottlenecks by running ten powerful commands—uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top—within a minute, interpreting their outputs using the USE method to assess utilization, saturation, and errors across CPU, memory, disk, and network resources.

LinuxSystem AdministrationUSE method
0 likes · 20 min read
How to Diagnose Linux Server Performance Issues in 60 Seconds with 10 Essential Commands
Open Source Linux
Open Source Linux
Jul 21, 2021 · Fundamentals

Essential Linux Command Cheat Sheet: 50 Must‑Know Commands for System Operations

This article provides a concise reference of 50 essential Linux commands covering file management, user administration, system monitoring, networking, permission handling, and editor shortcuts, offering clear examples and explanations for each command to help both beginners and seasoned administrators work efficiently.

BashSystem Administrationcommands
0 likes · 9 min read
Essential Linux Command Cheat Sheet: 50 Must‑Know Commands for System Operations
Efficient Ops
Efficient Ops
Jul 12, 2021 · Operations

Master systemd: From Basics to Real-World Service Management

This article introduces systemd as the modern Linux init replacement, explains its key features and unit file syntax, and provides three hands‑on examples showing how to manage nginx, Tomcat, and a custom JAR service with systemd commands and configuration files.

LinuxService ManagementSystem Administration
0 likes · 10 min read
Master systemd: From Basics to Real-World Service Management
Liangxu Linux
Liangxu Linux
Jul 1, 2021 · Operations

Mastering ulimit: How to View and Adjust Linux Resource Limits

Learn how to use the Linux ulimit command to inspect and modify both hard and soft resource limits, understand the meaning of limit values such as hard, soft, and unlimited, and apply temporary or permanent changes via command line or the limits.conf file.

LinuxSystem Administrationhard limit
0 likes · 3 min read
Mastering ulimit: How to View and Adjust Linux Resource Limits
Open Source Linux
Open Source Linux
Jun 24, 2021 · Operations

Master Dynamic Linux Mounts with autofs and Save System Resources

This guide explains why static /etc/fstab entries can waste resources, introduces the autofs daemon for on‑demand mounting, and provides step‑by‑step commands and configuration examples to set up automatic CD‑ROM mounting on a Linux server.

AutomationMountSystem Administration
0 likes · 8 min read
Master Dynamic Linux Mounts with autofs and Save System Resources
Liangxu Linux
Liangxu Linux
Jun 17, 2021 · Operations

Mastering rsync: Practical Linux Examples for Fast, Reliable File Sync

This guide walks through installing rsync on CentOS and demonstrates nine real‑world examples—including local directory sync, preserving timestamps, remote transfers, avoiding overwrites, progress monitoring, deletion, include/exclude patterns, and size limits—complete with commands, output, and key options.

BackupLinuxSystem Administration
0 likes · 9 min read
Mastering rsync: Practical Linux Examples for Fast, Reliable File Sync
Open Source Linux
Open Source Linux
Jun 9, 2021 · Operations

Master Chrony on CentOS 7: Precise Time Sync Made Simple

This guide explains what Chrony is, its components and advantages, walks through installation and configuration on CentOS 7, and demonstrates essential chronyc commands for monitoring and managing system time synchronization.

CentOSChronycChronyd
0 likes · 10 min read
Master Chrony on CentOS 7: Precise Time Sync Made Simple
Open Source Linux
Open Source Linux
Jun 8, 2021 · Operations

Mastering NTP: Configure Accurate Time Sync on Linux Servers

This guide explains time‑zone fundamentals, compares ntpd and ntpdate, and provides step‑by‑step commands to install, configure, secure, and verify NTP services on Linux, ensuring reliable and precise system time across servers.

LinuxNTPSystem Administration
0 likes · 9 min read
Mastering NTP: Configure Accurate Time Sync on Linux Servers
Java Architect Essentials
Java Architect Essentials
Jun 4, 2021 · Fundamentals

Comprehensive Linux Fundamentals and Command Reference Guide

This extensive guide covers Linux fundamentals, including system overview, file system hierarchy, kernel components, user and kernel space, command-line basics, essential commands for file management, networking, security, scripting, and practical examples, providing a thorough introduction for beginners and intermediate users alike.

ShellSystem Administrationcommands
0 likes · 59 min read
Comprehensive Linux Fundamentals and Command Reference Guide
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jun 3, 2021 · Operations

21 Essential Linux Commands Every Developer Should Master

This comprehensive guide lists the 21 most frequently used Linux commands—from navigating directories and managing files to searching, text processing, compression, system shutdown, and process control—providing a handy cheat‑sheet for developers and system administrators alike.

LinuxShellSystem Administration
0 likes · 13 min read
21 Essential Linux Commands Every Developer Should Master
dbaplus Community
dbaplus Community
May 11, 2021 · Backend Development

Essential Safety Checklist for Dangerous Linux Commands

A practical guide warns developers to breathe, verify servers, back up data, and follow strict habits when using risky commands like rm -rf, chmod, dd, and MySQL to prevent catastrophic data loss in production environments.

BackendData SafetyLinux
0 likes · 8 min read
Essential Safety Checklist for Dangerous Linux Commands
Ops Development Stories
Ops Development Stories
May 10, 2021 · Operations

Upgrade Your Linux Kernel on CentOS 7 and Ubuntu 16.04 in Simple Steps

This guide walks through checking the current kernel version, adding the ELRepo repository, listing and installing newer kernels on CentOS 7, configuring GRUB to boot the new kernel, and then provides a parallel step‑by‑step process for upgrading the kernel on Ubuntu 16.04, including troubleshooting dependency issues.

CentOSELRepoLinux
0 likes · 12 min read
Upgrade Your Linux Kernel on CentOS 7 and Ubuntu 16.04 in Simple Steps
Top Architect
Top Architect
May 5, 2021 · Operations

Using autossh for Secure SSH Tunneling, Automatic Reconnection, and Port Forwarding

This article explains how autossh automates SSH connections, provides reliable automatic reconnection, and supports local, remote, and dynamic port forwarding on Linux systems, including installation methods, key command‑line options, example usages, service configuration for auto‑start, and scripting tips.

SSH tunnelingSystem Administrationautossh
0 likes · 9 min read
Using autossh for Secure SSH Tunneling, Automatic Reconnection, and Port Forwarding
Laravel Tech Community
Laravel Tech Community
Apr 11, 2021 · Operations

Commonly Used Linux Commands: A Quick Reference Guide

This article provides a comprehensive cheat‑sheet of the 21 most frequently asked Linux commands, covering file navigation, content viewing, searching, permissions, text processing, archiving, system control, and process management for interview preparation and daily use.

ShellSystem Administrationcommand-line
0 likes · 10 min read
Commonly Used Linux Commands: A Quick Reference Guide
Liangxu Linux
Liangxu Linux
Mar 27, 2021 · Operations

How to Set Up Email Alerts for SSH Logins on Linux

This guide shows how to configure Linux systems to send email notifications whenever an SSH login occurs, covering root, specific users, and all users by adding appropriate scripts to .bashrc or /etc/bashrc and using the mail command.

LinuxSSHSystem Administration
0 likes · 3 min read
How to Set Up Email Alerts for SSH Logins on Linux
Liangxu Linux
Liangxu Linux
Mar 21, 2021 · Operations

Visualize Linux Disk Usage with Filelight: Installation and Quick Guide

Filelight, an open-source KDE disk-usage visualizer, can be installed on any Linux distribution using the native package manager (pacman, apt, dnf, zypper), then launched to display colorful radial maps of filesystem space, with options to scan specific folders, adjust settings, and exclude virtual directories.

FilelightKDELinux
0 likes · 5 min read
Visualize Linux Disk Usage with Filelight: Installation and Quick Guide
Liangxu Linux
Liangxu Linux
Mar 14, 2021 · Operations

Why Linux Package Managers Matter: 5 Benefits of Software Repositories

This article explains how Linux software repositories and package managers let you track every installed component, making removal, reinstall, updates, dependency handling, and system lean‑ness easier and more reliable than traditional manual installations.

LinuxSoftware RepositorySystem Administration
0 likes · 7 min read
Why Linux Package Managers Matter: 5 Benefits of Software Repositories
Liangxu Linux
Liangxu Linux
Mar 3, 2021 · Operations

Master Linux Command Line: Essential Commands and Tips for Beginners

This comprehensive guide walks you through Linux command line fundamentals, covering directory navigation, file manipulation, text processing, compression, system monitoring, networking, user management, permissions, and disk operations with clear examples, code snippets, and practical tips for both newcomers and seasoned users.

LinuxSystem AdministrationTutorial
0 likes · 73 min read
Master Linux Command Line: Essential Commands and Tips for Beginners
php Courses
php Courses
Feb 18, 2021 · Operations

How to Create and Manage Swap Partitions on Linux

This article explains the purpose of swap partitions, shows how to check current swap usage, and provides step‑by‑step instructions for creating swap space both via a dedicated disk partition and by using a swap file on a Linux server.

LinuxOperationsPartition
0 likes · 3 min read
How to Create and Manage Swap Partitions on Linux
Liangxu Linux
Liangxu Linux
Feb 17, 2021 · Operations

Master Linux Command Line: From Basics to Advanced System Operations

This comprehensive guide walks you through Linux command line fundamentals, directory and file manipulation, text processing, compression, system installation, permission management, regular expressions, and disk operations, providing practical examples and code snippets for each topic.

LinuxSystem AdministrationTutorial
0 likes · 71 min read
Master Linux Command Line: From Basics to Advanced System Operations
Open Source Linux
Open Source Linux
Feb 10, 2021 · Operations

How to Deploy a Scalable GlusterFS Cluster with NFS‑Ganesha on Linux

This guide walks through the concepts, volume types, and step‑by‑step commands needed to set up a highly available GlusterFS distributed storage cluster, configure various volume layouts, integrate NFS‑Ganesha for NFSv4 access, and mount the storage on clients using both GlusterFS and NFS protocols.

GlusterFSLinuxNFS-Ganesha
0 likes · 14 min read
How to Deploy a Scalable GlusterFS Cluster with NFS‑Ganesha on Linux
Programmer DD
Programmer DD
Feb 4, 2021 · Operations

How to Use nohup for Reliable Background Execution on Linux

Learn how the nohup command lets Linux processes ignore SIGHUP, run in the background, and continue after terminal closure, including syntax, options, output redirection behavior, and practical examples for reliable background execution.

LinuxSystem Administrationbackground execution
0 likes · 4 min read
How to Use nohup for Reliable Background Execution on Linux
Liangxu Linux
Liangxu Linux
Jan 17, 2021 · Operations

How to Quickly Inspect Server Hardware and OS Details on Linux

This guide walks you through querying a Linux server's basic configuration—including OS version, kernel, CPU specs, memory usage, disk usage, and block device details—using common command‑line tools with clear examples and explanations.

LinuxServerSystem Administration
0 likes · 13 min read
How to Quickly Inspect Server Hardware and OS Details on Linux
Laravel Tech Community
Laravel Tech Community
Jan 16, 2021 · Operations

Understanding and Using the Linux ps Command

This article explains the Linux ps command, its purpose, common options, process states, and provides practical examples such as pstree, ps ‑Lf, pstack, kill signals, and various ps usages for listing all processes, filtering by user, and combining with grep.

LinuxSystem Administrationprocess monitoring
0 likes · 14 min read
Understanding and Using the Linux ps Command
Liangxu Linux
Liangxu Linux
Jan 16, 2021 · Information Security

Essential Linux Security Hardening Checklist for System Administrators

This guide provides system administrators with a step‑by‑step checklist to audit and harden Linux operating systems, covering account management, password policies, service restrictions, filesystem permissions, logging configuration, and practical command examples for comprehensive security compliance.

HardeningLinuxSecurity
0 likes · 9 min read
Essential Linux Security Hardening Checklist for System Administrators
Open Source Linux
Open Source Linux
Jan 15, 2021 · Operations

10 Essential Linux Commands Every Developer Should Master

This article introduces ten fundamental Linux commands—pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purposes, typical usage examples, and how they can help developers and system administrators work more efficiently on Unix-like systems.

LinuxSystem AdministrationUnix
0 likes · 10 min read
10 Essential Linux Commands Every Developer Should Master
Efficient Ops
Efficient Ops
Jan 14, 2021 · Operations

How to Recover Accidentally Deleted Linux Files with lsof and extundelete

This guide explains why careful file deletion matters, introduces Linux tools like lsof and extundelete for recovering accidentally removed files, and provides step‑by‑step commands, installation instructions, and precautions to successfully restore data from ext3/ext4 partitions.

File RecoveryLinuxSystem Administration
0 likes · 8 min read
How to Recover Accidentally Deleted Linux Files with lsof and extundelete
Liangxu Linux
Liangxu Linux
Jan 13, 2021 · Operations

Essential Linux Command Cheat Sheet: 200+ Commands Every Sysadmin Should Know

A comprehensive reference of over two hundred Linux command‑line utilities, grouped by function such as file management, system monitoring, networking, user administration, and process control, each with concise English descriptions to help beginners and seasoned administrators quickly find the right tool for any task.

LinuxShellSystem Administration
0 likes · 16 min read
Essential Linux Command Cheat Sheet: 200+ Commands Every Sysadmin Should Know
Selected Java Interview Questions
Selected Java Interview Questions
Dec 19, 2020 · Operations

Linux System Commands Cheat Sheet

This article provides a comprehensive reference of essential Linux system commands covering system information, date and time management, shutdown/reboot, file and directory operations, searching, mounting, disk usage, user and group management, permissions, special attributes, compression, package handling, network utilities, and backup techniques, all presented with concise examples for quick learning.

LinuxShellSystem Administration
0 likes · 23 min read
Linux System Commands Cheat Sheet
ITPUB
ITPUB
Dec 18, 2020 · Operations

Master Linux System Backup and Restore with tar, rsync, and dd

This guide explains how to back up an entire Linux system or create a disk image using tar, rsync, and dd commands, covering exclusion of system directories, restoration steps, and special considerations for migrating to a new host.

BackupLinuxSystem Administration
0 likes · 8 min read
Master Linux System Backup and Restore with tar, rsync, and dd
ITPUB
ITPUB
Dec 14, 2020 · Operations

How to Recover Accidentally Deleted Linux Files with lsof and extundelete

This guide explains why careless file deletion can be disastrous, then walks through two Linux recovery techniques—using lsof to capture still‑open deleted files and employing extundelete to restore data from ext3/ext4 partitions—complete with commands, parameters, and practical tips.

File RecoverySystem Administrationextundelete
0 likes · 8 min read
How to Recover Accidentally Deleted Linux Files with lsof and extundelete
Liangxu Linux
Liangxu Linux
Dec 9, 2020 · Operations

Master Linux Environment Variables: 6 Proven Configuration Methods

This guide explains how to read, configure, and persist Linux environment variables—especially PATH—using export commands, user‑level files like ~/.bashrc and ~/.profile, and system‑wide files such as /etc/profile, /etc/bashrc, and /etc/environment, while also detailing the loading order and testing techniques.

LinuxShellSystem Administration
0 likes · 12 min read
Master Linux Environment Variables: 6 Proven Configuration Methods
21CTO
21CTO
Dec 9, 2020 · Operations

Why Red Hat Dropped Free CentOS and What It Means for Your Servers

Red Hat announced the end of the free CentOS Linux distribution, replacing it with the rolling‑release CentOS Stream, and detailed the support timelines for CentOS 7 and 8, urging users to consider RHEL subscriptions, build their own rebuilds, or migrate to alternative platforms.

CentOSLinuxRHEL
0 likes · 8 min read
Why Red Hat Dropped Free CentOS and What It Means for Your Servers
Liangxu Linux
Liangxu Linux
Dec 6, 2020 · Information Security

Master Linux Security: From Firewall Rules to User & File Permissions

This guide walks through essential Linux security measures, covering common attack vectors, network and OS hardening, firewall configuration with iptables, user and group management, and detailed file‑permission techniques, providing practical commands and examples for robust system protection.

File PermissionsLinuxSecurity
0 likes · 20 min read
Master Linux Security: From Firewall Rules to User & File Permissions
MaGe Linux Operations
MaGe Linux Operations
Nov 30, 2020 · Operations

Unlock Linux’s Dark Side: Master Crypt, Kill, Shred, and More

This guide explores several powerful yet intimidating Linux commands—including crypt, kill, shred, zombie process detection, at midnight scheduling, and daemon management—explaining their purposes, usage nuances, and safety considerations for system administrators and power users.

LinuxSecurityShell
0 likes · 6 min read
Unlock Linux’s Dark Side: Master Crypt, Kill, Shred, and More
Open Source Linux
Open Source Linux
Nov 30, 2020 · Operations

Essential Linux Shell Commands for System Monitoring and Maintenance

This guide compiles a comprehensive set of Linux shell commands for deleting zero‑byte files, inspecting processes, checking CPU, memory, disk usage, network load, and other system metrics, plus a collection of useful regular expressions for text processing and validation.

LinuxSystem Administrationmonitoring
0 likes · 13 min read
Essential Linux Shell Commands for System Monitoring and Maintenance
Laravel Tech Community
Laravel Tech Community
Nov 25, 2020 · Operations

Comprehensive Guide to Logrotate: Configuration, Usage, and Custom Scripts for Linux Log Management

This article provides an in‑depth tutorial on using the Linux logrotate utility, covering default configuration files, command‑line options, example configurations for services like Nginx, PHP‑FPM, Tomcat, custom Bash and Python rotation scripts, troubleshooting tips, and how to adjust cron scheduling for automated log rotation.

LinuxLog ManagementShell scripting
0 likes · 21 min read
Comprehensive Guide to Logrotate: Configuration, Usage, and Custom Scripts for Linux Log Management
Liangxu Linux
Liangxu Linux
Nov 18, 2020 · Operations

Diagnosing Linux Server Performance in the First 60 Seconds

This guide walks you through ten essential Linux command‑line tools—uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top—explaining what each metric means, how to interpret the output, and how to quickly spot utilization, saturation, and error issues within the first minute of investigation.

LinuxPerformance MonitoringSystem Administration
0 likes · 20 min read
Diagnosing Linux Server Performance in the First 60 Seconds
Open Source Linux
Open Source Linux
Nov 4, 2020 · Operations

Step-by-Step Guide to Installing Python 3.6.5 on Linux (with Troubleshooting)

This tutorial walks through checking the default Python version on a Linux system, locating its binaries, downloading Python 3.6.5 source, installing required build dependencies, compiling and installing Python, creating symlinks, and configuring environment variables, while also addressing common network and repository issues.

CompilationInstallationLinux
0 likes · 6 min read
Step-by-Step Guide to Installing Python 3.6.5 on Linux (with Troubleshooting)
Open Source Linux
Open Source Linux
Nov 2, 2020 · Operations

Master Linux System Commands: Essential Tools for Sysadmins

This comprehensive guide presents essential Linux system commands covering hardware inspection, date handling, shutdown/reboot, file and directory management, searching, mounting, disk usage, user/group administration, permissions, packaging, backup, and network utilities, providing a practical reference for system administrators.

LinuxSystem AdministrationUnix
0 likes · 34 min read
Master Linux System Commands: Essential Tools for Sysadmins
Open Source Linux
Open Source Linux
Oct 28, 2020 · Operations

Master Linux Cron: Schedule Tasks Efficiently with Crontab

This guide explains Linux's cron daemon, its configuration files, permission controls, how to write and install crontab scripts, and provides numerous scheduling examples, helping administrators automate tasks efficiently, including command syntax, special characters, and common service commands.

LinuxSchedulingSystem Administration
0 likes · 9 min read
Master Linux Cron: Schedule Tasks Efficiently with Crontab
ITPUB
ITPUB
Oct 26, 2020 · Operations

Master Linux File Permissions: A Complete Guide to Using chmod

This tutorial explains the Linux chmod command, covering the permission model, how to view permissions with ls -l, numeric and symbolic notations, recursive changes, reference files, and multiple practical examples to help you manage file and directory access securely.

File PermissionsLinuxSystem Administration
0 likes · 11 min read
Master Linux File Permissions: A Complete Guide to Using chmod
Programmer DD
Programmer DD
Oct 26, 2020 · Operations

Master Logrotate: Complete Guide to Linux Log Rotation and Custom Scripts

This article provides a comprehensive walkthrough of Logrotate on Linux, covering its purpose, default configuration files, key directives, practical examples for Nginx, PHP, Tomcat, and system logs, as well as custom shell and Python scripts for advanced log rotation and troubleshooting.

Log ManagementSystem Administrationcron
0 likes · 22 min read
Master Logrotate: Complete Guide to Linux Log Rotation and Custom Scripts
Liangxu Linux
Liangxu Linux
Oct 25, 2020 · Operations

Master Linux File Permissions: A Hands‑On Guide to Using chmod

This tutorial explains the Linux chmod command, covering permission basics, how to view permissions with ls‑l, numeric and symbolic modes, recursive changes, reference files, and special cases like applying execute rights only to directories, all with clear examples and command syntax.

File PermissionsLinuxSystem Administration
0 likes · 11 min read
Master Linux File Permissions: A Hands‑On Guide to Using chmod
Liangxu Linux
Liangxu Linux
Oct 24, 2020 · Operations

Master Linux Cron: From Basics to Advanced Scheduling

This guide explains the Linux cron daemon, how to control the crond service, configure system and user crontabs, manage permissions, create custom cron scripts, use the crontab command syntax, and provides numerous practical scheduling examples.

OperationsSchedulingSystem Administration
0 likes · 11 min read
Master Linux Cron: From Basics to Advanced Scheduling
ITPUB
ITPUB
Oct 10, 2020 · Operations

Master Logrotate: Complete Guide to Linux Log Rotation, Configuration, and Custom Scripts

This article provides a thorough walkthrough of Linux logrotate, covering its default configuration files, essential command‑line options, key parameters, practical examples for services like nginx, php, and tomcat, custom rotation scripts, cron scheduling, and troubleshooting tips for reliable log management.

LinuxLog ManagementNginx
0 likes · 24 min read
Master Logrotate: Complete Guide to Linux Log Rotation, Configuration, and Custom Scripts
Laravel Tech Community
Laravel Tech Community
Oct 9, 2020 · Operations

Comprehensive Linux Command Reference Guide

This guide presents an extensive collection of Linux commands covering file and directory operations, content viewing, compression, system information, networking, user management, permissions, process control, and system monitoring, each explained with its purpose and typical usage in clear English.

LinuxNetworkingSystem Administration
0 likes · 16 min read
Comprehensive Linux Command Reference Guide
Selected Java Interview Questions
Selected Java Interview Questions
Oct 6, 2020 · Operations

Comprehensive List of Common Linux Commands

This article provides a detailed, English‑translated reference of essential Linux command‑line tools covering file management, content viewing, compression, system information, networking, user administration, permissions, process control, and system monitoring, useful for both beginners and experienced administrators.

LinuxShellSystem Administration
0 likes · 15 min read
Comprehensive List of Common Linux Commands
Liangxu Linux
Liangxu Linux
Oct 6, 2020 · Operations

Master Linux Log Rotation with Logrotate: Configs, Scripts, and Common Fixes

This guide explains how to use Logrotate on Linux for automatic log file rotation, covering default configuration files, key options, example setups for Nginx, PHP, Tomcat, system logs, custom shell and Python scripts, cron scheduling, and troubleshooting techniques to ensure logs are rotated reliably.

LinuxLog ManagementNginx
0 likes · 23 min read
Master Linux Log Rotation with Logrotate: Configs, Scripts, and Common Fixes
Programmer DD
Programmer DD
Sep 30, 2020 · Fundamentals

11 Must‑Know Linux Terminal Tricks to Boost Your Productivity

This article presents a curated list of eleven powerful Linux terminal shortcuts, commands, and utilities—including key bindings, sudo tricks, background execution, scheduling, process management, and media downloading—to help users work faster and solve common command‑line challenges.

System Administrationcommand-lineproductivity
0 likes · 11 min read
11 Must‑Know Linux Terminal Tricks to Boost Your Productivity
ITPUB
ITPUB
Sep 28, 2020 · Operations

Essential Linux Regex Commands for Quick System Queries

A concise collection of Linux command-line one‑liners demonstrates how to extract IPv4 addresses, disk usage, user information, permissions, and pattern matches using regular expressions and tools like ifconfig, df, cat, cut, sort, and egrep.

LinuxShell scriptingSystem Administration
0 likes · 5 min read
Essential Linux Regex Commands for Quick System Queries