Skip to content

Instantly share code, notes, and snippets.

@serxoz
serxoz / post-installation-void-linux-glibc.txt
Last active November 23, 2022 15:28 — forked from bastomiadi/post-installation-void-linux-glibc.txt
Post installation Void Linux (Glibc)
0. Check keyboard layout on /etc/rc.conf
set KEYMAP="es" and TIMEZONE="Europe/Madrid"
1. Update all package system
sudo xbps-install -Suv
2. add non-free repo
sudo xbps-install -Rs void-repo-nonfree
3. Software & utilities
@serxoz
serxoz / nginx.conf
Created January 30, 2023 10:56 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@serxoz
serxoz / VOID-INSTALL.md
Created June 23, 2023 12:41 — forked from tobi-wan-kenobi/VOID-INSTALL.md
Void Linux installation (NVMe, btrfs, LVM, full disk encryption using LUKS, 2FA-ish, SSD TRIM)

Void Linux installation (NVMe, btrfs, LVM, full disk encryption using LUKS, 2FA-ish, SSD TRIM)

Here's a record of my experiences when setting up Void Linux for the first time, maybe it contains useful information for somebody :-)

Basics

  • Laptop: Lenovo IdeaPad S340
  • Void Linux installer version: 20191109 (x86_64 musl)

Features