Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
disck io and iowait are closely related and I would like to view them
closer to each other
|
|
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
|
|
|
|
8545926672960dc46a51d03baa8263f5a16faa44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
git blame works so I re-enable it. Add and change some other configs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pacman hook multiple Depends is OR logic, can be tested via a test.hook
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://www.w3schools.com/cssref/css3_pr_tab-size.php
|
|
|
|
mycgit.css import cgit.css and highlight.css. Because cgit.css is not a pacman backup file and it will be overwritten once cgit update. I can also update highlight.css automatically via pacman hook or `upd`. Also, I think `highlight` not using `--inline-css` maybe is a better way performance wise and more elegant (less messy generated html source code).
|
|
|
|
|