Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
thus no need"
This reverts commit 9afc357eb6480d57b71762567690ebe46d01a3ec.
Because crunchbits Arch Linux cloud init auto install deafult symlink to
Europe/London timezone which is different from UTC. I want UTC. So I
choose to always symlink timezome to prevent similar things happen again.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
RRethy/nvim-base16 change name to base16-nvim.
I tested markdown treesitter, better but still not good.
|
|
I choose to go back to old colorscheme plugin I use and customize it to
make fold title higher contrast and more readable. Becase other theme
plugins have other issues, so I would rather stick to the old plugin,
plus it can be customized easily.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/etc/.cfgl/config chagne to ia branch
/etc/hostname change to xyzia hostname
/etc/myconf/cfgl_meta change changed file meta
/etc/systemd/network/default.network use ia network config instead
/etc/systemd/system/paccache.service.d/10-remove-all.conf use pp config to save space on SSD root partition
/home/xyz/.bashrc use another color for bash PS1
/home/xyz/.config/myconf/pacman_Qqne less package to install, to save space
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config unchanged
In the past, `chmod a-w ~/.config/htop/htoprc` is sufficient to let htop not able to write to htoprc. So configs keeps the same if I press anything in htop. But it seems htop new version 3.3.0 makes it not working. I'm not sure why. I suspect "Write configuration to temporary file first" in changelog is the reason <https://github.com/htop-dev/htop/blob/main/ChangeLog#L19>. Luckily, `chmod a-w ~/.config/htop` still works by making htop config dir not writable.
|
|
|
|
|
|
|
|
|
|
|
|
|