Welcome to my personal Linux guide repo! This is a collection of helpful commands, setups, and tricks that I regularly use on my Arch Linux system. Instead of searching online every time, I’ve documented all the essentials here so I can easily copy & paste when needed.
This repo serves as a hands-on guide and documentation for:
- Installing tools and packages.
- Speeding up setup time on new systems.
- Learning more about how Linux works by doing.
Click on a topic to view specific steps and notes:
- How to Install Software
- YAY (AUR Helper) Setup
- Set Up WiFi from Terminal
- LightDM Custom Display Script
- Enable Secure Boot Arch Linux
- Install Systemd Boot Loader Arch Linux
- How to Recover Broken Arch Linux install
- How to setup fast mirrors for updating arch with pacman
- Qemu VMs setup after install
...more coming soon.
- All instructions assume you're using Arch Linux (or Arch-based).
- Some commands may require
sudo. - Always review scripts or commands before running them.
To quickly search through this repo locally:
grep -r 'keyword' docs/