summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-23pass-otp-git pkgbuild switch to use patch methodXiao Pan
2025-03-21self host patched git version of sdcvXiao Pan
2025-03-17self host forked fly repo 7zip pkgbuildXiao Pan
2025-03-09swtich to custom repo for newer versionXiao Pan
2025-03-04remove iaXiao Pan
2025-02-20no ssh to itselfXiao Pan
2025-02-20no sshd on insp, no needXiao Pan
2025-01-13keep file similar to master branchXiao Pan
2025-01-13updateXiao Pan
2025-01-13add french locale, maybe usefulXiao Pan
2025-01-13change hostname for wg ipXiao Pan
2025-01-01add commentXiao Pan
2025-01-01upstream colorscheme seems changed fold title to yellow which is more ↵Xiao Pan
readable, so no need to customize by myself
2025-01-01current host does not have these port specified in /etc/services, need to ↵Xiao Pan
remove these ssh configs else error
2024-12-31same config as insp, easier to add changes for all computersXiao Pan
2024-12-16temporary swtich to custom mepo pkgXiao Pan
2024-12-16I build some pkg locally to use, also need backup thatXiao Pan
2024-12-14firefox working again, remove angelfish; cpio to unarchive ↵Xiao Pan
/boot/initramfs-linux.img
2024-12-12pacdiffXiao Pan
2024-12-12tinted-theming/tinted-vim breaking changesXiao Pan
https://github.com/tinted-theming/tinted-vim/pull/89
2024-12-01orphan gnome-usage-mobileXiao Pan
2024-12-01updateXiao Pan
2024-12-01pacdiffXiao Pan
2024-11-14Add pkgsXiao Pan
angelfish for alternative to firefox when firefox not working and core dump. distcc to test cross compile. meson is used very often to compile things, like last time I use it to build seatd.
2024-11-08pacdiffXiao Pan
2024-11-04new dictionary releaseXiao 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-11-02outdated commentXiao 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-14remind v5.0.5 warn missing rem and msgXiao Pan
2024-09-14new commentXiao Pan
2024-09-10ssh add ca config so sca works, because fasterXiao Pan
2024-09-02pacdiffXiao Pan
2024-08-26arkenfox v128 disable RFP and enable webgl, I want them backXiao Pan
2024-08-18calculated estimated 1.47 MiB for .bash_history if HISTSIZE=100000, not too muchXiao Pan
2024-08-18calculated estimated about 0.79 MiB if SDCV_HISTSIZE=100000, not too muchXiao Pan
2024-08-18pp no need firenvimXiao Pan
2024-08-15ca `nproc --all` report wrong cpu thread countXiao Pan
ca actual cpu threads are 3, `nproc --all` wrongly report as 128. I tested on all my computers and it seems nproc output is fine. Weird thing is only ca report nproc and `nproc --all` differently. Anyway, I just use nproc instead.