Process and service management: monitoring (ps, top), signals (kill), priorities (nice/renice), service management (systemctl), scheduling (cron), logs (journald).
Content in development
Planned:
ps aux / ps -efโ process snapshot, filteringtop / htopโ interactive monitoring, hotkeyskill / killall / pkillโ sending signals; SIGTERM vs SIGKILLnice / reniceโ CPU priority (nice -20..19)systemctlโ start/stop/enable/status/mask, unit filesjournalctlโ filter by unit, time, prioritycron / crontabโ syntax, special strings (@reboot, @daily)at / anacronโ one-time tasks