Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-23 | pass-otp-git pkgbuild switch to use patch method | Xiao Pan | |
2025-03-21 | self host patched git version of sdcv | Xiao Pan | |
2025-03-17 | self host forked fly repo 7zip pkgbuild | Xiao Pan | |
2025-03-09 | swtich to custom repo for newer version | Xiao Pan | |
2025-03-04 | remove ia | Xiao Pan | |
2025-02-20 | no ssh to itself | Xiao Pan | |
2025-02-20 | no sshd on insp, no need | Xiao Pan | |
2025-01-13 | keep file similar to master branch | Xiao Pan | |
2025-01-13 | update | Xiao Pan | |
2025-01-13 | add french locale, maybe useful | Xiao Pan | |
2025-01-13 | change hostname for wg ip | Xiao Pan | |
2025-01-01 | add comment | Xiao Pan | |
2025-01-01 | upstream colorscheme seems changed fold title to yellow which is more ↵ | Xiao Pan | |
readable, so no need to customize by myself | |||
2025-01-01 | current host does not have these port specified in /etc/services, need to ↵ | Xiao Pan | |
remove these ssh configs else error | |||
2024-12-31 | same config as insp, easier to add changes for all computers | Xiao Pan | |
2024-12-16 | temporary swtich to custom mepo pkg | Xiao Pan | |
2024-12-16 | I build some pkg locally to use, also need backup that | Xiao Pan | |
2024-12-14 | firefox working again, remove angelfish; cpio to unarchive ↵ | Xiao Pan | |
/boot/initramfs-linux.img | |||
2024-12-12 | pacdiff | Xiao Pan | |
2024-12-12 | tinted-theming/tinted-vim breaking changes | Xiao Pan | |
https://github.com/tinted-theming/tinted-vim/pull/89 | |||
2024-12-01 | orphan gnome-usage-mobile | Xiao Pan | |
2024-12-01 | update | Xiao Pan | |
2024-12-01 | pacdiff | Xiao Pan | |
2024-11-14 | Add pkgs | Xiao 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-08 | pacdiff | Xiao Pan | |
2024-11-04 | new dictionary release | Xiao Pan | |
2024-11-02 | Merge remote-tracking branch 'refs/remotes/origin/pp' into pp | Xiao Pan | |
2024-11-02 | prefer ipv4 over ipv6, so pp can ping ca at school wifi | Xiao 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-02 | default gai.conf | Xiao Pan | |
2024-11-02 | pacdiff | Xiao Pan | |
2024-11-02 | outdated comment | Xiao Pan | |
2024-09-20 | pacman new version maybe changed this | Xiao Pan | |
2024-09-20 | Reapply "pacdiff" | Xiao Pan | |
This reverts commit 04159c6a98f1b1c514033454b2f29a88a4a0d792. Arch Linux ARM upgraded pacman | |||
2024-09-14 | forget to change opt-level to 3 | Xiao Pan | |
2024-09-14 | Revert "pacdiff" | Xiao Pan | |
This reverts commit b7ba2dd97822e5b2725e2311afeb54839dcfd71f. Arch linux arm does not have this config yet. | |||
2024-09-14 | pacdiff | Xiao Pan | |
2024-09-14 | merge pacdiff | Xiao Pan | |
2024-09-14 | migrate rustflags to /etc/makepkg.conf.d/rust.conf, merge zstd pacdiff | Xiao 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-14 | migrate configs from /etc/makepkg.conf | Xiao 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-14 | meta | Xiao Pan | |
2024-09-14 | default rust.conf | Xiao Pan | |
2024-09-14 | remind v5.0.5 warn missing rem and msg | Xiao Pan | |
2024-09-14 | new comment | Xiao Pan | |
2024-09-10 | ssh add ca config so sca works, because faster | Xiao Pan | |
2024-09-02 | pacdiff | Xiao Pan | |
2024-08-26 | arkenfox v128 disable RFP and enable webgl, I want them back | Xiao Pan | |
2024-08-18 | calculated estimated 1.47 MiB for .bash_history if HISTSIZE=100000, not too much | Xiao Pan | |
2024-08-18 | calculated estimated about 0.79 MiB if SDCV_HISTSIZE=100000, not too much | Xiao Pan | |
2024-08-18 | pp no need firenvim | Xiao Pan | |
2024-08-15 | ca `nproc --all` report wrong cpu thread count | Xiao 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. |