summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-17tab show 4 spaces widthXiao Pan
2024-04-17lf change some keybindings to my likeXiao Pan
2024-04-17less show tab width as 4 space instead of 8Xiao Pan
2024-04-17updateXiao Pan
2024-04-17feat: gitcommit filetype set ccXiao Pan
2024-04-17feat: mail filetype set colorcolumn remind me max line charXiao 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-03-31updateXiao Pan
2024-03-31updateXiao Pan
2024-03-16pacdiffXiao Pan
2024-03-16Disable some cgit-pink features to maybe workaround an issueXiao Pan
git clone repos from https://git.flylightning.xyz sometimes failed due to "error: garbage at end of loose object..." and fatal: loose object...". If I disable cache the problem gone. If I clean the cache and reenable the cahe the problem gone but will come back. So I'm currently testing to workaround it by disable some cgit-pink features and it seems also work.
2024-03-16metaXiao Pan
2024-03-14add public ssh key file to homepageXiao Pan
2024-03-11makepkg no build debug packagesXiao Pan
Reasons: 1. I don't want to build debug packages 2. It breaks my mpra scirpt Upstream code change: - https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/90bf367e61b4f77f8351d0412be3d0c4ddadb85a - https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/merge_requests/1
2024-03-11Rename to wg0 so no need change names for new computer config.Xiao Pan
2024-03-11switch to a FOSS implementation of unrarXiao Pan
2024-03-10htop put network io below disk io for easier compareXiao Pan
2024-03-10htop put disk io under iowaitXiao Pan
disck io and iowait are closely related and I would like to view them closer to each other
2024-03-10htop show iowait, change meters layoutXiao Pan
F2 Setup/ - Display options/ Detailed CPU time - Meters/ - CPU average left column, blank right column - because CPU average is a long line, need blank to show full - credit: https://serverfault.com/a/848718 Also change meters layout, put Mem/Swp and CPU bars at bottom, because this way change in CPU count won't affect other meters' order
2024-03-10updateXiao Pan
2024-03-10arch systemd pkgbuild enabled systemd-userdbd.socket by default in commit ↵Xiao Pan
8545926672960dc46a51d03baa8263f5a16faa44
2024-03-10updateXiao Pan
2024-03-06ssh config add iaXiao Pan
2024-03-04pacnewXiao Pan
2024-03-03updateXiao Pan
2024-03-03updateXiao Pan
2024-03-03nginx.conf commentXiao Pan
2024-03-03cgit-pink does not support favicon.icoXiao Pan
2024-03-03maybe improve nginx.conf location regex a little bitXiao Pan
2024-03-02Try make cgit log page load faster.Xiao Pan
It took about 7 seconds to load https://git.flylightning.xyz/config_local_arch/log/ in the past. Now try disable some features to try to make it faster.
2024-03-02updateXiao Pan
2024-03-01tree ignore .git dirXiao Pan
2024-02-28updateXiao Pan
2024-02-28switch to cgit-pinkXiao Pan
git blame works so I re-enable it. Add and change some other configs.
2024-02-27updateXiao Pan
2024-02-27cgit disable git blame, because it is buggyXiao Pan
2024-02-27change wording to adhere to the style of other pacman hooksXiao Pan
2024-02-26updateXiao Pan
2024-02-26updateXiao Pan
2024-02-26cmark for cgit markdown readmeXiao Pan
2024-02-26updateXiao Pan
2024-02-26Multi Depends no need. mkdir before outputXiao Pan
Pacman hook multiple Depends is OR logic, can be tested via a test.hook
2024-02-26metaXiao Pan
2024-02-26feat: pacman hook upgrade highlight.css for cgit syntax highlightingXiao Pan
2024-02-26fix: wrong script locationXiao Pan
In about-formatting-edited.sh, `pwd` when cgit run this script is /, can be tested by `cat '<p>$(pwd)</p>'` so need to get those scripts location via $0, $0 is /usr/lib/cgit/filters/about-formatting-edited.sh
2024-02-26try enable cgit cacheXiao Pan
2024-02-26metaXiao Pan
2024-02-26updateXiao Pan
2024-02-26cgitrc readme about pageXiao Pan
2024-02-26updateXiao Pan