Linux System Monitoring Complete Guide 2026
Complete guide to Linux system monitoring. Learn about top, htop, sar, prometheus, grafana, and monitoring server performance.
Complete guide to Linux system monitoring. Learn about top, htop, sar, prometheus, grafana, and monitoring server performance.
An overview of static and dynamic linking, their differences, advantages, and use cases in operating systems.
Mastering Bash shortcuts transforms the terminal from a place you type slowly into a place you work fast. These shortcuts are built into โฆ
Fix the Caddy systemd service restart loop caused by using 'caddy start' instead of 'caddy run' in the ExecStart directive.
Run a Script on Startup in Ubuntu
A practical guide to administering a Postfix + Dovecot email server โ configuration files, status checking, TLS setup, IMAP vs POP3, and debugging.
systemd Tutorials
How to create systemd service files on Ubuntu โ unit file syntax, service types, environment variables, logging, and managing services with systemctl.
A complete guide to configuring Caddy server for static websites โ HTTPS, compression, logging, caching, redirects, and reverse proxy examples.
Guide to installing, configuring, and maintaining the OpenSSH server (sshd) on Linux systems.
Using LLDB to debug C/C++ Programs
A complete SQLite3 command-line guide โ dot commands, SQL queries, schema inspection, import/export, and practical administration.
Compile and Execute C++ in One Step - create a shell script to run C++ like Go's go run command, with watch mode and modern C++ support.
The story of Unix โ how Bell Labs created the operating system that shaped all of modern computing, from C to Linux to macOS.
Ctrl+]
# you will enter telnet prompt
telnet>
Now! the connection to the server still alive!
# type quit or Ctrl+D
# you โฆMaster Linux LVM to flexibly manage disk space. Learn about PV, VG, LV concepts, creation, resizing, snapshots, and production best practices.
strace is a powerful Linux command for tracing system calls and signals. Learn to debug, troubleshoot, and analyze program behavior.
Complete guide to installing JDK on Linux, covering Oracle JDK, OpenJDK, and multiple Java versions.
Iptables router
CentOS้ป่ฎค้ฒ็ซๅข่งๅ่งฃ้๏ผCentOS Default Iptables Rules
[root@ctos ~]# cat /etc/sysconfig/iptables
# Generated by iptables-save v1.4.7 on Wed Aug 5 20:11:35 2015
*filter
:INPUT DROP [3:635] โฆๆทฑๅ ฅๅญฆไน Shellๅญ็ฌฆไธฒๆไฝ๏ผๅ ๆฌ่ทๅ้ฟๅบฆใๆชๅใๆฟๆขใๆจกๅผๅน้ ็ญๅธธ็จๆๅทงใ
Master the ss command for network socket analysis. Learn to monitor TCP/UDP connections, filter socket states, and troubleshoot network issues effectively.
LinuxไธๅคไธชIP่ฎพ็ฝฎ๏ผLinux Multi IP Setup
Master the dig command for DNS lookups. Learn query types, tracing, troubleshooting, and advanced DNS diagnostic techniques.
A complete Sublime Text guide โ essential keyboard shortcuts, must-have plugins, configuration tips, and productivity features.
A practical reference for essential Linux shell commands โ process management, networking, file operations, text processing, and system monitoring.
Comprehensive guide to CURL with core concepts, practical examples, debugging techniques, and best practices for making HTTP requests from the command line.
Complete guide to Git usage covering basics, branching, remote operations, and best practices.
Resolve dynamic library errors in Linux. Learn to identify, fix, and prevent library loading issues including version mismatches and missing dependencies.
Master the df command in Linux to monitor disk usage, identify storage issues, and manage file systems effectively. Includes practical examples and advanced usage.
Learn how to create and use static and dynamic libraries in C on Linux.
A complete guide to Git's config file format โ local, global, and system configs, all key options, and practical examples for common setups.
A practical Makefile guide โ from a simple C project template to real-world patterns for building, testing, and automating tasks in any language.
Useful Shell Commands
VirtualBox Host-Only Network Setup
A complete guide to installing software on Linux โ using package managers (apt, dnf, pacman), installing from source, and managing dependencies.
Linuxๆๅกๅจ่ฟ็งปๅฎๆดๆธ ๅ๏ผๅ ๆฌๆฐๆฎๅคไปฝใ้ ็ฝฎ่ฟ็งปใๆๅก่ฟ็งปๅ้ช่ฏๆญฅ้ชคใ
A complete wget guide covering single and batch file downloads, recursive mirroring, authentication, rate limiting, and practical shell scripting examples.
A complete guide to setting up SSH key-based authentication โ generating keys, copying to remote hosts, managing multiple keys, and security best practices.