summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
9 dayspacdiffppXiao Pan
2025-03-29pacdiffXiao Pan
2025-01-13add french locale, maybe usefulXiao Pan
2024-12-16I build some pkg locally to use, also need backup thatXiao Pan
2024-12-12pacdiffXiao Pan
2024-12-01pacdiffXiao Pan
2024-11-08pacdiffXiao Pan
2024-11-02Merge remote-tracking branch 'refs/remotes/origin/pp' into ppXiao Pan
2024-11-02prefer ipv4 over ipv6, so pp can ping ca at school wifiXiao Pan
School wifi ipv6 not working, somehow cause pp can't ping ca, not sure why insp can ping ca at school wifi. I don't understand this change also. https://wiki.archlinux.org/title/IPv6#Prefer_IPv4_over_IPv6 https://serverfault.com/questions/93717/setting-ipv4-as-preferred-protocol-over-ipv6 https://kevin-haas.com/posts/how-to-prioritize-ipv4-over-ipv6-on-linux/
2024-11-02default gai.confXiao Pan
2024-11-02pacdiffXiao Pan
2024-09-20pacman new version maybe changed thisXiao Pan
2024-09-20Reapply "pacdiff"Xiao Pan
This reverts commit 04159c6a98f1b1c514033454b2f29a88a4a0d792. Arch Linux ARM upgraded pacman
2024-09-14forget to change opt-level to 3Xiao Pan
2024-09-14Revert "pacdiff"Xiao Pan
This reverts commit b7ba2dd97822e5b2725e2311afeb54839dcfd71f. Arch linux arm does not have this config yet.
2024-09-14pacdiffXiao Pan
2024-09-14merge pacdiffXiao Pan
2024-09-14migrate rustflags to /etc/makepkg.conf.d/rust.conf, merge zstd pacdiffXiao Pan
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/f02d4d01cc9bcaf566e72dbb769250f8c2752e9e https://gitlab.archlinux.org/pacman/pacman/-/commit/71764b6d4cdee1f74cfc603050ced59009950169 https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/319671cc720a31cfaa81e25354d58699a1bedf6c
2024-09-14migrate configs from /etc/makepkg.confXiao Pan
Commit https://gitlab.archlinux.org/pacman/pacman/-/commit/71764b6d4cdee1f74cfc603050ced59009950169 and https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/099295fdcb33c875d0659510dc8e82969463a7c4 migrate rustflags to /etc/makepkg.conf.d/rust.conf. Note I also change opt-level to 3 because https://doc.rust-lang.org/cargo/reference/profiles.html shows opt-level 3 is all optimization which I want.
2024-09-14metaXiao Pan
2024-09-14default rust.confXiao Pan
2024-09-02pacdiffXiao Pan
2024-08-02locale.gen pacnewXiao Pan
2024-07-22/etc/sudoers pacnewXiao Pan
2024-05-23pacdiffXiao Pan
2024-05-14pacdiffXiao Pan
2024-04-20pacdiffXiao Pan
2024-04-16sshd accept COLORTERM env to fix ls no colorXiao Pan
If client use alacritty, after ssh into this remote server, ls doesn't show color. Can be workarounded by server sshd accept COLORTERM and client sshd send env. More see my comments in alacritty.toml config.
2024-04-01metaXiao Pan
2024-03-31metaXiao Pan
2024-03-16pacdiffXiao Pan
2024-03-16fix: add allow-weak-key-signatures to /etc/pacman.d/gnupg/gpg.conf, to ↵Xiao Pan
workaroud ALARM build key is sha1 and rejected by new gpg With newer version of gpg, pacman will error `Error: Signature is marginal trust` for Arch Linux ARM Build System key. It seems because Arch Linux ARM Build System key is sha1 and rejected by new versions of gpg. Need to reset all keys by: ```sh sudo rm -rf /etc/pacman.d/gnupg sudo pacman-key --init echo 'allow-weak-key-signatures' | sudo tee -a /etc/pacman.d/gnupg/gpg.conf > /dev/null sudo pacman-key --populate ``` Note, need to add `allow-weak-key-signatures` in /etc/pacman.d/gnupg/gpg.conf before `sudo pacman-key --populate`. More See https://archlinuxarm.org/forum/viewtopic.php?f=9&t=16762
2024-03-16metaXiao Pan
2024-03-16add defaultXiao Pan
2024-03-16pacdiffXiao Pan
2024-03-06pacnewXiao Pan
2024-02-26metaXiao Pan
2024-02-26dirty workaround to mkinitcpio when linux-megi upgradeXiao Pan
2024-02-09pacnewXiao Pan
2024-01-21fix: htop new version seems break old way of make htoprc unwritable to keep ↵Xiao Pan
config unchanged In the past, `chmod a-w ~/.config/htop/htoprc` is sufficient to let htop not able to write to htoprc. So configs keeps the same if I press anything in htop. But it seems htop new version 3.3.0 makes it not working. I'm not sure why. I suspect "Write configuration to temporary file first" in changelog is the reason <https://github.com/htop-dev/htop/blob/main/ChangeLog#L19>. Luckily, `chmod a-w ~/.config/htop` still works by making htop config dir not writable.
2024-01-19updateXiao Pan
2024-01-13updateXiao Pan
2024-01-13metaXiao Pan
2024-01-09metaXiao Pan
2024-01-06updateXiao Pan
2023-12-28metaXiao Pan
2023-12-28pacdiffXiao Pan
2023-12-28metaXiao Pan
2023-12-25pp ethernet network interface has different nameXiao Pan
2023-12-19updateXiao Pan