test
test
Here's something I see constantly: people install Linux expecting it to be fast, then immediately bloat it with the same patterns they picked up from Windows.
A few things that will immediately make your system feel snappier:
1. Stop using a full DE if you don't need it
GNOME and KDE are great, but they're doing a LOT of things you'll never use. A tiling WM with a minimal compositor uses a fraction of the RAM and responds faster. Try Hyprland, i3, or Sway before writing off the minimal approach.
2. Audit your systemd services
Run systemctl list-units --state=failed and then systemctl list-unit-files --state=enabled. You'll almost always find 5–10 services you didn't enable and don't need. Disable them.
3. Swap configuration matters more than people think
If you're on an SSD, set vm.swappiness=10 in /etc/sysctl.conf. The default is 60. The kernel will aggressively swap RAM to disk — that kills performance on most desktop workloads.
4. Profile before you rice
Your kernel might not be the bottleneck. Your init system, display server, or audio daemon might be. Measure first.
I go deeper on this in the LiteOS Community — configs, dotfiles, and content that's too niche for a YouTube video. whop.com/liteos