Skip to content

Instantly share code, notes, and snippets.

View djallits's full-sized avatar
🐧
I still use arch btw

Dan Jallits djallits

🐧
I still use arch btw
View GitHub Profile
# Reflector configuration file for the systemd service.
#
# Empty lines and lines beginning with "#" are ignored. All other lines should
# contain valid reflector command-line arguments. The lines are parsed with
# Python's shlex modules so standard shell syntax should work. All arguments are
# collected into a single argument list.
#
# See "reflector --help" for details.
--save /etc/pacman.d/mirrorlist
@djallits
djallits / hosts
Created August 13, 2025 21:20
Static table lookup for hostnames
# The following lines are desirable for IPv4 capable hosts
127.0.0.1 localhost
# 127.0.1.1 is often used for the FQDN of the machine
127.0.1.1 <hostname>.localdomain <hostname>
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
@djallits
djallits / locale.conf
Created August 13, 2025 21:15
Configuration file for locale settings
LANG="en_US.UTF-8"
LANGUAGE="en_US:en"
LC_ADDRESS="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NAME="en_US.UTF-8"