Tagged articles
327 articles
Page 1 of 4
AI Engineering
AI Engineering
May 9, 2026 · Artificial Intelligence

Run GPT‑5.5 from the Terminal with a Single OpenAI CLI Command

OpenAI has open‑sourced the Apache‑2.0 licensed openai‑cli, which can be installed via Homebrew or Go and lets users invoke models such as GPT‑5.5 directly from the command line, outputting structured JSON/YAML and supporting piping, file arguments, and built‑in GJSON filtering, streamlining AI workflows without writing SDK code.

AICLIGPT-5.5
0 likes · 5 min read
Run GPT‑5.5 from the Terminal with a Single OpenAI CLI Command
IT Services Circle
IT Services Circle
May 6, 2026 · Fundamentals

Why Does a .tar.gz File Have Two Extensions?

The article explains that the .tar.gz suffix reflects two separate Unix tools—tar for archiving and gzip for compression—combined via a pipeline, tracing their historical origins, design philosophy, and why this dual‑extension format remains prevalent today.

GzipUnixarchiving
0 likes · 10 min read
Why Does a .tar.gz File Have Two Extensions?
Linux Tech Enthusiast
Linux Tech Enthusiast
May 3, 2026 · Fundamentals

Essential Linux Commands Cheat Sheet You Should Bookmark

This guide introduces Linux’s dominant role as a server OS, explains its directory layout, demonstrates the command syntax with examples, covers common file‑handling, compression, permission commands, and provides a concise overview of Vim editing shortcuts for efficient terminal work.

Directory StructureFile PermissionsLinux
0 likes · 5 min read
Essential Linux Commands Cheat Sheet You Should Bookmark
Linux Tech Enthusiast
Linux Tech Enthusiast
May 2, 2026 · Fundamentals

25 Essential Linux Commands Every Beginner Should Know

This guide introduces 25 fundamental Linux commands, explaining their purpose, basic syntax, and typical usage examples so beginners can quickly perform file management, navigation, process inspection, and other common tasks directly from the terminal.

BeginnerLinuxShell
0 likes · 12 min read
25 Essential Linux Commands Every Beginner Should Know
ITPUB
ITPUB
Apr 28, 2026 · Industry Insights

Why Microsoft Almost Adopted the Forward Slash for Windows Paths

The article traces the 40‑year history of Windows’ backslash path separator, revealing that a 1983 compatibility compromise between Microsoft and IBM—rooted in DOS command‑line conventions—prevented the adoption of the Unix‑style forward slash, leaving a lasting legacy for developers.

CompatibilityDoSUnix
0 likes · 7 min read
Why Microsoft Almost Adopted the Forward Slash for Windows Paths
Liangxu Linux
Liangxu Linux
Apr 26, 2026 · Fundamentals

Why Do OS Courses Use Linux/Unix Instead of Windows?

The article explains that Linux and Unix dominate OS education because their open‑source code, clean design philosophy, low‑cost hands‑on tooling, and alignment with industry demand make them ideal for teaching core operating‑system concepts, whereas Windows’s closed source and user‑focused design hinder deep technical exploration.

LinuxOS EducationOperating Systems
0 likes · 5 min read
Why Do OS Courses Use Linux/Unix Instead of Windows?
Liangxu Linux
Liangxu Linux
Apr 25, 2026 · Fundamentals

Is Unix Still More Stable Than Linux? A Detailed Comparison

The article analyzes the stability of commercial Unix systems versus modern enterprise Linux distributions, explaining why Unix has traditionally been more reliable, how Linux has closed the gap through open‑source development and vendor support, and offering guidance on choosing the right platform for different workloads.

ComparisonEnterprise OSLinux
0 likes · 6 min read
Is Unix Still More Stable Than Linux? A Detailed Comparison
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 4, 2026 · Operations

600 Essential Linux Commands You Must Know

This article provides a comprehensive, categorized reference of over 600 Linux commands covering basic system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, system monitoring, VIM editing, and many other essential operations for everyday Linux use.

LinuxNetworkingShell
0 likes · 48 min read
600 Essential Linux Commands You Must Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 29, 2026 · Operations

The Most Comprehensive Linux Command Cheat Sheet

This article provides an exhaustive reference of Linux command‑line utilities, covering basic system information, file and directory management, searching, mounting, disk usage, user and group administration, permissions, special attributes, archiving, compression, backup, networking, VIM editing, and RPM package management, complete with concrete examples and command syntax for each task.

BashCLILinux
0 likes · 46 min read
The Most Comprehensive Linux Command Cheat Sheet
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 22, 2026 · Operations

600 Essential Linux Commands to Solve 99% of Everyday Tasks

This article compiles 600 practical Linux commands covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, and common utilities, providing a comprehensive cheat‑sheet for everyday system administration.

LinuxNetworkingShell
0 likes · 37 min read
600 Essential Linux Commands to Solve 99% of Everyday Tasks
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 3, 2026 · Operations

The Most Complete Linux Command Cheat Sheet

This article compiles an extensive list of essential Linux commands covering system information, file and directory management, process control, networking, package handling, compression, backup, user and group administration, and more, providing a handy reference for everyday command‑line tasks.

LinuxShellSystem Administration
0 likes · 35 min read
The Most Complete Linux Command Cheat Sheet
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 19, 2026 · Operations

600 Essential Linux Commands A‑Z: Complete Cheat Sheet

A comprehensive A‑Z reference of over 600 common Linux commands, each with a brief description of its function and typical usage, providing a handy quick‑lookup guide for system administrators, developers, and anyone working with the Linux command line.

BashShellSysadmin
0 likes · 21 min read
600 Essential Linux Commands A‑Z: Complete Cheat Sheet
Deepin Linux
Deepin Linux
Feb 9, 2026 · Fundamentals

Master Essential Linux Commands: A Beginner’s Hands‑On Guide

This comprehensive guide walks Linux newcomers through core command‑line fundamentals, covering command syntax, built‑in and external utilities, file and directory management, permission handling, process monitoring, networking tools, compression, package management, and advanced techniques like piping, find, grep, awk, and sed, with practical examples and tips for effective learning.

BashLinuxShell
0 likes · 38 min read
Master Essential Linux Commands: A Beginner’s Hands‑On Guide
Coder Trainee
Coder Trainee
Jan 26, 2026 · Fundamentals

Essential Linux Commands Every Programmer Should Know: Other Common Utilities

The article explains the basics of Linux commands, notes that everything in Linux is treated as a file, distinguishes Linux and shell commands, and then showcases commonly used commands for online help, compression, file searching, permission management, and login information, each illustrated with screenshots.

LinuxShellSystem Administration
0 likes · 2 min read
Essential Linux Commands Every Programmer Should Know: Other Common Utilities
Lobster Programming
Lobster Programming
Jan 12, 2026 · Fundamentals

Essential Linux Command-Line Tools Every Developer Should Know

This guide introduces the most frequently used Linux terminal commands—such as lsb_release, pwd, ls, cp, mv, rm, and many others—explaining their purpose, common options, and practical examples to help developers efficiently navigate and manage files on Linux servers.

LinuxUnixcommand-line
0 likes · 17 min read
Essential Linux Command-Line Tools Every Developer Should Know
php Courses
php Courses
Nov 24, 2025 · Backend Development

How to Retrieve and Interpret File Permissions in PHP with fileperms()

This guide explains how PHP's fileperms() function retrieves a file's permission bits, demonstrates converting the returned integer into a human‑readable string, and provides sample code for displaying permissions such as rw‑r‑‑r‑‑ for typical Unix files.

BackendFile PermissionsPHP
0 likes · 5 min read
How to Retrieve and Interpret File Permissions in PHP with fileperms()
Raymond Ops
Raymond Ops
Nov 23, 2025 · Operations

Master Linux Command Line: Detailed Guide to ls, pwd, cd, and More

This comprehensive tutorial walks you through the most common Linux commands—including ls, pwd, cd, mkdir, rmdir, rm, touch, man, cp, cat, less, find, tar, sz, and rz—covering their syntax, key options, practical examples, and visual illustrations to help both beginners and seasoned users master the shell.

LinuxShellSystem Administration
0 likes · 17 min read
Master Linux Command Line: Detailed Guide to ls, pwd, cd, and More
Radish, Keep Going!
Radish, Keep Going!
Nov 12, 2025 · Fundamentals

From Erlang to FFmpeg: 10 Must-Read Tech Stories Shaping Modern Development

This roundup highlights ten compelling tech stories—from falling in love with Erlang's fault‑tolerant concurrency and uncovering a historic Unix v4 tape, to warnings about "vibe coding" on RISC‑V, lazygit's Git UI boost, privacy concerns over Flock Safety cameras, Buffett's final shareholder letter, the legacy of Toy Story, SoftBank's Nvidia exit, Apple's iPhone Pocket, and FFmpeg's plea for funding—offering insights for developers and enthusiasts alike.

ErlangGitRISC-V
0 likes · 9 min read
From Erlang to FFmpeg: 10 Must-Read Tech Stories Shaping Modern Development
IT Services Circle
IT Services Circle
Nov 3, 2025 · Fundamentals

Why POSIX Matters: Unlocking Unix Compatibility and Portability

This article explains what POSIX is, its history, the organizations behind it, how it shaped Linux's success, and why understanding system calls versus library functions is essential for writing portable software across Unix‑like operating systems.

LinuxOperating SystemsPOSIX
0 likes · 17 min read
Why POSIX Matters: Unlocking Unix Compatibility and Portability
Raymond Ops
Raymond Ops
Sep 27, 2025 · Operations

Unlock Linux File Permissions: A Complete Guide to Managing Access Rights

This article explains Linux file permission concepts, numeric and symbolic representations, how to combine and modify permissions with chmod (including recursive changes), ownership categories, testing permission effects on files and directories, and default permission settings derived from umask.

LinuxOperationsPermissions
0 likes · 6 min read
Unlock Linux File Permissions: A Complete Guide to Managing Access Rights
Efficient Ops
Efficient Ops
Sep 22, 2025 · Operations

Ultimate Linux Command Cheat Sheet: Master File, Network, and System Operations

This comprehensive guide lists essential Linux commands—covering help, file and directory manipulation, content processing, compression, system information, networking, disk management, permissions, user administration, built‑in utilities, system monitoring, and process control—providing concise English descriptions for each to help users efficiently manage and troubleshoot Linux systems.

BashUnixcommand-line
0 likes · 16 min read
Ultimate Linux Command Cheat Sheet: Master File, Network, and System Operations
Liangxu Linux
Liangxu Linux
Sep 10, 2025 · Operations

15 Powerful Echo Tricks to Supercharge Your Linux Scripts

This guide walks through fifteen practical and advanced uses of the Linux echo command, covering basic text output, disabling newlines, escape sequences, tabular formatting, backspace, alert sounds, carriage‑return overwrites, wildcard expansions, file redirection, variable injection, colorized text, and dynamic progress bars, all illustrated with ready‑to‑run examples.

EchoLinuxShell
0 likes · 6 min read
15 Powerful Echo Tricks to Supercharge Your Linux Scripts
21CTO
21CTO
Sep 6, 2025 · Fundamentals

Brian Kernighan on Rust, Unix Legacy, and the Future of Programming

In a lively talk at the Eastern Retro Computer Festival, Unix co‑founder Brian Kernighan reflects on the shift from C to memory‑safe languages, the explosion of Linux distributions, the role of Unix in modern mobile OSes, and offers candid advice for today’s developers.

Brian KernighanC languageLinux
0 likes · 9 min read
Brian Kernighan on Rust, Unix Legacy, and the Future of Programming
IT Services Circle
IT Services Circle
Sep 6, 2025 · Fundamentals

How Dennis Ritchie’s C Language and Unix Shaped Modern Computing

The article recounts Dennis Ritchie’s life—from his early years at Bell Labs and his role in creating the B language, to the development of Unix and the C programming language, their revolutionary impact on software portability, the birth of the “hello world” tradition, and his lasting legacy honored by the Turing Award.

C languageDennis RitchieUnix
0 likes · 6 min read
How Dennis Ritchie’s C Language and Unix Shaped Modern Computing
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 4, 2025 · Operations

Essential Linux Commands: A Complete Reference Guide

This article provides a comprehensive, alphabetically organized reference of essential Linux commands covering file management, system monitoring, user administration, networking, compression, and process control, each with concise English descriptions to help both beginners and experienced administrators quickly find the right tool.

Unixcommand-linesystem-administration
0 likes · 18 min read
Essential Linux Commands: A Complete Reference Guide
Raymond Ops
Raymond Ops
Aug 23, 2025 · Operations

Master 600 Essential Linux Commands: A Complete Guide for System Administrators

This article provides a comprehensive, step‑by‑step Linux command reference covering basic system information, file and directory management, searching, mounting, disk usage, user and group handling, permissions, packaging, networking, backup, and many other essential operations for administrators.

ShellUnixcommand-line
0 likes · 43 min read
Master 600 Essential Linux Commands: A Complete Guide for System Administrators
dbaplus Community
dbaplus Community
Jul 26, 2025 · Fundamentals

Why Ding Lei Chose FreeBSD Over Linux – A Deep Dive into Server OS History

The article recounts Ding Lei's 1997 discovery of Hotmail, his decision to build an email service on FreeBSD instead of Linux, explains the Unix ecosystem of the era, contrasts BSD and Linux community cultures, and shows how FreeBSD remains vital in modern infrastructure despite Linux's dominance.

FreeBSDLinuxOperating Systems
0 likes · 8 min read
Why Ding Lei Chose FreeBSD Over Linux – A Deep Dive into Server OS History
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jun 19, 2025 · Operations

Master Essential Linux Commands: From cd to tar and Beyond

This comprehensive guide introduces the most frequently used Linux commands—including navigation, file manipulation, searching, permission handling, compression, process management, and redirection—explaining their purpose, common options, and practical examples to help users work efficiently in a Linux environment.

ShellUnixcommand-line
0 likes · 20 min read
Master Essential Linux Commands: From cd to tar and Beyond
Raymond Ops
Raymond Ops
Jun 11, 2025 · Operations

Mastering gawk: Powerful Text Processing on Unix/Linux

This article introduces gawk, the GNU version of awk, explaining its programming capabilities, command syntax, field handling, script execution methods, and how to use BEGIN and END blocks for pre‑ and post‑processing of data streams on Unix/Linux systems.

Shell scriptingUnixawk
0 likes · 8 min read
Mastering gawk: Powerful Text Processing on Unix/Linux
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
Raymond Ops
Raymond Ops
May 3, 2025 · Operations

Master the Linux ‘find’ Command: Powerful File Search Techniques

Learn how to use the versatile Unix ‘find’ command to search and manipulate files by name, type, size, timestamps, and more, with detailed syntax, common options, and practical examples for printing, deleting, and executing actions on matched files.

File SearchLinuxUnix
0 likes · 7 min read
Master the Linux ‘find’ Command: Powerful File Search Techniques
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
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
Mar 31, 2025 · Fundamentals

Why Do Windows and Unix Use Different Line Endings? Understanding \n vs \r

The article explains the historical origins of the carriage‑return (\r) and line‑feed (\n) control characters, their ASCII codes, how various operating systems (Windows, Unix, macOS) represent line endings, the practical impact on file compatibility, and tools for converting between formats.

ASCIIUnixWindows
0 likes · 5 min read
Why Do Windows and Unix Use Different Line Endings? Understanding \n vs \r
Liangxu Linux
Liangxu Linux
Feb 5, 2025 · Fundamentals

Mastering Linux File Search: Powerful find Command Examples and Tips

This guide explains the Linux find command, covering its basic syntax, common options for searching by name, size, type, time, user, permissions, depth, logical operators, action flags, integration with xargs, and provides practical examples and exercises for mastering file searching on Unix-like systems.

File SearchGrepLinux
0 likes · 17 min read
Mastering Linux File Search: Powerful find Command Examples and Tips
Raymond Ops
Raymond Ops
Jan 27, 2025 · Operations

Mastering wrk: Install, Basic Use, and Advanced Lua Scripting for HTTP Load Testing

This guide walks you through installing the wrk load‑testing tool on Unix‑like systems, shows its basic command‑line usage with example output, and explains how to extend tests with Lua scripts for POST requests, dynamic parameters, request delays, authentication, and HTTP pipelining.

HTTP benchmarkingLoad TestingLua scripting
0 likes · 10 min read
Mastering wrk: Install, Basic Use, and Advanced Lua Scripting for HTTP Load Testing
Raymond Ops
Raymond Ops
Jan 19, 2025 · Operations

Master awk: Essential Commands and Advanced Techniques for Text Processing

This article provides a comprehensive introduction to awk, covering its command syntax, built‑in variables, pattern‑action processing, external variable passing, arithmetic and logical operations, advanced I/O, control flow constructs, and practical examples for effective text and data manipulation on Unix/Linux systems.

Shell scriptingUnixawk
0 likes · 12 min read
Master awk: Essential Commands and Advanced Techniques for Text Processing
MaGe Linux Operations
MaGe Linux Operations
Jan 7, 2025 · Operations

Master Linux I/O Redirection: From Basics to Advanced Tricks

This guide explains Linux shell I/O redirection, covering output and input redirection, file descriptor semantics, the importance of order, using /dev/null to discard output, and common patterns for merging and appending streams, all with clear examples.

I/O RedirectionLinuxShell
0 likes · 6 min read
Master Linux I/O Redirection: From Basics to Advanced Tricks
Liangxu Linux
Liangxu Linux
Jan 1, 2025 · Fundamentals

Essential Linux Command Line Cheat Sheet for Beginners (70+ Commands)

This guide compiles around 70 essential Linux command‑line utilities, covering navigation, file manipulation, text processing, permission handling, user management, archiving, disk operations, and system monitoring, with clear examples and practical tips for newcomers to master the shell.

LinuxTutorialUnix
0 likes · 28 min read
Essential Linux Command Line Cheat Sheet for Beginners (70+ Commands)
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
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
Liangxu Linux
Liangxu Linux
Nov 17, 2024 · Operations

Master Linux’s top Command: Real‑Time Process Monitoring Made Easy

This guide introduces the Linux top command, explains its syntax and common options, details interactive key commands, and provides practical examples for monitoring processes, CPU, memory, threads, and specific users, helping users efficiently diagnose system performance issues.

CLILinuxUnix
0 likes · 5 min read
Master Linux’s top Command: Real‑Time Process Monitoring Made Easy
Liangxu Linux
Liangxu Linux
Oct 20, 2024 · Fundamentals

Master Shell Scripting: Essential Tips and Tricks for Powerful Scripts

An in‑depth guide walks through the core concepts of Unix shell scripting, covering the purpose of a shell, prompt mechanics, echo usage, quoting rules, variable definition and export, exec versus source, grouping commands, parameter expansion, positional parameters, logical operators, I/O redirection, conditional statements, and loop constructs, all illustrated with clear examples.

BashLinuxScripting
0 likes · 12 min read
Master Shell Scripting: Essential Tips and Tricks for Powerful Scripts
Open Source Linux
Open Source Linux
Oct 18, 2024 · Fundamentals

Master Essential Linux Commands: A Complete Beginner’s Guide

This comprehensive guide introduces Linux developers to the most frequently used shell commands, covering basic concepts, command syntax, built‑in vs external utilities, file operations, text processing, system monitoring, compression tools, and useful shortcuts, enabling readers to become proficient Linux users.

BashShellSysadmin
0 likes · 30 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
Liangxu Linux
Liangxu Linux
Oct 2, 2024 · Fundamentals

Master the Linux fmt Command: Simple Text Formatting Techniques

This tutorial explains how to use the Linux fmt utility to reformat text, covering basic syntax, line‑width adjustments, first‑line indentation, line splitting, and spacing options with clear examples and command‑line snippets tested on Ubuntu 24.04.

LinuxUnixcommand-line
0 likes · 4 min read
Master the Linux fmt Command: Simple Text Formatting Techniques
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency

Learn how to harness the power of the xargs command with ten detailed examples covering basic usage, custom delimiters, output limits, interactive prompts, safety options, and advanced integrations with find, grep, and file handling, all illustrated with clear command-line demonstrations.

GrepLinuxShell scripting
0 likes · 10 min read
Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering the Linux cut Command: Practical Examples for Text Extraction

This guide explains how to use the Linux cut command for extracting specific characters, fields, and ranges from text files, covering options like -c, -f, -d, complement, custom output delimiters, and combining cut with other Unix utilities for powerful text processing.

LinuxShell scriptingUnix
0 likes · 9 min read
Mastering the Linux cut Command: Practical Examples for Text Extraction
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 11, 2024 · Operations

Essential Linux Commands Every Sysadmin Should Master

This guide compiles the most frequently used Linux commands—covering help utilities, file and directory manipulation, content processing, compression, system information, networking, disk management, permissions, user administration, and process control—to provide a comprehensive reference for effective system operation and troubleshooting.

OperationsShellUnix
0 likes · 14 min read
Essential Linux Commands Every Sysadmin Should Master
Liangxu Linux
Liangxu Linux
Aug 4, 2024 · Fundamentals

Unlock the Power of Shell: Environment Variables, PATH, and File Search

Learn how to create and manage shell variables, differentiate between local and environment scopes, manipulate the PATH variable, and efficiently locate files using whereis, locate, which, and find commands, complete with practical examples and step‑by‑step instructions for Unix‑like systems.

BashEnvironment VariablesFile Search
0 likes · 9 min read
Unlock the Power of Shell: Environment Variables, PATH, and File Search
MaGe Linux Operations
MaGe Linux Operations
Jul 31, 2024 · Fundamentals

Master the Linux cut Command: Extract Text Columns Like a Pro

Learn how to use the Linux cut command for powerful text processing, including selecting character columns, ranges, specific fields with delimiters, complementing fields, changing output delimiters, and combining cut with other Unix tools such as grep, sed, and ps.

LinuxShell scriptingUnix
0 likes · 11 min read
Master the Linux cut Command: Extract Text Columns Like a Pro
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jun 24, 2024 · Operations

150 Essential Linux Commands Every Sysadmin Should Master

This comprehensive guide lists 150 indispensable Linux commands covering file management, system monitoring, networking, user administration, process control, and more, providing clear explanations to help both beginners and experienced administrators efficiently manage Linux environments.

OperationsShellUnix
0 likes · 25 min read
150 Essential Linux Commands Every Sysadmin Should Master
Liangxu Linux
Liangxu Linux
Jun 9, 2024 · Operations

20 Essential Linux Terminal Tricks to Boost Your Productivity

This guide presents twenty practical Linux command‑line shortcuts—from tab completion and directory navigation to history search and log monitoring—that help both beginners and seasoned users work faster, avoid common pitfalls, and streamline everyday terminal tasks.

LinuxTipsUnix
0 likes · 11 min read
20 Essential Linux Terminal Tricks to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Jun 3, 2024 · Fundamentals

Understanding Inodes: The Hidden Backbone of Unix/Linux Filesystems

An inode is a crucial Unix/Linux filesystem structure that stores file metadata, links files to data blocks, and enables features like hard and soft links; this guide explains its role, composition, related commands, and how inode exhaustion can affect system storage.

LinuxUnixdisk-management
0 likes · 10 min read
Understanding Inodes: The Hidden Backbone of Unix/Linux Filesystems
Test Development Learning Exchange
Test Development Learning Exchange
May 29, 2024 · Operations

Linux Command Cheat Sheet: File, Directory, Process, Network, and System Management

This guide provides a concise reference of essential Linux commands for file and directory handling, file operations, permission management, searching, process control, networking, system monitoring, hardware information, log handling, text processing, and package management on both Debian‑based and RPM‑based distributions.

LinuxShellSystem Administration
0 likes · 5 min read
Linux Command Cheat Sheet: File, Directory, Process, Network, and System Management
Liangxu Linux
Liangxu Linux
May 21, 2024 · Fundamentals

Why Linux’s ‘X’? Uncovering the History Behind Unix Naming

This article traces the historical reasons why the letter ‘X’ appears in Unix‑related operating system names, explains how Linus Torvalds adopted the name Linux, and reveals the roles of MINIX, Freax, and early contributors in shaping the modern Linux ecosystem.

LinuxMINIXOperating Systems
0 likes · 8 min read
Why Linux’s ‘X’? Uncovering the History Behind Unix Naming
Liangxu Linux
Liangxu Linux
May 19, 2024 · Operations

Master Linux System Monitoring: Top, Free, vmstat, iostat, and More

This comprehensive guide explains how to use essential Linux monitoring commands—top, free, vmstat, iostat, mpstat, sar, netstat, uptime, ps, watch, strace, and lsof—detailing their purpose, key parameters, interactive shortcuts, and how to interpret their output for effective system performance analysis.

CLILinuxUnix
0 likes · 34 min read
Master Linux System Monitoring: Top, Free, vmstat, iostat, and More
IT Services Circle
IT Services Circle
May 12, 2024 · Fundamentals

The History and Fundamentals of vi/vim Text Editors

This article traces the origins of vi from early line editors on Unix, explains why its modal design and H‑J‑K‑L navigation persist, and introduces the concise verb‑modifier‑noun command syntax that makes vi/vim a powerful, efficient tool for programmers.

UnixViVim
0 likes · 7 min read
The History and Fundamentals of vi/vim Text Editors
Ops Development & AI Practice
Ops Development & AI Practice
May 9, 2024 · Fundamentals

Mastering Makefile: Core Concepts and Practical Examples for Efficient Builds

This article explains the essential Makefile concepts—including targets, dependencies, commands, variables, pattern and implicit rules, includes, conditionals, functions, special variables, and parallel execution—through clear explanations and real‑world code examples to help developers automate and streamline their build processes.

Build AutomationCompilationMakefile
0 likes · 5 min read
Mastering Makefile: Core Concepts and Practical Examples for Efficient Builds
Efficient Ops
Efficient Ops
Apr 21, 2024 · Operations

Boost Your Productivity with Advanced Linux Command Tricks

This article introduces a collection of practical, intermediate‑level Linux commands—including custom bash prompts, powerful find usages, permission shortcuts, alias tricks, awk data extraction, xargs chaining, variable handling, I/O redirection, and the fzf fuzzy finder—to help IT professionals work more efficiently in DevOps and everyday shell environments.

BashScriptingUnix
0 likes · 12 min read
Boost Your Productivity with Advanced Linux Command Tricks
Deepin Linux
Deepin Linux
Apr 13, 2024 · Fundamentals

Understanding POSIX: Concepts, Network APIs, and Semaphore Programming in C

This article explains the POSIX standards, their role in providing portable Unix-like system interfaces, demonstrates network client‑server programming with POSIX sockets, analyzes key socket functions and the TCP three‑way handshake, and introduces POSIX named and unnamed semaphores with example code for synchronization and producer‑consumer patterns.

Network programmingPOSIXUnix
0 likes · 26 min read
Understanding POSIX: Concepts, Network APIs, and Semaphore Programming in C
DevOps Operations Practice
DevOps Operations Practice
Mar 2, 2024 · Fundamentals

Comprehensive Guide to Using the ls Command in Linux

This tutorial explains the Linux ls command in depth, covering its basic usage, a wide range of options for detailed listings, sorting, displaying hidden files, size units, recursive traversal, and how to interpret output columns, all illustrated with command examples and screenshots.

LinuxShellUnix
0 likes · 6 min read
Comprehensive Guide to Using the ls Command in Linux
Liangxu Linux
Liangxu Linux
Feb 29, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administrators

This comprehensive guide lists essential Linux commands covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, packaging, backup, networking, and more, providing a quick reference for administrators and power users.

LinuxShellUnix
0 likes · 36 min read
Essential Linux Command Cheat Sheet for System Administrators
DevOps Operations Practice
DevOps Operations Practice
Feb 22, 2024 · Operations

Comprehensive Linux Command Reference Guide

This guide provides a detailed overview of essential Linux command‑line utilities—including ls, mv, cp, scp, rm, touch, vi, find, grep, tar, and many others—explaining their common options, usage examples, and practical tips for system administration and everyday shell tasks.

LinuxUnixterminal
0 likes · 23 min read
Comprehensive Linux Command Reference Guide
Liangxu Linux
Liangxu Linux
Oct 1, 2023 · Fundamentals

Boost Your Unix Productivity: 10 Essential Shell Tricks You Need

This guide walks you through practical Unix command‑line techniques—including filename autocompletion across shells, history expansion shortcuts, pushd/popd directory stack navigation, finding large files, creating temporary files with cat, using curl for downloads, mastering regular expressions, identifying the current user, and powerful awk data processing—each illustrated with clear examples and ready‑to‑run commands.

ScriptingUnix
0 likes · 13 min read
Boost Your Unix Productivity: 10 Essential Shell Tricks You Need
Liangxu Linux
Liangxu Linux
Sep 17, 2023 · Fundamentals

Essential Linux Shell Interview Questions and Practical Answers

This guide provides concise explanations and command examples for common Linux shell interview topics, covering script termination, file header removal, line length checking, displaying non‑printable characters, directory permissions, process states, and useful text‑processing commands.

ScriptingUnix
0 likes · 7 min read
Essential Linux Shell Interview Questions and Practical Answers
Liangxu Linux
Liangxu Linux
Aug 27, 2023 · Operations

Essential Linux Commands: uname, hostname, dmesg, du, date, echo and More

This guide presents a concise reference of common Linux command‑line utilities—including uname, hostname, dmesg, stat, du, date, echo, watch, which, whereis, locate and updatedb—showing their typical options, usage examples and visual output to help users quickly retrieve system information, manage files and monitor processes.

LinuxOperationsShell
0 likes · 10 min read
Essential Linux Commands: uname, hostname, dmesg, du, date, echo and More
Liangxu Linux
Liangxu Linux
Aug 20, 2023 · Fundamentals

Why Unix Chose a Simple Integer for Time and the Looming 2038 Problem

The article recounts how Ken Thompson and Dennis Ritchie invented the Unix epoch as a single integer counting seconds since 1970, explains its advantages, exposes the 32‑bit overflow issue known as the Y2K38 problem, and outlines the transition to 64‑bit timestamps in modern systems.

64-bitEpoch TimeOperating Systems
0 likes · 7 min read
Why Unix Chose a Simple Integer for Time and the Looming 2038 Problem
21CTO
21CTO
Aug 20, 2023 · Fundamentals

Build Your Own Unix Shell in C: A Step‑by‑Step Tutorial

This tutorial walks you through creating a simple Unix shell in C, covering its lifecycle, input handling, command parsing, process launching, built‑in commands, and full source compilation, while providing complete code examples and explanations.

ShellSystem CallsTutorial
0 likes · 19 min read
Build Your Own Unix Shell in C: A Step‑by‑Step Tutorial