Tagged articles
280 articles
Page 3 of 3
ITPUB
ITPUB
Dec 25, 2019 · Operations

Master Linux File Search: Powerful find Command Techniques

This comprehensive guide explains how to use the Linux find command for locating directories, hidden files, size‑specific files, recent modifications, permission‑set files, and more, while also covering performance tuning, error handling, and sorting results.

File SearchSysadmincommand-line
0 likes · 12 min read
Master Linux File Search: Powerful find Command Techniques
Efficient Ops
Efficient Ops
Nov 11, 2019 · Operations

Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know

This article compiles ten common Linux operational problems—from shell script failures and cron output issues to disk space exhaustion and MySQL errors—detailing their causes and step‑by‑step solutions to help sysadmins quickly diagnose and resolve system faults.

LinuxShellSysadmin
0 likes · 11 min read
Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know
ITPUB
ITPUB
Oct 24, 2019 · Operations

Trim Unneeded Systemd Services to Speed Up Linux Boot

This guide explains how to identify and disable unnecessary Systemd services on typical Linux distributions, using commands like systemctl, journalctl, and systemd-analyze, to streamline the boot process while avoiding side‑effects from static services.

ServicesSysadminSystemd
0 likes · 5 min read
Trim Unneeded Systemd Services to Speed Up Linux Boot
Liangxu Linux
Liangxu Linux
Sep 28, 2019 · Operations

How to Set Up Secure Remote Backups with rsync on Linux

This guide explains how to configure rsync as a remote backup server on Linux, covering installation, configuration files, user authentication, service management, command options, and scheduling automated backups with cron for reliable and efficient data protection.

BackupSysadmincron
0 likes · 9 min read
How to Set Up Secure Remote Backups with rsync on Linux
ITPUB
ITPUB
Sep 17, 2019 · Fundamentals

Essential Linux Command Cheat Sheet for Beginners

A concise reference covering common Linux commands for navigating directories, managing files, viewing processes, handling permissions, searching, and customizing the shell environment, complete with examples and syntax.

Sysadmincommand-lineprocess-management
0 likes · 15 min read
Essential Linux Command Cheat Sheet for Beginners
Liangxu Linux
Liangxu Linux
Sep 2, 2019 · Operations

Master Linux Socket Stats: Essential ss Command Guide for Sysadmins

This guide explains the Linux ss command, its purpose for socket statistics, common options, example outputs, filtering techniques, and handy alias shortcuts, helping system administrators efficiently monitor and troubleshoot network connections.

Network MonitoringSysadmincommand-line
0 likes · 7 min read
Master Linux Socket Stats: Essential ss Command Guide for Sysadmins
Liangxu Linux
Liangxu Linux
Aug 13, 2019 · Operations

Master Linux Shutdown: Commands, History, and Safe Usage

This guide explains Linux shutdown-related commands, their historical transition to systemd, detailed usage examples, option flags, scheduling formats, and how to safely cancel or force immediate shutdowns on servers and desktop systems.

ShutdownSysadminSystemd
0 likes · 6 min read
Master Linux Shutdown: Commands, History, and Safe Usage
DevOps Cloud Academy
DevOps Cloud Academy
Aug 13, 2019 · Databases

Step‑by‑Step Guide to Installing Oracle 12c Database on Linux

This article provides a comprehensive, ordered tutorial for preparing the environment, configuring the root and oracle users, adjusting kernel and system limits, and finally installing and initializing Oracle 12c on a Linux server using detailed command‑line instructions.

Database InstallationLinuxOracle
0 likes · 5 min read
Step‑by‑Step Guide to Installing Oracle 12c Database on Linux
Java Backend Technology
Java Backend Technology
Jun 7, 2019 · Fundamentals

Master the Command Line: Essential Tips and Tricks for Every Engineer

This comprehensive guide introduces the open‑source project "The Art of Command Line", explains why mastering the command line boosts productivity for engineers, and provides detailed Bash fundamentals, daily usage, file handling, system debugging, one‑liners, obscure but useful tricks, OS‑specific tips for macOS and Windows, plus a wealth of additional resources.

BashSysadmintools
0 likes · 47 min read
Master the Command Line: Essential Tips and Tricks for Every Engineer
macrozheng
macrozheng
Jun 4, 2019 · Operations

Master Essential Linux Commands for System Management on CentOS 7.6

This guide compiles the most useful Linux commands for service control, file handling, compression, disk and network monitoring, and package management on CentOS 7.6, providing clear examples and visual references to help developers and sysadmins work efficiently.

CentOSLinuxSysadmin
0 likes · 9 min read
Master Essential Linux Commands for System Management on CentOS 7.6
Liangxu Linux
Liangxu Linux
Mar 31, 2019 · Operations

Mastering killall: 8 Practical Ways to Terminate Linux Processes

This guide explains eight useful killall command techniques for Linux, covering basic termination, user‑wide kills, time‑based filters, case‑insensitive matching, silent mode, signal listing, interactive confirmation, and waiting for process exit, with clear examples and code snippets.

Sysadmincommand-linekillall
0 likes · 8 min read
Mastering killall: 8 Practical Ways to Terminate Linux Processes
Efficient Ops
Efficient Ops
Mar 20, 2019 · Operations

Master Essential Linux Commands for Efficient System Operations

This guide walks through practical Linux commands—including xargs, background execution, resource monitoring, multitail, continuous ping logging, netstat analysis, and SSH port forwarding—to help sysadmins write concise scripts, troubleshoot performance, and automate routine tasks effectively.

LinuxNetworkingShell
0 likes · 11 min read
Master Essential Linux Commands for Efficient System Operations
MaGe Linux Operations
MaGe Linux Operations
Mar 12, 2019 · Operations

35 Essential Linux Find Command Tricks You Must Master

This guide walks you through 35 practical examples of the Linux find command, covering name‑based searches, permission filters, owner/group criteria, date ranges, size limits, and deletion techniques, helping sysadmins efficiently locate and manage files and directories.

File SearchLinuxSysadmin
0 likes · 9 min read
35 Essential Linux Find Command Tricks You Must Master
MaGe Linux Operations
MaGe Linux Operations
Feb 21, 2019 · Operations

35 Essential Linux ‘find’ Command Tricks You Must Master

This guide walks you through 35 practical examples of the Linux find command, covering name searches, permission filters, owner/group queries, date‑based queries, and size‑based searches, each illustrated with clear explanations and screenshots to help sysadmins and developers locate files efficiently.

File SearchLinuxShell scripting
0 likes · 9 min read
35 Essential Linux ‘find’ Command Tricks You Must Master
MaGe Linux Operations
MaGe Linux Operations
Jan 1, 2019 · Operations

Mastering grep: 12 Powerful Ways to Search and Filter on Linux

This guide walks you through installing grep and demonstrates twelve practical techniques—including searching packages, filtering files, finding media, showing context lines, counting matches, recursive searches, exact word matches, and handling compressed files—so you can harness its full power on Linux systems.

GrepLinuxShell
0 likes · 9 min read
Mastering grep: 12 Powerful Ways to Search and Filter on Linux
MaGe Linux Operations
MaGe Linux Operations
Dec 19, 2018 · Operations

20 Essential Python Libraries for Sysadmins and DevOps Engineers

This article lists twenty powerful Python libraries—from psutil and dnspython to Ansible and SaltStack—detailing their functions for system monitoring, automation, networking, and configuration management, and explains why mastering these tools can boost a sysadmin’s efficiency and technical depth.

PythonSysadminmonitoring
0 likes · 5 min read
20 Essential Python Libraries for Sysadmins and DevOps Engineers
ITPUB
ITPUB
Nov 29, 2018 · Operations

Essential Linux Command Cheatsheet: Find, Sed, Nginx, Firewall & More

A practical collection of Linux shell commands and scripts covering file searching, batch extraction, text manipulation with sed, directory checks, disk usage monitoring, log analysis, firewall rules, and other common sysadmin tasks for efficient system management.

LinuxShellSysadmin
0 likes · 9 min read
Essential Linux Command Cheatsheet: Find, Sed, Nginx, Firewall & More
MaGe Linux Operations
MaGe Linux Operations
Nov 18, 2018 · Operations

Essential Linux iptables Rules Every Sysadmin Should Know

This guide presents a collection of commonly used Linux iptables rules—ranging from deleting existing rules and setting default policies to allowing specific services like SSH, HTTP, HTTPS, and configuring port forwarding, logging, and DoS protection—so you can tailor firewall settings to your environment.

Sysadminiptablesnetwork security
0 likes · 4 min read
Essential Linux iptables Rules Every Sysadmin Should Know
ITPUB
ITPUB
Nov 1, 2018 · Fundamentals

20 Essential Unix Command‑Line Tricks Every Sysadmin Should Know

This guide presents twenty practical Unix shell techniques—from safely deleting massive log files and recording terminal sessions to comparing directories, formatting output, and using shortcuts like !! and $!—providing clear commands and examples that help administrators work more efficiently and avoid common pitfalls.

LinuxShellSysadmin
0 likes · 11 min read
20 Essential Unix Command‑Line Tricks Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2018 · Operations

Boost Your Productivity: 20 Must‑Know Linux Command‑Line Tricks

A seasoned Linux engineer shares a curated collection of essential command‑line tricks—from formatting output with column and sorting processes, to automating repeats, monitoring with watch, and leveraging powerful tools like multitail, nohup, and xargs—helping you work faster and avoid forgetting useful shortcuts.

LinuxShellSysadmin
0 likes · 9 min read
Boost Your Productivity: 20 Must‑Know Linux Command‑Line Tricks
MaGe Linux Operations
MaGe Linux Operations
Oct 18, 2018 · Operations

Master Nginx: From Source Build to High‑Performance Tuning

This guide walks you through compiling Nginx from source, stripping unnecessary modules, applying GCC optimization flags, fine‑tuning Nginx configuration, adjusting Linux kernel parameters, and designing a scalable architecture to achieve maximum web‑server performance and stability.

ConfigurationSysadminWeb server
0 likes · 23 min read
Master Nginx: From Source Build to High‑Performance Tuning
MaGe Linux Operations
MaGe Linux Operations
Sep 28, 2018 · Operations

Essential Linux Commands and Scripts for System Administration

A comprehensive collection of Linux commands, shell one‑liners, and multi‑line scripts covering file sharing, network monitoring, process inspection, disk management, boot sequence, link types, user creation, FTP modes, and service automation to help sysadmins work efficiently.

NetworkingShellSysadmin
0 likes · 16 min read
Essential Linux Commands and Scripts for System Administration
MaGe Linux Operations
MaGe Linux Operations
Sep 18, 2018 · Operations

Essential Bash Scripting Tips & Practical Linux Monitoring Scripts

This guide presents essential Bash scripting best practices and a collection of practical Linux monitoring scripts, covering topics such as random string generation, colored output functions, batch user creation, package and service checks, host ping, CPU/memory/disk utilization monitoring, remote disk checks, and website availability testing.

BashLinux monitoringShell scripting
0 likes · 5 min read
Essential Bash Scripting Tips & Practical Linux Monitoring Scripts
Efficient Ops
Efficient Ops
Sep 6, 2018 · Operations

Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know

This article compiles ten common Linux operational problems—from shell script failures and cron output issues to disk space leaks and MySQL storage errors—detailing their causes and step‑by‑step solutions to help engineers quickly diagnose and resolve system faults.

LinuxShellSysadmin
0 likes · 12 min read
Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Sep 2, 2018 · Operations

Essential Linux Ops Interview Guide: 30+ Questions & Solutions

A comprehensive collection of Linux operations interview questions and answers covering topics such as system maintenance, networking, load balancing, RAID, MySQL, scripting, security, and troubleshooting, providing practical guidance for candidates seeking high‑pay Linux sysadmin roles.

LinuxNetworkingOperations
0 likes · 42 min read
Essential Linux Ops Interview Guide: 30+ Questions & Solutions
dbaplus Community
dbaplus Community
Aug 29, 2018 · Information Security

Operations Security: Why It Matters, Common Pitfalls & Real‑World Cases

Operations security, the intersection of IT operations and security, has become critical as high‑profile vulnerabilities like Struts2, OpenSSL Heartbleed, and massive DDoS attacks expose the costly ROI of ops‑related flaws; this article defines the field, explains its importance, lists common bad practices, typical vulnerabilities, and real‑world case studies.

Information SecuritySysadminVulnerability Management
0 likes · 17 min read
Operations Security: Why It Matters, Common Pitfalls & Real‑World Cases
21CTO
21CTO
May 31, 2018 · Operations

20 Essential Unix/Linux Command‑Line Tricks Every Sysadmin Should Know

This guide compiles twenty practical Unix/Linux command‑line techniques—from safely deleting massive log files and recording terminal sessions to comparing directories, formatting text, and using tee for simultaneous output—providing sysadmins with quick, reliable shortcuts for everyday system management tasks.

LinuxSysadminTips
0 likes · 12 min read
20 Essential Unix/Linux Command‑Line Tricks Every Sysadmin Should Know
ITPUB
ITPUB
Apr 16, 2018 · Operations

Top 24 Shell Scripting Interview Questions Every Linux Engineer Should Know

This article compiles the most common shell scripting interview questions, covering fundamentals such as script basics, variables, redirection, control structures, special parameters, file tests, debugging techniques, and practical code examples to help Linux engineers prepare effectively.

BashLinuxShell scripting
0 likes · 10 min read
Top 24 Shell Scripting Interview Questions Every Linux Engineer Should Know
MaGe Linux Operations
MaGe Linux Operations
Mar 1, 2018 · Operations

Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know

An experienced Linux sysadmin shares a curated list of common operational issues—from shell script execution failures and cron output overload to disk space leaks, MySQL storage pitfalls, and network latency—detailing root causes, step‑by‑step diagnostics, and practical solutions to keep servers running smoothly.

LinuxOperationsShell
0 likes · 15 min read
Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know
ITPUB
ITPUB
Feb 2, 2018 · Operations

Essential Unix/Linux Command‑Line Tools Every Sysadmin Should Know

This article compiles a curated list of 28 useful Unix/Linux command‑line utilities—including performance monitors, multiplexers, editors, network tools, backup solutions, and fun programs—providing brief descriptions, official website links, and usage examples to help system administrators discover and adopt valuable tools for daily operations.

Sysadmincommand-linemonitoring
0 likes · 13 min read
Essential Unix/Linux Command‑Line Tools Every Sysadmin Should Know
ITPUB
ITPUB
Jan 23, 2018 · Operations

Validate IP Addresses in Bash: Two Reliable Shell Scripts

This article explains why validating IP addresses is essential in shell scripting, then presents two Bash methods—using awk/grep and regular‑expression matching—followed by a looped version that repeatedly prompts for input until a correct IP is entered, complete with example commands.

BashIP validationSysadmin
0 likes · 6 min read
Validate IP Addresses in Bash: Two Reliable Shell Scripts
MaGe Linux Operations
MaGe Linux Operations
Jan 2, 2018 · Operations

What Does Meituan Ask? 20 Must‑Know Linux Ops Interview Q&A

This article compiles Meituan's Linux operations engineer interview questions covering job requirements, core responsibilities, essential qualifications, and detailed answers on software installation, networking tools, IP configuration, scripting, iptables, MySQL security, replication, and common sysadmin commands, providing a comprehensive study guide for aspiring Linux ops candidates.

LinuxOperationsShell
0 likes · 13 min read
What Does Meituan Ask? 20 Must‑Know Linux Ops Interview Q&A
MaGe Linux Operations
MaGe Linux Operations
Dec 30, 2017 · Operations

Essential Linux Operations Interview Questions & Answers from Meituan

This article compiles Meituan's Linux operations engineer interview requirements, common questions on system installation, networking, scripting, MySQL security, replication, iptables, and provides detailed command-line solutions and sample scripts to help candidates prepare effectively.

LinuxOperationsScripting
0 likes · 17 min read
Essential Linux Operations Interview Questions & Answers from Meituan
MaGe Linux Operations
MaGe Linux Operations
Nov 21, 2017 · Operations

Essential Linux Command-Line Tricks Every Engineer Should Know

This guide compiles a collection of practical Linux command‑line tricks—from formatting command output into tables and repeatedly executing commands until success, to sorting processes by resource usage, monitoring with watch, automating responses, creating files, and leveraging powerful tools like xargs—helping engineers work more efficiently in a Linux environment.

LinuxSysadmincommand-line
0 likes · 9 min read
Essential Linux Command-Line Tricks Every Engineer Should Know
ITPUB
ITPUB
Nov 17, 2017 · Operations

Master Bash Scripting: Tips and Ready‑to‑Use Monitoring Scripts

This guide presents essential Bash scripting best practices and a collection of practical monitoring scripts—including random string generation, user creation, package checks, service status, host reachability, CPU/memory/disk usage, and website availability—complete with debugging tips and naming conventions for reliable automation.

BashSysadminautomation
0 likes · 5 min read
Master Bash Scripting: Tips and Ready‑to‑Use Monitoring Scripts
ITPUB
ITPUB
Nov 9, 2017 · Operations

11 Little‑Known Linux Commands That Supercharge Your Workflow

This article introduces a collection of lesser‑known Linux commands—such as sudo !!, python -m SimpleHTTPServer, mtr, Ctrl+x+e, nl, shuf, ss, last, curl ifconfig.me, tree, and pstree—explaining their purpose, typical use‑cases, and providing concrete examples to help both desktop users and system administrators work more efficiently.

BashSysadminutilities
0 likes · 8 min read
11 Little‑Known Linux Commands That Supercharge Your Workflow
MaGe Linux Operations
MaGe Linux Operations
Oct 26, 2017 · Operations

Essential Linux Monitoring Tools Every Sysadmin Should Know

Discover a comprehensive collection of 80 essential Linux monitoring tools, ranging from system resource visualizers like nmon and Glances to log analyzers such as GoAccess, each described with features, usage tips, and links, helping sysadmins efficiently track performance, diagnose issues, and maintain robust infrastructure.

OperationsSysadminperformance tools
0 likes · 18 min read
Essential Linux Monitoring Tools Every Sysadmin Should Know
ITPUB
ITPUB
Oct 25, 2017 · Operations

10 Lazy Sysadmin Hacks to Supercharge Linux Efficiency

This article shares ten practical Linux sysadmin tricks—from force‑ejecting a stuck DVD drive and resetting a frozen console to using screen sharing, SSH tunnels, VNC forwarding, bandwidth testing, and command‑line scripting—that dramatically cut task time and free up more leisure for administrators.

LinuxSysadminTips
0 likes · 20 min read
10 Lazy Sysadmin Hacks to Supercharge Linux Efficiency
MaGe Linux Operations
MaGe Linux Operations
Oct 8, 2017 · Information Security

25 Must‑Know Linux iptables Rules for Secure Firewall Management

This guide presents 25 essential Linux iptables rules—from clearing existing policies to configuring SSH, HTTP, DNS, and DoS protection—illustrated with command screenshots, enabling administrators to quickly adapt firewall settings to their specific network security needs.

Sysadminiptablesnetwork security
0 likes · 4 min read
25 Must‑Know Linux iptables Rules for Secure Firewall Management
ITPUB
ITPUB
Oct 7, 2017 · Operations

13 Must‑Have Linux Ops Tools and Quick Installation Guides

This guide introduces thirteen essential Linux operation utilities—including Nethogs, IOZone, IOTop, IPtraf, IFTop, HTop, NMON, MultiTail, Fail2ban, Tmux, Agedu, NMap and Httperf—providing brief descriptions, download links and step‑by‑step commands to install and use each tool for monitoring, performance testing, security and session management.

LinuxSysadminmonitoring
0 likes · 12 min read
13 Must‑Have Linux Ops Tools and Quick Installation Guides
dbaplus Community
dbaplus Community
Sep 10, 2017 · Operations

Essential Linux Ops Toolkit: 10 Must‑Know Skills for Modern Sysadmins

This guide outlines the ten core Linux operations skills every sysadmin should master, covering essential tools such as rsync, network services, scripting languages, text processing, databases, firewalls, monitoring, clustering, backup, and optimization, with practical examples, commands, and resource links.

LinuxScriptingSysadmin
0 likes · 17 min read
Essential Linux Ops Toolkit: 10 Must‑Know Skills for Modern Sysadmins
ITPUB
ITPUB
Sep 7, 2017 · Operations

Essential Command-Line Tools Every Linux Sysadmin Should Know

Sysadmins need reliable command-line utilities to keep services running 24/7, and this guide compiles the most commonly used networking, security, storage, logging, backup, performance, efficiency, package-management, and hardware inspection tools on Linux, explaining each command’s purpose and typical use cases.

CLI toolsSysadminmonitoring
0 likes · 15 min read
Essential Command-Line Tools Every Linux Sysadmin Should Know
ITPUB
ITPUB
Aug 31, 2017 · Operations

Boost Your Linux Productivity: 9 Essential Commands You Might Be Missing

This guide introduces nine powerful yet often overlooked Linux command‑line tools—strace, tcpdump, nc, curl, find, lsof, ss, awk/sed, and screen—explaining their key options, typical use cases, and example invocations to help developers work more efficiently on Linux.

LinuxSysadmincommand-line
0 likes · 10 min read
Boost Your Linux Productivity: 9 Essential Commands You Might Be Missing
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2017 · Fundamentals

Essential Linux Commands Every Sysadmin Should Know

This guide provides concise explanations, typical usage examples, and useful options for 30 essential Linux commands, helping readers quickly understand how to monitor system status, manage files, control processes, and perform common administrative tasks on Unix‑like systems.

LinuxShellSysadmin
0 likes · 20 min read
Essential Linux Commands Every Sysadmin Should Know
21CTO
21CTO
Jul 19, 2017 · Backend Development

Essential Nginx & Linux Tuning Tips for High‑Performance Web Servers

This guide explains key Linux kernel and Nginx configuration adjustments—such as backlog queues, file descriptor limits, worker processes, keepalive settings, and logging options—to help administrators maximize web server performance while following safe, incremental tuning practices.

LinuxNginxSysadmin
0 likes · 11 min read
Essential Nginx & Linux Tuning Tips for High‑Performance Web Servers
MaGe Linux Operations
MaGe Linux Operations
Jul 18, 2017 · Operations

Boost Your Linux Productivity: Essential Command-Line Tips & Tricks

This article compiles a comprehensive set of high‑efficiency Linux command‑line tools and shortcuts—ranging from basic Bash usage and SSH key management to powerful data‑processing utilities and system‑debugging commands—to help users streamline daily workflows and save valuable time.

BashSysadminTips
0 likes · 13 min read
Boost Your Linux Productivity: Essential Command-Line Tips & Tricks
ITPUB
ITPUB
Jul 17, 2017 · Operations

Essential Linux Ops Tools Every Sysadmin Should Master

This guide outlines the core Linux system fundamentals, networking services, scripting languages, text‑processing utilities, database handling, firewall configuration, monitoring solutions, clustering, and backup techniques that form the essential toolkit for aspiring Linux operations engineers.

LinuxOperationsSysadmin
0 likes · 7 min read
Essential Linux Ops Tools Every Sysadmin Should Master
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2017 · Operations

Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know

This article compiles ten common Linux operational problems—from shell script execution failures and crontab output overload to DNS‑related telnet slowness, read‑only file systems, unreleased disk space, inefficient find commands, missing gateway MACs, HTTP service start errors, file descriptor limits, and ibdata1/mysql‑bin disk usage—along with clear step‑by‑step solutions.

ShellSysadmincrontab
0 likes · 13 min read
Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2017 · Fundamentals

Master Python File Operations and System Automation with Practical Code Examples

This article presents a comprehensive collection of Python tutorials and scripts covering file I/O modes, directory traversal, log analysis, simple games, command‑line argument handling, process monitoring, port checking, authentication loops, and SNMP‑based CPU and network traffic monitoring, providing a solid foundation for automation and operations tasks.

Sysadminfile-iomonitoring
0 likes · 15 min read
Master Python File Operations and System Automation with Practical Code Examples
ITPUB
ITPUB
Jul 7, 2017 · Operations

Supercharge Linux: z Shortcut, Vim Config, MySQL Prompt & System Info Hacks

This guide shares practical Linux tips—including a fast directory‑jumping z command, a feature‑rich Vim configuration, MySQL prompt customization, reliable system version checks, and intuitive disk‑usage commands—to streamline daily sysadmin workflows.

BashLinuxSysadmin
0 likes · 5 min read
Supercharge Linux: z Shortcut, Vim Config, MySQL Prompt & System Info Hacks
ITPUB
ITPUB
May 30, 2017 · Operations

Mastering Linux ‘find’: Essential Commands for File Search and Management

This guide explains how to use the Linux find command to locate files and directories by name, type, permissions, owners, timestamps, size, and more, while showing practical examples of depth control, exclusion, combined criteria, and advanced actions such as listing and deleting results.

File SearchSysadminfind command
0 likes · 12 min read
Mastering Linux ‘find’: Essential Commands for File Search and Management
MaGe Linux Operations
MaGe Linux Operations
May 27, 2017 · Fundamentals

Essential Linux Commands Every Developer Should Master

This guide introduces the most commonly used Linux commands—including navigation, file listing, searching, process management, and system monitoring—explaining their syntax, useful options, and practical examples to help developers work efficiently in a Linux environment.

LinuxSysadmincommand-line
0 likes · 8 min read
Essential Linux Commands Every Developer Should Master
MaGe Linux Operations
MaGe Linux Operations
May 10, 2017 · Operations

30 Must-Have Linux Command-Line Tools to Supercharge Your Workflow

This article presents a curated list of essential Linux command-line utilities—ranging from fast file searchers and interactive git viewers to code formatters, process monitors, and download accelerators—each with a brief description and usage examples to boost productivity for developers and sysadmins alike.

DevelopmentSysadmincommand-line tools
0 likes · 16 min read
30 Must-Have Linux Command-Line Tools to Supercharge Your Workflow
ITPUB
ITPUB
Apr 4, 2017 · Operations

Real‑World Ops Pitfalls and Proven Ways to Avoid Them

This article compiles practical experiences from system administrators about common operational pitfalls, their root causes, and concrete mitigation steps, ranging from misconfigured HAProxy timeouts and risky rm commands to ansible async quirks and cron‑job failures.

AnsibleDevOpsLinux
0 likes · 8 min read
Real‑World Ops Pitfalls and Proven Ways to Avoid Them
Efficient Ops
Efficient Ops
Nov 24, 2016 · Operations

80 Essential Linux Monitoring Tools Every Sysadmin Should Know

This article presents a curated collection of 80 widely used Linux monitoring tools—covering command‑line utilities, desktop, infrastructure, network, and log monitoring—each with concise descriptions to help administrators choose the right solution for performance troubleshooting and system observability.

Sysadmintools
0 likes · 10 min read
80 Essential Linux Monitoring Tools Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Oct 10, 2016 · Operations

Top 12 Essential Linux Command-Line Tools Every Sysadmin Should Master

Discover a curated list of 12 powerful Linux command-line utilities—from lsof and htop to Suricata and vnStat PHP—that help system and network administrators monitor files, processes, I/O, network traffic, and security, enabling efficient troubleshooting and performance optimization across diverse Unix environments.

LinuxSysadmincommand-line tools
0 likes · 6 min read
Top 12 Essential Linux Command-Line Tools Every Sysadmin Should Master
AI Cyberspace
AI Cyberspace
Jul 16, 2016 · Operations

20 Essential Linux Commands Every Sysadmin Must Master

This guide presents twenty indispensable Linux/Unix command‑line tools—from top and vmstat to Nagios and Collectl—that enable system and network administrators to monitor processes, memory, I/O, network traffic, and overall performance, helping quickly identify and resolve performance issues across any Linux distribution.

LinuxSysadmincommand-line
0 likes · 11 min read
20 Essential Linux Commands Every Sysadmin Must Master
AI Cyberspace
AI Cyberspace
Jul 5, 2016 · Operations

Top 18 Essential Linux Monitoring Tools Every Sysadmin Should Know

This article presents a curated list of 18 command‑line tools for Linux/Unix administrators, explaining how each utility—such as top, vmstat, lsof, tcpdump, and Nagios—helps monitor system performance, diagnose issues, and maintain reliable server operations.

LinuxSysadmincommand-line
0 likes · 12 min read
Top 18 Essential Linux Monitoring Tools Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Jun 17, 2016 · Operations

Master Shell Scripting: 25 Essential Q&A for Linux Administrators

This article presents 25 concise questions and answers covering fundamental shell scripting concepts—including script creation, variables, redirection, control structures, debugging, and common commands—providing Linux administrators with a quick reference guide to write and manage effective Bash scripts.

LoopsRedirectionSysadmin
0 likes · 12 min read
Master Shell Scripting: 25 Essential Q&A for Linux Administrators
ITPUB
ITPUB
Apr 8, 2016 · Fundamentals

Essential Linux Shell Commands Every Developer Should Know

A comprehensive cheat‑sheet of 73 practical Linux shell commands—from checking remote ports and managing processes to manipulating files, networking, Git operations, and system monitoring—provides quick reference for developers and sysadmins who need reliable one‑liners for everyday tasks.

Cheat SheetLinuxSysadmin
0 likes · 11 min read
Essential Linux Shell Commands Every Developer Should Know
21CTO
21CTO
Mar 23, 2016 · Operations

73 Hidden Linux Commands Every Sysadmin Should Bookmark

This article compiles 73 obscure yet highly practical Linux command‑line tricks, ranging from network checks and process management to file manipulation, version control shortcuts, and system monitoring, providing sysadmins and developers a handy reference to boost productivity and streamline everyday tasks.

BashLinuxShell
0 likes · 14 min read
73 Hidden Linux Commands Every Sysadmin Should Bookmark
MaGe Linux Operations
MaGe Linux Operations
Mar 12, 2016 · Operations

Essential Linux Command-Line Tricks Every Sysadmin Should Know

This article compiles 73 practical Linux shell commands and tips, ranging from network checks and process management to file manipulation, version control, and system monitoring, providing sysadmins and developers with quick reference commands to enhance productivity and troubleshoot efficiently.

LinuxSysadmin
0 likes · 13 min read
Essential Linux Command-Line Tricks Every Sysadmin Should Know
Qunar Tech Salon
Qunar Tech Salon
Jan 24, 2016 · Operations

Linux Performance Analysis in 60 Seconds

Within the first minute of logging into a Linux server, this guide walks you through ten essential command‑line tools—such as uptime, vmstat, mpstat, pidstat, iostat, free, sar, and top—to quickly assess system load, CPU, memory, disk, and network saturation for effective performance troubleshooting.

CommandLineLinuxSysadmin
0 likes · 19 min read
Linux Performance Analysis in 60 Seconds
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2015 · Operations

Master AWK for Log Analysis: A Quick Beginner’s Guide

This tutorial walks beginners through essential AWK commands and techniques for parsing and filtering log files, covering field extraction, separators, arithmetic on string fields, BEGIN/END blocks, conditional filters, external parameters, and common functions with practical examples.

Log ProcessingSysadminawk
0 likes · 11 min read
Master AWK for Log Analysis: A Quick Beginner’s Guide
MaGe Linux Operations
MaGe Linux Operations
Jan 29, 2015 · Operations

Mastering Efficient Operations: 7 Key Practices for Happy Sysadmins

This article introduces a ten‑year journey of a sysadmin turned operations director, outlining why efficient operations are hard, what efficient ops mean, and seven practical strategies—including clear responsibilities, professional processes, and a good service interface—to boost productivity and satisfaction across IT teams.

IT ManagementOperationsSysadmin
0 likes · 14 min read
Mastering Efficient Operations: 7 Key Practices for Happy Sysadmins
MaGe Linux Operations
MaGe Linux Operations
Aug 1, 2014 · Operations

Essential Linux Commands Every Sysadmin Should Know

This guide compiles the most useful Linux command‑line tools for inspecting system information, managing resources, networking, processes, users, services, packages, security settings, and FTP operations, providing a quick reference for administrators and power users alike.

FTPSysadminsystem commands
0 likes · 5 min read
Essential Linux Commands Every Sysadmin Should Know
Baidu Tech Salon
Baidu Tech Salon
Jun 20, 2014 · Operations

Command Line Tips and Tricks from Linux Voice

Linux Voice’s roundup showcases practical and playful command‑line tricks—from using elinks for quick web checks and Wikipedia lookups to witty commands like sl, cowsay, and humorous “cat” errors—while stressing bash scripting, SSH password‑less login, responsible root use, and the ongoing debate over CLI versus GUI for everyday tasks.

BashSSHSysadmin
0 likes · 6 min read
Command Line Tips and Tricks from Linux Voice