Pop!_OS Environment Setup

22.04 LTS (NVIDIA), balenaEtcher@macOS OS Installation Partitioning Boot (/boot/efi, fat32): ~2 GB, resides in the Windows SSD Swap (linux-swap): Should be bigger than the physical memory (72 GB, set to 200 GB for DBRX testing) Custom recovery partition (/recovery, ext4): Recovery partition, automatically set up Root (/, ext4): The rest of disk space (no separate /home, as /vault is used) Vault (/vault, btrfs): For safekeeping of data in between upgrades Base OS customization Korean input KR Locale installation Set to Hangul, With Alt_R customization sudo vim /usr/share/X11/xkb/symbols/altwin <RALT> -> [ Alt_R, Meta_R ] to [ Hangul ] Fingerprint sensor activation is possible, but omitted due to dismal recognition rate Terminal customization zsh powerlevel10k Meslo NF LGS oh my zsh autojump zsh-autosuggestions fast-syntax-highlighting logo-ls miniforge-pypy3 APT softwares vim Non-apt softwares (.deb or else) Obsidian.md (.deb) tldr (pip3) Visual Studio Code (.deb) Docker (.deb) Bioinformatics QIIME2

2024-04-09 · 1 min · 144 words · Hoo H. Kim

Pop!_OS Advanced Setup Trial

Source: https://support.system76.com/articles/pop-basics/ BTRFS setup (https://mutschler.dev/linux/pop-os-btrfs-22-04/) No encryption (hardware or none) (https://github.com/spxak1/weywot/blob/main/Pop_Btrfs_Subvolumes_with_Timeshift.md) For 20.10, but should be working fine for 22.40 2.3.1 mount error: Change space_cache to space_cache=v2 (https://github.com/btrfs/btrfs-todo/issues/29) And use Izo for NVME SSDs (https://gist.github.com/braindevices/fde49c6a8f6b9aaf563fb977562aafec#conclusion) @home 마운트시 에러 발생, 기존 윈도우의 존재로 인한 것이 아닌가 추측. 일단 snapshot의 원활한 적용이 주 목적이었으므로 btrfs만 적용하여 설치하여 사용함.

2023-07-20 · 1 min · 56 words · Hoo H. Kim