You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make your Arch fonts beautiful easily!
This is what I do when I install Arch Linux to improve the fonts.
You may consider the following settings to improve your fonts for system-wide usage without installing a patched font library packages (eg. Infinality):
Install some fonts, for example: sudo pacman -S ttf-dejavu ttf-liberation noto-fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arch Linux BTRFS + LUKS2 Recovery Guide with Timeshift Snapshots
Arch Linux BTRFS + LUKS2 Recovery Guide with Timeshift Snapshots
This guide covers how to recover a broken Arch Linux system using BTRFS snapshots (Timeshift) when your system won't boot or is corrupted. Based on a real recovery scenario with an encrypted NVME drive setup.
The Ultimate Guide to Building a High-Performance Linux Kernel with TKG
This guide provides a comprehensive, expert-level walkthrough for compiling a custom Linux kernel using the linux-tkg project. It is intended for enthusiasts and power users who want to move beyond generic distribution kernels to unlock the maximum performance, responsiveness, and low-latency potential of their hardware, particularly for desktop and gaming workloads.
The Philosophy: Why Build a Custom Kernel?
The kernel shipped by your Linux distribution is a masterpiece of compatibility, designed to run on everything from ancient laptops to multi-socket servers. This "one-size-fits-all" approach means it's not specifically optimized for your hardware or your use case.
By building a custom kernel, you are making a deliberate trade-off: sacrificing universal compatibility for specialized performance. You are creating a kernel that is explicitly engineered for your CPU, your hardware, and your workloads.