Tagged articles
5000 articles
Page 36 of 50
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 · Cloud Native

Master Docker: From Fundamentals to Advanced Container Management

This comprehensive guide walks you through Docker fundamentals, container concepts, installation, image lifecycle, volume management, Dockerfile creation, networking, registry setup, docker‑compose orchestration, and best practices, providing step‑by‑step commands, code snippets, and diagrams to help you build, run, and manage containers efficiently.

ContainersImage ManagementLinux
0 likes · 46 min read
Master Docker: From Fundamentals to Advanced Container Management
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
ZhiKe AI
ZhiKe AI
Sep 13, 2021 · Cloud Native

Step-by-Step Guide to Installing Helm 3 and Helm 2 on Linux

This article provides a complete Linux walkthrough for installing Helm 3, then Helm 2 client and Tiller server, including downloading binaries, extracting files, configuring RBAC, initializing Tiller, and verifying the installation with kubectl and helm commands.

LinuxRBAChelm
0 likes · 3 min read
Step-by-Step Guide to Installing Helm 3 and Helm 2 on Linux
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
MaGe Linux Operations
MaGe Linux Operations
Sep 12, 2021 · Operations

Boost Your Productivity with 15 Essential Command-Line Tools

This article introduces a curated collection of powerful command-line utilities—including faster search tools, interactive Git viewers, JSON processors, shell checkers, fuzzy finders, system monitors, multi-threaded downloaders, file transfer helpers, code counters, terminal multiplexers, session recorders, and multi‑log tailers—to streamline development and operations workflows on Linux.

LinuxProductivitycommand-line
0 likes · 5 min read
Boost Your Productivity with 15 Essential Command-Line Tools
Liangxu Linux
Liangxu Linux
Sep 12, 2021 · Operations

Quickly Locate Duplicate Files on Linux with Find and dupeGuru

This guide shows three practical ways to identify duplicate files on Linux—using an advanced find‑pipeline, installing the cross‑platform dupeGuru utility, and a step‑by‑step breakdown of each command in the pipeline, complete with code examples and explanations.

LinuxShelldupeguru
0 likes · 8 min read
Quickly Locate Duplicate Files on Linux with Find and dupeGuru
Liangxu Linux
Liangxu Linux
Sep 11, 2021 · Information Security

How to Set Up Password‑Free SSH Between Linux Machines

Learn step‑by‑step how to install and enable OpenSSH on Linux hosts, generate and copy SSH keys, configure password‑less authentication, and verify connections, with commands and screenshots for both command‑line and GUI methods, ensuring secure remote access without passwords.

LinuxOpenSSHPasswordless
0 likes · 10 min read
How to Set Up Password‑Free SSH Between Linux Machines
Open Source Linux
Open Source Linux
Sep 10, 2021 · Information Security

How a 13‑Character Fork Bomb Crashes Linux and How to Stop It

Jaromil’s 13‑character Linux fork bomb demonstrates how a tiny Bash function can recursively spawn processes, exhausting system resources and causing a denial‑of‑service crash, while the article explains its mechanics, shows a live cloud‑VM demo, and provides practical mitigation using ulimit and security limits.

DoSLinuxShell scripting
0 likes · 5 min read
How a 13‑Character Fork Bomb Crashes Linux and How to Stop It
Cloud Native Technology Community
Cloud Native Technology Community
Sep 9, 2021 · Cloud Native

Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm

This tutorial walks through preparing three CentOS 7.6 nodes, installing and configuring containerd, setting up kubeadm, kubelet, and kubectl, initializing a Kubernetes v1.22.1 control plane, adding worker nodes, deploying the Flannel CNI plugin, installing the Kubernetes Dashboard, and providing cleanup commands, all with detailed commands and configuration files.

CNIDashboardFlannel
0 likes · 27 min read
Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm
Open Source Linux
Open Source Linux
Sep 7, 2021 · Operations

Master Linux’s halt Command: Options, Syntax, and Practical Examples

The article explains how the Linux halt command shuts down a running system, details its syntax and run‑level behavior, lists all available options with meanings, and provides concrete examples demonstrating usage such as powering off with -p or shutting down without logging to /var/log/wtmp.

LinuxUnix administrationcommand options
0 likes · 3 min read
Master Linux’s halt Command: Options, Syntax, and Practical Examples
21CTO
21CTO
Sep 6, 2021 · Fundamentals

Discover CutefishOS: A New Chinese‑Built Linux Desktop Experience

CutefishOS, a Chinese‑led Linux distribution built on Ubuntu, offers a modern, macOS‑inspired desktop environment using KDE frameworks, Qt, and Plasma, with multilingual support, open‑source code, and a suite of pre‑installed applications for everyday use.

CutefishOSDesktop EnvironmentKDE
0 likes · 5 min read
Discover CutefishOS: A New Chinese‑Built Linux Desktop Experience
MaGe Linux Operations
MaGe Linux Operations
Sep 6, 2021 · Operations

Batch Rename Files Using sed and Bash Substring Techniques

This guide demonstrates three practical methods for bulk renaming files on Linux: using sed for in‑place text replacement, applying Bash variable substring manipulation, and changing file extensions with parameter expansion, each illustrated with complete command‑line examples.

BashFile RenamingLinux
0 likes · 8 min read
Batch Rename Files Using sed and Bash Substring Techniques
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
Liangxu Linux
Liangxu Linux
Sep 5, 2021 · Fundamentals

Understanding Linux timerfd: From Procfs to Epoll Integration

This article explains the structure and operation of Linux timerfd, covering its representation in /proc, the timerfd_create/settime/gettime system calls, internal kernel structures, and how timerfd integrates with epoll for event-driven programming.

LinuxSystem Callepoll
0 likes · 15 min read
Understanding Linux timerfd: From Procfs to Epoll Integration
Liangxu Linux
Liangxu Linux
Sep 5, 2021 · Operations

How to Set Up Mutt with Gmail on Linux Using OfflineIMAP

This guide walks through installing Mutt, configuring OfflineIMAP to sync Gmail via IMAP, setting up Google two‑factor authentication, enabling IMAP in Gmail, and creating a comprehensive .muttrc so you can read and send email entirely from the Linux terminal.

EmailGmailLinux
0 likes · 11 min read
How to Set Up Mutt with Gmail on Linux Using OfflineIMAP
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.

LinuxResource ManagementSystem Administration
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
ITPUB
ITPUB
Sep 2, 2021 · Operations

Turn a Bare Server into a Full‑Stack Development Platform: A Practical Guide

This article shares a developer’s journey from spending on domains and servers to mastering deployment, covering domain registration, DNS configuration, SSL, Linux commands, server panels, and how to monetize the skills while offering a step‑by‑step guide for newcomers to use a server effectively.

LinuxSSLServer
0 likes · 11 min read
Turn a Bare Server into a Full‑Stack Development Platform: A Practical Guide
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
Efficient Ops
Efficient Ops
Sep 1, 2021 · Fundamentals

Master Essential Linux Shell Tools: find, grep, awk, sed & More

This guide introduces the most commonly used Linux shell utilities for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their key options, practical examples, and best practices to help you efficiently manipulate files and data from the command line.

LinuxUnix toolstext processing
0 likes · 14 min read
Master Essential Linux Shell Tools: find, grep, awk, sed & More
Open Source Linux
Open Source Linux
Aug 31, 2021 · Operations

How to Safely Shut Down Linux with the poweroff Command

Learn how to use the Linux poweroff command to safely shut down the operating system, understand its logging behavior, explore available options such as -n, -w, -d, -i, -h, -f, and see practical examples and related commands for viewing shutdown logs.

LinuxUnixpoweroff
0 likes · 3 min read
How to Safely Shut Down Linux with the poweroff Command
Liangxu Linux
Liangxu Linux
Aug 31, 2021 · Operations

10 Essential Linux Commands to Diagnose Server Performance in the First Minute

When a Linux server shows performance problems, the first 60 seconds are critical; using ten standard command‑line tools such as uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top lets you quickly assess load, memory, I/O, and network health to pinpoint the root cause.

Command LineLinuxServer Diagnostics
0 likes · 18 min read
10 Essential Linux Commands to Diagnose Server Performance in the First Minute
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
Efficient Ops
Efficient Ops
Aug 30, 2021 · Operations

20 Essential Linux Terminal Tricks to Boost Your Productivity

This article presents a curated collection of practical Linux command‑line shortcuts—including tab completion, directory navigation, batch execution, history search, log monitoring, and alias usage—that can dramatically reduce keystrokes and streamline everyday system‑administration tasks.

Command LineLinuxProductivity
0 likes · 13 min read
20 Essential Linux Terminal Tricks to Boost Your Productivity
Qingyun Technology Community
Qingyun Technology Community
Aug 30, 2021 · Cloud Computing

From Linux’s 30‑Year Legacy to the Future of Sky Computing: Key Tech Highlights

This roundup covers Linux’s 30‑year milestone, Facebook’s Horizon Workrooms VR collaboration platform, Elon Musk’s humanoid robot plans, the metaverse debate, Spark’s Sky Computing vision, KubeSphere’s Kubernetes architecture, and ZFS storage pool design, offering concise insights into each breakthrough.

Cloud ComputingLinuxMetaverse
0 likes · 7 min read
From Linux’s 30‑Year Legacy to the Future of Sky Computing: Key Tech Highlights
Open Source Linux
Open Source Linux
Aug 30, 2021 · Fundamentals

Unlocking Linux File System Secrets: Inodes, VFS, and I/O Performance

This article explains how Linux manages disks and file systems through inodes, directory entries, logical blocks, the Virtual File System layer, various I/O models, and practical performance monitoring commands, providing a comprehensive overview for developers and system engineers.

LinuxOperating Systemperformance-monitoring
0 likes · 19 min read
Unlocking Linux File System Secrets: Inodes, VFS, and I/O Performance
DevOps Cloud Academy
DevOps Cloud Academy
Aug 29, 2021 · Operations

Handling Timezone and System Time Issues in Linux Containers and Kubernetes

This article explains the differences between hardware and system clocks, how Linux manages time zones, why container images often have incorrect default time zones, and provides multiple practical methods—including Dockerfile settings, volume mounts, environment variables, PodPreset, and libfaketime—to correctly set or adjust time in Docker and Kubernetes environments.

ContainerLinuxTimeSync
0 likes · 13 min read
Handling Timezone and System Time Issues in Linux Containers and Kubernetes
Liangxu Linux
Liangxu Linux
Aug 29, 2021 · Information Security

Automating Linux File Timestamp Manipulation to Hide Traces

This guide explains how to use standard Linux utilities and a custom Bash script to view, modify, save, and restore file timestamps, enabling attackers or administrators to conceal or recover evidence of file changes on a server.

ForensicsLinuxTimestamps
0 likes · 10 min read
Automating Linux File Timestamp Manipulation to Hide Traces
Liangxu Linux
Liangxu Linux
Aug 27, 2021 · Fundamentals

Master the 10 Essential Linux Commands Every Beginner Needs

Learn the ten most essential Linux commands—from sudo and ls to apt-get and poweroff—explaining their purpose, basic syntax, and practical examples, so newcomers can confidently handle everyday tasks, manage files, navigate directories, install software, and safely shut down the system.

BeginnerCommand LineLinux
0 likes · 6 min read
Master the 10 Essential Linux Commands Every Beginner Needs
Open Source Linux
Open Source Linux
Aug 26, 2021 · Operations

Automate Linux Daily System Checks with a Comprehensive Bash Script

This article presents a ready‑to‑use Bash script that performs daily Linux system inspections—including disk, memory, CPU, process, file changes, and user login checks—generates a detailed report, saves it under a log directory, and emails the results for easy monitoring.

Linuxshell script
0 likes · 10 min read
Automate Linux Daily System Checks with a Comprehensive Bash Script
Snowball Engineer Team
Snowball Engineer Team
Aug 26, 2021 · Backend Development

Diagnosing and Optimizing Server CPU Spikes Caused by Excessive DateTime Object Creation in Java

This article explains how to identify and resolve server CPU spikes caused by excessive DateTime object creation in a Java application, detailing step‑by‑step Linux command usage, JStack and JProfiler analysis, and a refactoring solution that replaces DateTime comparisons with string comparisons to reduce GC pressure.

CPULinuxPerformance
0 likes · 4 min read
Diagnosing and Optimizing Server CPU Spikes Caused by Excessive DateTime Object Creation in Java
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
Liangxu Linux
Liangxu Linux
Aug 24, 2021 · Operations

Automate Hourly Linux Wallpaper Changes with styli.sh

This guide explains how to install the styli.sh shell script, configure it for various Linux desktop environments, and use cron to automatically fetch and set a new Reddit‑sourced wallpaper every hour, while offering numerous customization options such as size, search terms, and display tools.

Desktop AutomationLinuxWallpaper
0 likes · 6 min read
Automate Hourly Linux Wallpaper Changes with styli.sh
Efficient Ops
Efficient Ops
Aug 23, 2021 · Operations

Master HAProxy: Build High‑Performance L7/L4 Load Balancers & HA Clusters

This guide introduces HAProxy, an open‑source L4/L7 load balancer, and walks through its core features, performance and stability characteristics, step‑by‑step installation on CentOS 7, configuration of both L7 and L4 balancing, monitoring, and setting up high‑availability with Keepalived.

HAProxyLinuxOperations
0 likes · 27 min read
Master HAProxy: Build High‑Performance L7/L4 Load Balancers & HA Clusters
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 22, 2021 · Operations

Build Nginx High Availability with Keepalived on Linux

This guide explains how to achieve high availability for Nginx by deploying a dual‑machine keepalived setup, covering the concepts of HA, VRRP, configuration of keepalived on master and backup nodes, a health‑check script, and step‑by‑step commands to test automatic failover.

LinuxVRRPfailover
0 likes · 9 min read
Build Nginx High Availability with Keepalived on Linux
Open Source Linux
Open Source Linux
Aug 21, 2021 · Operations

Linux Huge Pages vs Transparent Huge Pages: Benefits, Risks, and Disabling Guide

This article explains the two types of Linux huge pages—static HugeTLB pages and dynamic Transparent Huge Pages—detailing their sizes, performance advantages, drawbacks, especially for Oracle workloads, and provides step‑by‑step instructions for checking status and permanently disabling THP via sysfs or GRUB.

Huge PagesLinuxMemory Management
0 likes · 9 min read
Linux Huge Pages vs Transparent Huge Pages: Benefits, Risks, and Disabling Guide
Open Source Linux
Open Source Linux
Aug 17, 2021 · Operations

Enable IPv6 on Docker Bridge Networks: Step‑by‑Step Guide

This tutorial shows how to activate IPv6 support for Docker bridge networks by obtaining a public IPv6 block, dividing it into subnets, configuring the Docker daemon, restarting the service, and optionally setting up IPv6 in Docker Compose, with full code examples.

IPv6Linux
0 likes · 6 min read
Enable IPv6 on Docker Bridge Networks: Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Aug 16, 2021 · Operations

Master Linux Server Monitoring: top, vmstat, pidstat, iostat, netstat & More

An in‑depth guide walks through essential Linux server monitoring tools—top, vmstat, pidstat, iostat, netstat, tcpdump and others—explaining each command’s output, key metrics, and how to interpret CPU, memory, disk and network statistics for effective troubleshooting and performance tuning.

LinuxLinux toolsPerformance
0 likes · 16 min read
Master Linux Server Monitoring: top, vmstat, pidstat, iostat, netstat & More
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
Laravel Tech Community
Laravel Tech Community
Aug 14, 2021 · Fundamentals

File Splitting with split and Merging with cat on Linux

This guide explains how to use the Linux split command to divide large files into smaller parts and the cat command to concatenate those parts back together, including syntax, practical examples, and help options for efficient file transfer and management.

CATCommand LineFile Management
0 likes · 7 min read
File Splitting with split and Merging with cat on Linux
macrozheng
macrozheng
Aug 12, 2021 · Backend Development

How to Set Up kkFileView for Instant File Preview with Docker and SpringBoot

This guide walks you through installing kkFileView on Windows and Linux, integrating it with MinIO for online file preview, configuring Docker containers, and customizing settings such as watermarks, providing step‑by‑step instructions and code snippets for a seamless preview service.

LinuxMinioSpringBoot
0 likes · 7 min read
How to Set Up kkFileView for Instant File Preview with Docker and SpringBoot
Liangxu Linux
Liangxu Linux
Aug 11, 2021 · Operations

Mastering Cron: Create, Schedule, and Manage Linux Cron Jobs

This guide explains what cron timers are, how to create cronjobs using the crontab command, the syntax of cron expressions—including fields for minute, hour, day, month, and weekday—as well as shortcut macros, and how to edit or stop scheduled jobs on Linux.

Linuxcrontab
0 likes · 4 min read
Mastering Cron: Create, Schedule, and Manage Linux Cron Jobs
Baidu Geek Talk
Baidu Geek Talk
Aug 11, 2021 · Operations

Analyzing Core Dumps and Debugging Techniques with GDB

The article explains how to analyze core‑dump files with GDB by examining the function call stack, key registers, and memory contents, classifying crash causes, using GDB commands to inspect variables and addresses, reconstructing corrupted stacks, handling optimized‑away data and vtable errors, and following a systematic debugging workflow.

LinuxRegistersc++
0 likes · 17 min read
Analyzing Core Dumps and Debugging Techniques with GDB
Liangxu Linux
Liangxu Linux
Aug 10, 2021 · Operations

How Linux Implements High‑Performance Timers with a Hierarchical Timing Wheel

This article explains the various timer implementations—sorted linked list, min‑heap, balanced binary tree, and especially the hierarchical timing wheel used in the Linux kernel—detailing their time complexities, data structures, and the core C code that inserts and executes timers efficiently.

C ProgrammingLinuxO(1) complexity
0 likes · 11 min read
How Linux Implements High‑Performance Timers with a Hierarchical Timing Wheel
Practical DevOps Architecture
Practical DevOps Architecture
Aug 9, 2021 · Operations

MySQL Installation and Configuration Bash Script

This article provides a step‑by‑step Bash script for installing, configuring, and starting MySQL 8.0 on a Linux system, including user creation, directory setup, permission handling, initialization checks, and service management, and ensures proper environment variables.

BashInstallationLinux
0 likes · 4 min read
MySQL Installation and Configuration Bash Script
Liangxu Linux
Liangxu Linux
Aug 8, 2021 · Operations

Never Lose Your SSH Session Again: Master GNU Screen on Linux

This guide explains how to install GNU Screen, start and name sessions, manage multiple windows with keyboard shortcuts, detach and reattach safely, and customize settings via .screenrc, ensuring long‑running tasks persist across SSH disconnections.

GNU ScreenLinuxSSH session persistence
0 likes · 8 min read
Never Lose Your SSH Session Again: Master GNU Screen on Linux
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
21CTO
21CTO
Aug 6, 2021 · Operations

Why BC‑Linux V8.2 Is Emerging as the Top CentOS Replacement

The article reports on recent Chinese tech news—from massive travel‑card queries and ByteDance layoffs to Douyin’s remote‑work policy and a new partnership between Taobao and QQ Music—while spotlighting BC‑Linux V8.2, a CentOS‑compatible OS with dual kernels, performance boosts, and enhanced security.

CentOS AlternativeLinuxOperating System
0 likes · 9 min read
Why BC‑Linux V8.2 Is Emerging as the Top CentOS Replacement
Liangxu Linux
Liangxu Linux
Aug 4, 2021 · Operations

Master Linux Package Management: apt vs dnf Commands Explained

This guide walks you through searching, installing, updating, and removing software on Linux using the apt and dnf package managers, covering command syntax, regex searches, group installations, and how each tool handles caches and configuration files.

APTLinuxSoftware Installation
0 likes · 8 min read
Master Linux Package Management: apt vs dnf Commands Explained
Ops Development Stories
Ops Development Stories
Aug 4, 2021 · Operations

Mastering TCP Handshakes, Queues, and Linux Tuning for High‑Performance Servers

This article explains TCP’s connection establishment and termination processes, details the roles of half‑ and full‑connection queues in Linux, demonstrates how to simulate and detect queue overflows using tools like netstat, ss, hping3 and ab, and provides kernel tuning parameters to mitigate SYN flood and TIME_WAIT issues.

LinuxNetworkingQueue
0 likes · 23 min read
Mastering TCP Handshakes, Queues, and Linux Tuning for High‑Performance Servers
Open Source Linux
Open Source Linux
Aug 3, 2021 · Fundamentals

Master Linux Swap: When, How Much, and How to Optimize It

Linux swap extends virtual memory by moving infrequently used pages to disk, and this guide explains what swap is, its pros and cons, sizing recommendations for various RAM amounts, how to create and manage swap partitions or files, and performance tuning tips including swappiness and I/O optimization.

LinuxMemory ManagementSwap
0 likes · 16 min read
Master Linux Swap: When, How Much, and How to Optimize It
Laravel Tech Community
Laravel Tech Community
Aug 3, 2021 · Operations

Comprehensive List of Common Linux Commands and Their Functions

This article provides a detailed reference of essential Linux commands covering file manipulation, system monitoring, user and permission management, networking, compression, and system control, offering a practical guide for administrators and developers to efficiently operate and maintain Linux environments.

LinuxUnix
0 likes · 8 min read
Comprehensive List of Common Linux Commands and Their Functions
dbaplus Community
dbaplus Community
Aug 2, 2021 · Fundamentals

Master Linux History Command: Practical Tips to Boost Shell Efficiency

This guide explains how the Linux history mechanism works, shows essential commands for viewing, filtering, and replaying past commands, demonstrates timestamping, adjusting record limits, changing the history file, disabling logging, and shares a hidden trick for keeping sensitive commands out of the log.

BashCommand LineLinux
0 likes · 10 min read
Master Linux History Command: Practical Tips to Boost Shell Efficiency
Open Source Linux
Open Source Linux
Aug 1, 2021 · Operations

How to Auto-Run Scripts on Linux Boot: Crontab @reboot vs Systemd

This guide explains three methods to automatically execute scripts after a Linux system boots—using the traditional /etc/rc.local approach, the @reboot option in crontab, and creating a dedicated Systemd service—providing step‑by‑step commands and examples for each technique.

LinuxSystemdcrontab
0 likes · 4 min read
How to Auto-Run Scripts on Linux Boot: Crontab @reboot vs Systemd
Liangxu Linux
Liangxu Linux
Aug 1, 2021 · Fundamentals

Master Linux Aliases: Simplify Commands and Boost Productivity

This guide explains when to use Linux alias commands, how to create temporary and permanent aliases, list and verify them, remove unwanted ones, and provides practical examples for simplifying commands, changing behavior, and accessing shortcuts, helping users streamline their shell workflow.

AliasCommand LineLinux
0 likes · 5 min read
Master Linux Aliases: Simplify Commands and Boost Productivity
dbaplus Community
dbaplus Community
Aug 1, 2021 · Databases

Scaling and Optimizing a Greenplum Data Warehouse Cluster: Key Lessons

This article details the background, goals, design decisions, deployment steps, kernel tuning, fault‑recovery testing, performance optimization, and TPCH benchmark results of a Greenplum data‑warehouse cluster expansion, highlighting practical challenges and concrete solutions for large‑scale database environments.

Cluster DeploymentGreenplumLinux
0 likes · 20 min read
Scaling and Optimizing a Greenplum Data Warehouse Cluster: Key Lessons
Liangxu Linux
Liangxu Linux
Aug 1, 2021 · Fundamentals

What’s the Real Difference Between CPU Utilization and CPU Load?

The article explains CPU utilization and CPU load, clarifies time‑slice concepts, distinguishes user‑mode and system‑mode usage, describes how load reflects the average number of runnable and waiting tasks, and provides Linux commands and troubleshooting steps for high‑load/low‑utilization and vice‑versa scenarios.

CPULinuxLoad
0 likes · 13 min read
What’s the Real Difference Between CPU Utilization and CPU Load?
Liangxu Linux
Liangxu Linux
Jul 31, 2021 · Operations

Optimizing Linux Memory: When to Use Huge Pages and How to Disable THP

This guide explains the difference between standard Huge Pages and Transparent Huge Pages in Linux, outlines the performance benefits and drawbacks of using Huge Pages, and provides step‑by‑step commands and GRUB configuration methods to safely disable Transparent Huge Pages on CentOS systems.

LinuxMemoryManagementTransparentHugePages
0 likes · 9 min read
Optimizing Linux Memory: When to Use Huge Pages and How to Disable THP