Tagged articles

system-administration

787 articles · Page 7 of 8
MaGe Linux Operations
MaGe Linux Operations
Jul 2, 2019 · Operations

Three Simple Ways to Configure DNS on a Linux Machine

This guide explains three practical methods for setting up DNS resolution on Linux—editing the local hosts file, modifying the system's resolv.conf, and configuring network interface files—along with the precedence order and necessary service restarts.

DNSNetwork Configurationhosts file
0 likes · 3 min read
Three Simple Ways to Configure DNS on a Linux Machine
MaGe Linux Operations
MaGe Linux Operations
Jun 4, 2019 · Operations

Master Linux Server Performance: Essential Tools & Metrics Explained

This article walks through key Linux performance monitoring tools—top, vmstat, pidstat, iostat, sar, netstat, and tcpdump—explaining their output fields, how to interpret CPU, memory, disk, and network metrics, and how to use them for effective system troubleshooting.

performance monitoringpidstatsystem-administration
0 likes · 17 min read
Master Linux Server Performance: Essential Tools & Metrics Explained
Efficient Ops
Efficient Ops
Apr 8, 2019 · Operations

Mastering Linux ps: Decode Options, Syntax, and Output Secrets

This comprehensive guide demystifies the Linux ps command by explaining its option syntax, the differences between BSD, SYSV and GNU styles, record‑selection rules, sorting, threading, field selection, modifiers, and error‑handling, while providing practical examples, visual illustrations, and tips for effective system monitoring.

Linuxcommand-lineprocess monitoring
0 likes · 39 min read
Mastering Linux ps: Decode Options, Syntax, and Output Secrets
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2019 · Operations

Master Essential Linux Commands for System Operations

This guide presents a comprehensive visual cheat sheet of essential Linux commands, covering file and directory operations, content viewing, compression, information display, file searching, user and permission management, basic and advanced networking, disk and filesystem handling, system monitoring, shutdown/reboot, and process management.

Linuxshellsystem-administration
0 likes · 3 min read
Master Essential Linux Commands for System Operations
DevOps Cloud Academy
DevOps Cloud Academy
Mar 6, 2019 · Operations

KVM Installation and Configuration Guide

This article provides a step‑by‑step tutorial on installing and configuring KVM on a Linux server, covering CPU virtualization enablement, package installation, module loading, network setup, virtual disk creation, VM deployment, firewall rules, and VNC access.

KVMLinuxQEMU
0 likes · 5 min read
KVM Installation and Configuration Guide
Efficient Ops
Efficient Ops
Jan 30, 2019 · Operations

From Rookie to Ops Manager: Key Lessons on Linux, Infrastructure, and Career Growth

The author shares a journey from a college Linux basics class to becoming an operations manager, detailing early hands‑on tasks, challenges in chaotic server environments, the creation of monitoring systems, and three key career lessons about learning, deepening technical understanding, and evaluating workplace fit.

Career AdviceLinuxMonitoring
0 likes · 6 min read
From Rookie to Ops Manager: Key Lessons on Linux, Infrastructure, and Career Growth
MaGe Linux Operations
MaGe Linux Operations
Jan 16, 2019 · Operations

How to Install and Configure a Linux DNS Server with BIND

This guide explains the purpose of DNS, the role of the /etc/hosts file, the different DNS record types, and provides step‑by‑step instructions for installing BIND on Linux, configuring master, slave and cache servers, and managing zones and records.

BINDDNSLinux
0 likes · 17 min read
How to Install and Configure a Linux DNS Server with BIND
Efficient Ops
Efficient Ops
Jan 10, 2019 · Operations

Essential DBA & Ops Practices to Prevent System Failures

This article outlines ten practical guidelines for DBAs and system administrators—including rollback‑ready changes, cautious use of destructive commands, prompt customization, reliable backups, production respect, thorough handovers, alerting, monitoring, careful failover, meticulous checks, and the virtue of simplicity—to minimize costly system outages.

LinuxOperationsOracle
0 likes · 7 min read
Essential DBA & Ops Practices to Prevent System Failures
MaGe Linux Operations
MaGe Linux Operations
Jan 5, 2019 · Fundamentals

Master Linux: Understanding Every Directory and Its Purpose

This guide explains the purpose and typical contents of each major Linux directory—from /bin and /sbin for essential binaries to /etc for configuration files, /proc for virtual system information, and /usr, /var, /home for user data and applications—providing a comprehensive overview for system administrators and developers.

Directory StructureFilesystemLinux
0 likes · 17 min read
Master Linux: Understanding Every Directory and Its Purpose
Liangxu Linux
Liangxu Linux
Dec 20, 2018 · Operations

10 Linux Commands That Can Wipe Your System – What Not to Run

This article warns about ten extremely dangerous Linux commands—such as rm -rf, fork bombs, and direct writes to /dev/sda—explaining how they work, the potential damage they can cause, and safety measures to avoid catastrophic system failures.

dangerous-commandssecuritysystem-administration
0 likes · 8 min read
10 Linux Commands That Can Wipe Your System – What Not to Run
Liangxu Linux
Liangxu Linux
Dec 16, 2018 · Operations

How to Track and Manage Linux User Activity with Built‑in Commands

This guide shows how to identify which users are logged into a Linux system, examine their current actions with commands like who, users, w, and last, and safely terminate unwanted sessions using pkill, providing practical examples and detailed output explanations.

User Monitoringprocess managementsystem-administration
0 likes · 10 min read
How to Track and Manage Linux User Activity with Built‑in Commands
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2018 · Operations

Unveiling the Linux Boot Process: From Power‑On to Init

This article walks through every stage of a Linux system’s startup—from the hardware POST check and BIOS boot selection, through GRUB loading and kernel initialization, to the init process and run‑level scripts—providing clear explanations and essential commands for system administrators.

Boot ProcessGRUBLinux
0 likes · 9 min read
Unveiling the Linux Boot Process: From Power‑On to Init
MaGe Linux Operations
MaGe Linux Operations
Dec 5, 2018 · Information Security

25 Essential Linux Hardening Tips to Secure Your Servers

This comprehensive guide presents 25 practical Linux hardening techniques—from BIOS protection and disk partitioning to SELinux configuration, firewall rules, and user account management—helping system administrators strengthen server security and defend against potential attacks.

Linuxfirewallhardening
0 likes · 14 min read
25 Essential Linux Hardening Tips to Secure Your Servers
MaGe Linux Operations
MaGe Linux Operations
Dec 4, 2018 · Operations

Essential Linux Skills Every Beginner Must Master

This guide outlines why Linux dominates the internet, recommends starting with CentOS or RHEL, suggests effective learning resources, and lists the core knowledge, tools, and advanced topics every aspiring Linux operations engineer should master.

Beginner GuideLinuxOperations
0 likes · 6 min read
Essential Linux Skills Every Beginner Must Master
MaGe Linux Operations
MaGe Linux Operations
Nov 25, 2018 · Operations

How to Build Your Own Minimal Linux System from Scratch

This step‑by‑step guide explains how to create a custom minimal Linux distribution by adding a new hard drive, partitioning it, installing GRUB, copying the kernel, initramfs and essential utilities, and finally testing the boot and network functionality on a CentOS 6.9 host.

Boot ProcessCustom DistributionGRUB
0 likes · 9 min read
How to Build Your Own Minimal Linux System from Scratch
MaGe Linux Operations
MaGe Linux Operations
Nov 20, 2018 · Operations

Master Essential Linux Shell Commands: A Complete Guide for System Operations

This comprehensive guide introduces Linux shell fundamentals, compares popular shells like Bourne, Csh, Korn, and Bash, and provides detailed usage of over 30 essential commands for file management, process control, networking, and system administration, empowering users to work efficiently in a command‑line environment.

Linuxsystem-administration
0 likes · 23 min read
Master Essential Linux Shell Commands: A Complete Guide for System Operations
MaGe Linux Operations
MaGe Linux Operations
Oct 27, 2018 · Operations

Top 18 Linux Command-Line Tools to Monitor Network Bandwidth

This article introduces a curated list of Linux command-line utilities for monitoring network usage, detailing each tool's functionality, installation commands across major distributions, and usage examples, enabling users to track overall bandwidth, per‑process traffic, and socket‑level statistics efficiently.

Linuxbandwidthnetwork monitoring
0 likes · 18 min read
Top 18 Linux Command-Line Tools to Monitor Network Bandwidth
MaGe Linux Operations
MaGe Linux Operations
Oct 17, 2018 · Operations

Essential Linux & Windows Sysadmin Interview Q&A with Real Answers

This article compiles a comprehensive set of Linux and Windows system administration interview questions—covering software installation, remote access tools, network configuration, backup scripting, MySQL security, replication, user management, and essential command-line utilities—along with concise, practical answers and code examples.

Interview QuestionsLinuxmysql
0 likes · 14 min read
Essential Linux & Windows Sysadmin Interview Q&A with Real Answers
ITPUB
ITPUB
Oct 12, 2018 · Operations

Decoding Common Linux Command Abbreviations: A Handy Reference

This article provides a concise reference of common Linux command abbreviations, explaining each command's purpose—from navigating directories and managing files to monitoring processes and handling system resources—helping users quickly understand and use these essential shell utilities.

LinuxUnixshell
0 likes · 10 min read
Decoding Common Linux Command Abbreviations: A Handy Reference
MaGe Linux Operations
MaGe Linux Operations
Sep 25, 2018 · Operations

Essential Linux Command Cheat Sheet: Decode Common Abbreviations

This article provides a comprehensive reference of common Linux command abbreviations, explaining each command's purpose—from file manipulation and process monitoring to package management and system utilities—helping users quickly understand and use the Unix shell effectively.

CLILinuxTerminal
0 likes · 13 min read
Essential Linux Command Cheat Sheet: Decode Common Abbreviations
Efficient Ops
Efficient Ops
Sep 18, 2018 · Operations

Mastering Internet Operations: Roles, Responsibilities, and Evolution

This article provides a comprehensive overview of internet operations, detailing how service‑centric stability, security, and efficiency are achieved through infrastructure management, monitoring, risk mitigation, and continuous optimization, while outlining the various operational roles, their duties, and the evolution of ops practices.

Operationsdevopsinfrastructure
0 likes · 21 min read
Mastering Internet Operations: Roles, Responsibilities, and Evolution
Liangxu Linux
Liangxu Linux
Sep 16, 2018 · Operations

Essential Linux Performance Tools and How to Use Them

A practical guide covering common Linux performance commands—uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top—explaining their output, key columns to monitor, and how to interpret results for system troubleshooting.

Monitoringsystem-administration
0 likes · 16 min read
Essential Linux Performance Tools and How to Use Them
MaGe Linux Operations
MaGe Linux Operations
Sep 12, 2018 · Operations

35 Essential Linux Find Command Examples Every Sysadmin Should Know

Discover 35 practical Linux find command examples covering name, permission, owner/group, date, and size based searches, complete with step‑by‑step illustrations, enabling you to locate, filter, and manage files and directories efficiently in everyday system administration tasks.

File SearchLinuxUnix
0 likes · 11 min read
35 Essential Linux Find Command Examples Every Sysadmin Should Know
Liangxu Linux
Liangxu Linux
Aug 28, 2018 · Fundamentals

Master Essential Linux Commands: ls, cd, mkdir, rm, cp, mv, and More

This guide explains the core Linux command‑line tools—including ls, cd, mkdir, pwd, rmdir, rm, cp, mv, and ln—detailing their syntax, common options, example outputs, file‑permission notation, and the purpose of standard system directories for beginners and seasoned users alike.

File ManagementFundamentalssystem-administration
0 likes · 15 min read
Master Essential Linux Commands: ls, cd, mkdir, rm, cp, mv, and More
ITPUB
ITPUB
Aug 14, 2018 · Operations

Master Linux Multi‑NIC Bonding: Modes, Configuration Steps & Best Practices

This guide explains Linux network interface bonding, detailing all seven bonding modes, their characteristics, required switch configurations, and provides step‑by‑step instructions for setting up bond0 with configuration files, modprobe options, and verification commands to achieve high‑availability and load‑balanced networking.

High AvailabilityLinuxNIC
0 likes · 13 min read
Master Linux Multi‑NIC Bonding: Modes, Configuration Steps & Best Practices
ITPUB
ITPUB
May 28, 2018 · Fundamentals

20 Essential Unix Command-Line Tricks Every Sysadmin Should Know

A concise collection of practical Unix/Linux command-line tips—including file deletion, output logging, terminal recording, permission handling, and more—designed to boost productivity and simplify common system administration tasks.

LinuxShell TipsUnix
0 likes · 10 min read
20 Essential Unix Command-Line Tricks Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
May 28, 2018 · Operations

13 Fun Linux Commands to Play With (And 7 Dangerous Ones to Avoid)

This article showcases thirteen entertaining Linux commands—like sl, fortune, cowsay, and cmatrix—while also warning about powerful and risky commands such as rm -rf /, fork bombs, and disk‑wiping techniques, offering both amusement and crucial safety advice for beginners and sysadmins alike.

Fun CommandsLinuxbash
0 likes · 11 min read
13 Fun Linux Commands to Play With (And 7 Dangerous Ones to Avoid)
21CTO
21CTO
May 7, 2018 · Operations

Mastering sudo: Essential Linux Privilege Tricks for Everyday Use

This guide walks through common sudo scenarios—granting temporary root rights, fixing permission errors in vim, re‑executing forgotten sudo commands, handling shell built‑ins, and configuring sudo logging—to help Linux users work more efficiently and securely.

Linuxcommand-lineprivilege escalation
0 likes · 7 min read
Mastering sudo: Essential Linux Privilege Tricks for Everyday Use
MaGe Linux Operations
MaGe Linux Operations
May 6, 2018 · Operations

6 Common Linux Ops Issues and How to Diagnose & Fix Them

Learn a systematic Linux troubleshooting workflow and detailed solutions for six typical operational problems—including filesystem corruption, disk space exhaustion, inode depletion, lingering deleted files, too‑many‑open‑files errors, and read‑only filesystem issues—complete with command‑line examples and step‑by‑step fixes.

FilesystemLinuxOperations
0 likes · 13 min read
6 Common Linux Ops Issues and How to Diagnose & Fix Them
21CTO
21CTO
Apr 28, 2018 · Operations

Mastering sudo: 5 Real-World Scenarios to Elevate Your Linux Permissions

This guide walks through five common sudo use‑cases on Linux—granting temporary root rights, fixing forgotten sudo in vim, re‑executing commands with sudo, handling shell built‑ins, and configuring sudo logging—providing clear examples and configuration tips for system administrators.

Linuxcommand-linepermissions
0 likes · 7 min read
Mastering sudo: 5 Real-World Scenarios to Elevate Your Linux Permissions
MaGe Linux Operations
MaGe Linux Operations
Apr 16, 2018 · Fundamentals

Master the 29 Essential Linux Commands Every Beginner Needs

This guide introduces 29 fundamental Linux command‑line tools—from navigating directories with ls and cd to managing processes with ps and top—providing clear descriptions and examples so newcomers can efficiently perform common tasks across any Linux distribution.

BasicsLinuxcommand-line
0 likes · 10 min read
Master the 29 Essential Linux Commands Every Beginner Needs
MaGe Linux Operations
MaGe Linux Operations
Apr 4, 2018 · Operations

Master Linux System Administration: 30 Essential Exam Questions & Answers

This article presents a comprehensive set of 30 Linux system administration exam questions—including multiple‑choice, short‑answer, and open‑ended items—covering command usage, partition planning, file deletion mechanics, vi editor basics, sed options, and more, together with the correct answers for study and review.

CommandsLinuxexam
0 likes · 17 min read
Master Linux System Administration: 30 Essential Exam Questions & Answers
MaGe Linux Operations
MaGe Linux Operations
Mar 12, 2018 · Operations

Master Linux Print and Transfer Commands: lpr, lprm, lpq, ftp, tftp & More

This guide provides concise explanations, syntax, parameters, and practical examples for a range of Linux command‑line utilities—including printing commands like lpr, lprm, lpq, lpd, and file‑transfer tools such as ftp, tftp, ncftp, uucp, uucico, and related options—helping administrators manage jobs and transfers efficiently.

LinuxPrintingcommand-line
0 likes · 19 min read
Master Linux Print and Transfer Commands: lpr, lprm, lpq, ftp, tftp & More
MaGe Linux Operations
MaGe Linux Operations
Feb 25, 2018 · Fundamentals

8 2018 Linux Predictions & Essential Tips for Mastering the Command Line

This article outlines eight 2018 Linux trends predicted by OMGUbuntu, highlights Ubuntu's growing market share, and provides practical step‑by‑step advice—including essential commands, learning resources, and community tips—to help beginners become proficient Linux users and administrators.

Learning GuideLinuxUbuntu
0 likes · 11 min read
8 2018 Linux Predictions & Essential Tips for Mastering the Command Line
MaGe Linux Operations
MaGe Linux Operations
Feb 6, 2018 · Operations

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

This comprehensive guide explains Linux user and group management, covering essential files such as /etc/passwd, /etc/shadow, and /etc/group, detailing each field, and providing step‑by‑step command examples for adding, modifying, locking, and deleting users and groups, as well as managing passwords and group administrators.

CommandsLinuxgroup-management
0 likes · 16 min read
Master Linux User & Group Management: Commands, Files, and Best Practices
ITPUB
ITPUB
Jan 24, 2018 · Operations

How to Rescue a Failing Linux Boot: Single‑User, GRUB & Rescue Mode Hacks

Learn step‑by‑step how to recover a Linux system that won’t boot by using single‑user mode, fixing GRUB configuration errors, and employing the Linux rescue environment, with concrete command examples for resetting root passwords, repairing disk sectors, and restoring critical configuration files.

Linuxbootrescue-mode
0 likes · 14 min read
How to Rescue a Failing Linux Boot: Single‑User, GRUB & Rescue Mode Hacks
MaGe Linux Operations
MaGe Linux Operations
Jan 24, 2018 · Operations

Master Essential Linux Administration: 20+ Key Topics and Practical Answers

This guide provides concise explanations and step‑by‑step instructions for fundamental Linux administration topics, covering licensing, OS selection, startup services, system optimization, runlevels, boot process, links, partitioning, file deletion, VI usage, user management, regex, sed, crontab, important directories, shutdown commands, sudoers, permission hierarchy, SecureCRT shortcuts, audit solutions, network troubleshooting, quoting rules, startup config files, log locations, IP address extraction, and a curated list of essential Linux commands.

File ManagementLinuxcron
0 likes · 27 min read
Master Essential Linux Administration: 20+ Key Topics and Practical Answers
ITPUB
ITPUB
Dec 21, 2017 · Operations

Master Linux Troubleshooting: 6 Common Issues and How to Fix Them

Learn a systematic approach for Linux system administrators to diagnose and resolve six typical problems—including filesystem errors, 'argument list too long', inode exhaustion, undeleted file space, too many open files, and read‑only filesystem—using command‑line tools, log analysis, and practical fixes.

FilesystemLinuxOperations
0 likes · 15 min read
Master Linux Troubleshooting: 6 Common Issues and How to Fix Them
MaGe Linux Operations
MaGe Linux Operations
Nov 27, 2017 · Operations

How to Accelerate Your Linux Journey: From Desktop Fun to Server Mastery

This article shares a practical, step‑by‑step guide for Linux enthusiasts, covering desktop selection, essential command‑line tools, system configuration, remote access, application deployment, automation with Git and Docker, and resources for deeper learning, all aimed at quickly mastering Linux fundamentals and operations.

command-lineserver deploymentsystem-administration
0 likes · 7 min read
How to Accelerate Your Linux Journey: From Desktop Fun to Server Mastery
MaGe Linux Operations
MaGe Linux Operations
Nov 22, 2017 · Operations

Master Linux Networking: Using the ip Command to Manage Interfaces, Routes, and Stats

This guide explains how to use the powerful Linux ip command—replacing ifconfig—to configure IP addresses, manage routing tables, view network statistics, monitor netlink messages, handle ARP entries, and control interfaces, with practical examples and code snippets for system administrators and developers.

Network Configurationip commandnetworking
0 likes · 7 min read
Master Linux Networking: Using the ip Command to Manage Interfaces, Routes, and Stats
ITPUB
ITPUB
Nov 16, 2017 · Operations

Essential Linux Command Cheat Sheet: Master System Operations

This article presents a comprehensive, categorized reference of common Linux commands—covering help utilities, file manipulation, content viewing, system information, networking, user management, compression, permissions, process control, and monitoring—each with concise English descriptions to aid quick mastery of command‑line operations.

LinuxUnixcommand-line
0 likes · 15 min read
Essential Linux Command Cheat Sheet: Master System Operations
Efficient Ops
Efficient Ops
Nov 9, 2017 · Fundamentals

Understanding Linux Kernel Processes: 10 Essential System Daemons Explained

This article introduces ten common Linux kernel processes, explaining their roles—from memory management with kswapd0 to I/O handling by aio—helping operators and developers recognize and interpret the often‑bracketed system daemons that appear in ps listings and affect system performance.

kerneloperating systemprocesses
0 likes · 10 min read
Understanding Linux Kernel Processes: 10 Essential System Daemons Explained
MaGe Linux Operations
MaGe Linux Operations
Nov 7, 2017 · Operations

10 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 and providing concise usage examples to help both beginners and seasoned administrators work more efficiently.

Unixcommand-lineshell
0 likes · 8 min read
10 Little‑Known Linux Commands That Supercharge Your Workflow
ITPUB
ITPUB
Oct 30, 2017 · Operations

12 Essential Linux Commands to Monitor Memory Usage

This guide lists twelve Linux tools and commands—including /proc/meminfo, atop, free, GNOME System Monitor, htop, KDE System Monitor, memstat, nmon, ps, smem, top, and vmstat—detailing how each provides real‑time or summarized insights into RAM consumption and overall system performance.

CommandsLinuxMemory Monitoring
0 likes · 6 min read
12 Essential Linux Commands to Monitor Memory Usage
MaGe Linux Operations
MaGe Linux Operations
Oct 25, 2017 · Operations

80+ Essential Linux Monitoring Tools Every Sysadmin Should Know

Discover a comprehensive collection of over 80 Linux monitoring and debugging utilities—including command‑line, system, network, and log tools—detailing their purpose, key features, and typical use cases to help you efficiently manage and troubleshoot server performance.

MonitoringNetwork Toolssystem-administration
0 likes · 13 min read
80+ Essential Linux Monitoring Tools Every Sysadmin Should Know
ITPUB
ITPUB
Oct 23, 2017 · Fundamentals

Essential Unix/Linux Commands Every User Should Master

This guide presents over forty essential Unix/Linux commands with concise explanations and practical examples, covering file manipulation, process control, networking, system monitoring, and package management to help beginners and intermediate users efficiently operate a Linux environment.

Unixcommand-lineshell
0 likes · 21 min read
Essential Unix/Linux Commands Every User Should Master
MaGe Linux Operations
MaGe Linux Operations
Oct 3, 2017 · Operations

Essential Linux Interview Q&A: From GPL Basics to System Optimization

This article provides concise answers to common Linux interview questions, covering GPL and free software concepts, distro selection, essential startup services, system optimization steps, runlevels, boot process, link types, partition planning, file deletion, vi usage, user management commands, grep and sed options, crontab syntax, important directories, shutdown/reboot commands, sudoers configuration, permission management, SecureCRT shortcuts, log auditing solutions, network troubleshooting, shell quoting, startup configuration files, and a list of useful Linux commands.

networkingshellsystem-administration
0 likes · 34 min read
Essential Linux Interview Q&A: From GPL Basics to System Optimization
ITPUB
ITPUB
Sep 18, 2017 · Operations

7 Hidden Linux Tricks Every Sysadmin Should Know

Discover seven lesser‑known Linux tricks—from interactive history search with Ctrl + R and one‑off task scheduling using at, to powerful man page regex searches, alternative binary management, secure file shredding, automatic path correction, and quick directory return—each boosting productivity and deepening command‑line mastery.

command-lineshellsystem-administration
0 likes · 9 min read
7 Hidden Linux Tricks Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Sep 14, 2017 · Fundamentals

Unlock Linux Filesystem Secrets: A Complete Guide to Core Directories

This article compiles essential information about Linux’s core directories—/etc, /usr, /var, /proc, and /dev—detailing their purposes, typical contents, and how they fit into the overall filesystem hierarchy, complemented by illustrative diagrams for developers and administrators.

Directory StructureFilesystemoperating system fundamentals
0 likes · 3 min read
Unlock Linux Filesystem Secrets: A Complete Guide to Core Directories
Practical DevOps Architecture
Practical DevOps Architecture
Sep 6, 2017 · Information Security

Configuring SELinux and iptables on Red Hat/CentOS Systems

This guide explains how to permanently disable SELinux, temporarily change its mode, and provides a comprehensive tutorial on using iptables—including table concepts, basic commands, rule management, scripting, NAT configuration, and saving/restoring firewall rules—on Red Hat/CentOS Linux.

CentOSLinux securityfirewall
0 likes · 16 min read
Configuring SELinux and iptables on Red Hat/CentOS Systems
MaGe Linux Operations
MaGe Linux Operations
Sep 5, 2017 · Operations

Top 19 Linux & DevOps Interview Questions You Must Master

This article compiles a comprehensive set of 19 Linux, security, networking, and Python interview questions covering basic commands, file handling, process management, load balancing, HTTP headers, cookies vs sessions, TCP handshakes, and common security vulnerabilities, providing a solid study guide for system administrators and DevOps engineers.

Interview QuestionsLinuxPython
0 likes · 6 min read
Top 19 Linux & DevOps Interview Questions You Must Master
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2017 · Information Security

Essential Linux Security Practices: Account Management, Network Hardening, and More

This article examines Linux security mechanisms—covering system account and password management, network protection, filesystem safeguards, log preservation, and kernel patching—using Red Hat Enterprise Linux 6.7 as a concrete example, and provides actionable strategies to mitigate common vulnerabilities.

Linuxnetwork hardeningpassword policy
0 likes · 18 min read
Essential Linux Security Practices: Account Management, Network Hardening, and More
Efficient Ops
Efficient Ops
Aug 2, 2017 · Operations

Essential Ops Playbook: 6 Key Practices to Prevent Disasters

Drawing from a year‑and‑a‑half of ops experience, this guide outlines six practical categories—online operation standards, data handling, security, daily monitoring, performance tuning, and mindset—to help engineers avoid costly mistakes and maintain stable, secure systems.

MonitoringOperationsPerformance Tuning
0 likes · 12 min read
Essential Ops Playbook: 6 Key Practices to Prevent Disasters
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2017 · Operations

Master Linux: The Ultimate Book List for System Admins and Cloud Engineers

This article curates a comprehensive list of essential Linux and related technology books, ranging from beginner guides and system fundamentals to advanced topics like kernel development, cloud computing, security, and automation, helping aspiring sysadmins and engineers build a solid knowledge foundation.

Learning ResourcesLinuxOperations
0 likes · 5 min read
Master Linux: The Ultimate Book List for System Admins and Cloud Engineers
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2017 · Fundamentals

Master Essential Linux Commands: From ls to chmod Explained

This guide provides concise explanations and practical examples for dozens of fundamental Linux commands—including ls, cd, pwd, mkdir, rm, rmdir, mv, cp, cat, more, less, head, tail, which, whereis, locate, find, chmod, tar, and chown—helping users navigate the shell efficiently and manage files, permissions, and system resources.

File ManagementLinuxsystem-administration
0 likes · 25 min read
Master Essential Linux Commands: From ls to chmod Explained
ITPUB
ITPUB
Jul 11, 2017 · Operations

Step‑by‑Step Guide to Installing and Configuring a Linux BIND DNS Server

This article walks you through the fundamentals of DNS, explains the role of /etc/hosts, describes the three types of DNS servers, shows how to install BIND on Red Hat or Debian systems, and provides detailed configuration examples for master, slave, and cache zones along with essential record types and troubleshooting commands.

BINDDNSServer Configuration
0 likes · 17 min read
Step‑by‑Step Guide to Installing and Configuring a Linux BIND DNS Server
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2017 · Fundamentals

Essential Linux Commands Every Engineer Should Master

This article provides a concise, illustrated guide to the most frequently used Linux commands—from basic syntax and directory handling to compression, networking, shell scripting, and vi editor shortcuts—helping readers quickly master essential operations on Linux servers or macOS terminals.

Linuxsystem-administration
0 likes · 6 min read
Essential Linux Commands Every Engineer Should Master
Efficient Ops
Efficient Ops
Jun 25, 2017 · Operations

Comprehensive Guide to Modern IT Operations: Roles, Responsibilities, and Evolution

This article outlines the service‑centric principles of internet operations, details the various categories of work such as system, application, database, and security operations, and traces the evolution of operational practices from manual management to automated, platform‑driven workflows.

Operationssecuritysystem-administration
0 likes · 19 min read
Comprehensive Guide to Modern IT Operations: Roles, Responsibilities, and Evolution
Efficient Ops
Efficient Ops
Jun 24, 2017 · Operations

How to Boost Your Ops Credibility: Certifications, Tools, and Culture Hacks

This guide outlines how operations engineers can elevate their professional image by pursuing key certifications, mastering deep technical topics, favoring niche tools over mainstream ones, writing scripts with awk/sed, embracing unconventional operating systems, and strategically networking within the industry.

LinuxOperationsScripting
0 likes · 7 min read
How to Boost Your Ops Credibility: Certifications, Tools, and Culture Hacks
MaGe Linux Operations
MaGe Linux Operations
Jun 11, 2017 · Operations

Essential Linux Ops Tools Every Sysadmin Should Master

This guide outlines the ten core toolsets—ranging from Linux basics and network services to scripting, firewalls, monitoring, clustering, and backup—that aspiring Linux operations engineers need to master for effective system administration.

LinuxOperationsScripting
0 likes · 7 min read
Essential Linux Ops Tools Every Sysadmin Should Master
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jun 8, 2017 · Fundamentals

Master Essential Linux Commands: From ls to cd in One Guide

This article provides a concise, beginner-friendly overview of 20 essential Linux commands—including file listing, disk inspection, checksum verification, disk imaging, system information, command history, privilege escalation, file management, package handling, archiving, calendar, date manipulation, and navigation—complete with clear explanations, usage tips, and example terminal outputs.

LinuxUnixcommand-line
0 likes · 20 min read
Master Essential Linux Commands: From ls to cd in One Guide
MaGe Linux Operations
MaGe Linux Operations
May 26, 2017 · Operations

How to Quickly Detect Occupied Linux Ports with Python

This guide shows how to use Linux commands such as lsof and netstat to identify occupied ports, explains the meaning of key parameters, and provides a Python script that monitors specified IP ports for availability, complete with example output.

Pythonlsofnetstat
0 likes · 2 min read
How to Quickly Detect Occupied Linux Ports with Python
MaGe Linux Operations
MaGe Linux Operations
May 24, 2017 · Operations

Why Arch Linux Is the Ideal Starting Point for Linux Newcomers

The author shares a personal journey from Ubuntu and Debian to Arch Linux, explains why Arch’s lightweight, minimalist design and extensive Wiki make it a powerful learning platform for beginners, and provides practical installation tips, common issue fixes, and useful software recommendations.

Arch Linuxopen sourcepackage management
0 likes · 12 min read
Why Arch Linux Is the Ideal Starting Point for Linux Newcomers
MaGe Linux Operations
MaGe Linux Operations
May 18, 2017 · Operations

Why Linux Really Boosts Programmer Productivity Beyond the Hype

While many claim Linux automatically makes developers more efficient, this article explains that true excellence comes from attitude and deep thinking, and outlines Linux’s concrete benefits such as open‑source nature, multi‑user support, stability, security features like SELinux, and performance advantages that together empower programmers.

open sourceoperating systemsecurity
0 likes · 5 min read
Why Linux Really Boosts Programmer Productivity Beyond the Hype
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2017 · Operations

Essential Linux Commands Every Ops Engineer Should Master

This article presents a concise, categorized list of fundamental Linux commands—covering file handling, searching, networking, process management, installation, user and disk management, system utilities, time calculation, environment handling, compression, and miscellaneous tools—to help operations professionals build a solid command‑line foundation.

CentOScommand-linedevops
0 likes · 4 min read
Essential Linux Commands Every Ops Engineer Should Master