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
...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/