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.
|
|
|
|
|
|
|
|
|
|
https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1387
https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1387/diffs?commit_id=ee53adb478f51a64dd721e7da986c45e6db19b22
Check log with `journalctl -b`. Test with `sudo systemctl stop phosh`
(and start)
|
|
|
|
|
|
|
|
workaroud ALARM build key is sha1 and rejected by new gpg
With newer version of gpg, pacman will error `Error: Signature is
marginal trust` for Arch Linux ARM Build System key. It seems because
Arch Linux ARM Build System key is sha1 and rejected by new versions
of gpg. Need to reset all keys by:
```sh
sudo rm -rf /etc/pacman.d/gnupg
sudo pacman-key --init
echo 'allow-weak-key-signatures' | sudo tee -a /etc/pacman.d/gnupg/gpg.conf > /dev/null
sudo pacman-key --populate
```
Note, need to add `allow-weak-key-signatures` in /etc/pacman.d/gnupg/gpg.conf
before `sudo pacman-key --populate`.
More See https://archlinuxarm.org/forum/viewtopic.php?f=9&t=16762
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I curretnly have not yet fix phosh login ui squeekboard virtual keyboard
can not open when enable fcitx5 issue. And fcitx5 auto running at background
without me using it and consume a lot of RAM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|