-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Mattscreative edited this page Nov 18, 2025
·
26 revisions
This wiki contains helpful guides, tips, and tricks for using Linux. All guides are written for beginners and include detailed explanations and full examples.
- DaVinci Resolve Installation on Linux - Complete guide for installing DaVinci Resolve on various Linux distributions, including solutions for zlib-ng compatibility issues
- Virt-manager Installation Guide - Step-by-step guide for installing and configuring virt-manager (Virtual Machine Manager) on Fedora and Arch Linux, including service setup, network configuration, and GPU acceleration
- Secure Boot for CachyOS with Limine Loader - Complete guide for setting up Secure Boot on CachyOS using sbctl with the Limine bootloader, including key creation, bootloader signing, and troubleshooting
- Automount Disks Guide - Complete guide for configuring additional disks to automatically mount at system startup using GNOME Disk Utility (GUI method) or manual fstab editing, including troubleshooting and permission configuration
- OpenTabletDriver Setup Guide - Complete guide for installing and configuring OpenTabletDriver on Linux, including kernel module blacklisting, udev permissions, service setup, and troubleshooting common issues for XP-Pen and Wacom tablets
- Journalctl Troubleshooting for Beginners - Comprehensive guide to using journalctl for viewing, filtering, and troubleshooting system logs on Linux systems
- Systemctl Troubleshooting Guide - Complete guide to managing systemd services with systemctl, including service status, starting/stopping services, enabling at boot, and troubleshooting failed services
- PS Process Management & Troubleshooting - Guide to using ps for viewing processes, finding resource hogs, understanding process trees, and managing running processes
- Free & Top System Resource Monitoring - Guide to monitoring system resources with free and top, including memory usage, CPU monitoring, and real-time process management
- SS Network Troubleshooting Guide - Modern guide to using ss (Socket Statistics) for network troubleshooting, including viewing connections, finding processes using ports, and filtering network activity
- IP Network Interface Troubleshooting - Guide to using the ip command for network interface management, including viewing interfaces, configuring IP addresses, and managing routing tables
- DF & DU Disk Space Troubleshooting - Guide to managing disk space with df and du, including finding large files, checking filesystem usage, and troubleshooting disk space issues
- DMESG Kernel Messages Guide - Guide to viewing kernel messages with dmesg, including hardware detection, driver issues, and boot-time troubleshooting
- LSOF List Open Files Guide - Guide to using lsof to find which processes are using files, ports, and directories, essential for troubleshooting "file in use" errors
- Find Command Guide - Comprehensive guide to using find for locating files and directories by name, size, type, permissions, date, and more
- Grep Command Guide - Complete guide to using grep for searching text patterns in files, filtering command output, and extracting information with context options
- Ping & Traceroute Network Testing - Guide to using ping and traceroute for testing network connectivity, measuring latency, finding network bottlenecks, and troubleshooting network issues
All guides are written for beginners with detailed explanations and full examples.