summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 hourspacdiffcaXiao Pan
11 hourspacdiffXiao Pan
11 hoursuse nethogs -C with mimic will cause nethogs to stuckXiao Pan
11 hoursadd commentXiao Pan
11 hoursvim show readonly [RO] on statuslineXiao Pan
3 daysSwitch from aur/freenginx-mainline to freenginx-libresslXiao Pan
Because freenginx-mainline pkg out of date, maybe because the maintainer does not use it and looking for new maintainer. Also because libressl seems more secure than openssl see https://security.stackexchange.com/a/112546, so why not try it. Note I install with `paru -S --chroot --nocheck freenginx-libressl` due to some checks not pass. When without --chroot, uwsgi tests and ssl_verify_depth.t test does not pass. When with --chroot, ssl_verify_depth.t test does not pass.
2026-05-25pacdiffXiao Pan
2026-05-25highlight new version pacdiffXiao Pan
2026-05-03better commentXiao Pan
2026-05-03nvim workaround .md high CPU usageXiao Pan
neovim high CPU usage when editing markdown file with many lines, e.g., more than 100 lines, can be workarounded with :lua vim.treesitter.stop() https://github.com/neovim/neovim/discussions/39277
2026-05-03it was changed upstreamXiao Pan
2026-05-03init.nvim more comment about new statusline behaviorXiao Pan
2026-05-03make nvim init.vim more compatible with vimXiao Pan
2026-05-03fix: nvim 0.12.1 config statusline need = at firstXiao Pan
Before nvim 0.12.1, statusline+=%< as first works, now it needs = instead of += else it will show two statuline. statusline+=%< as first seems still work with new version of vim. It maybe because now nvim `: set statusline?` is not empty but at vim it is empty
2026-04-05pacdiffXiao Pan
2026-04-05pacdiffXiao Pan
2026-03-29pacdiffXiao Pan
2026-03-15pacdiffXiao Pan
2026-03-08pacdiffXiao Pan
2026-03-08pacdiffXiao Pan
2026-03-02consider acme.sh-systemd new version changesXiao Pan
2026-03-01highlight update; pacdiffXiao Pan
2026-01-30remove tinyxxd due to conflict with ex-vi-compatXiao Pan
2026-01-24add punct periodXiao Pan
2026-01-17pacdiffXiao Pan
2025-12-23rustup needed to build paruXiao Pan
2025-12-23paru-bin has issues with libalpm, temp swtich to paruXiao Pan
2025-12-23Revert "paru-static as paru symlink as workaround for paru libalpm issue"Xiao Pan
This reverts commit 10baa597986f1c9d6075dfdd753970c5afd1e863. Because aur/paru now can build and run properly. More about the issue see: https://github.com/Morganamilo/paru/issues/1454#issuecomment-3663567951
2025-12-22paru-static as paru symlink as workaround for paru libalpm issueXiao Pan
2025-12-17pacdiffXiao Pan
2025-12-03pacdiffXiao Pan
2025-11-19moreXiao Pan
2025-11-19fix: acme.sh-systemd allow read write to /etc/nginx and /var/log/nginx so no ↵Xiao Pan
error when auto renew
2025-11-16I only connect to imapsXiao Pan
2025-11-13I do not enable pop3 in dovecot nowXiao Pan
2025-11-13highlight new versionXiao Pan
2025-11-13pacdiffXiao Pan
2025-11-11dovecot 2.3 to 2.4 big config changesXiao Pan
https://doc.dovecot.org/2.4.2/installation/upgrade/2.3-to-2.4.html
2025-11-11pacdiffXiao Pan
2025-11-11maybe upstream change xdg-user-dirs-update.service name to xdg-user-dirs.serviceXiao Pan
2025-11-11highlight new versionXiao Pan
2025-09-02.bashrc more alias, and some commentXiao Pan
2025-09-02.bashrc more aliasesXiao Pan
2025-09-02workaroud alias e completion issueXiao Pan
2025-09-02use bsdtar instead of atool2-gitXiao Pan
2025-08-29nft disallow pp wg ip because no needXiao Pan
2025-08-29remove swgp because I now wg swgp mimic thru ba then forward to caXiao Pan
2025-08-29remove unneeded configsXiao Pan
2025-08-29add dnsmasq for insp wg to useXiao Pan
2025-08-28swtich to dnsmasqXiao Pan