Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-10 | htop put network io below disk io for easier compare | Xiao Pan | |
2024-03-10 | htop put disk io under iowait | Xiao Pan | |
disck io and iowait are closely related and I would like to view them closer to each other | |||
2024-03-10 | htop show iowait, change meters layout | Xiao 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-09 | newsboat add rss feed for arch systemd pkgbuild .install file to track new ↵ | Xiao Pan | |
default enabled service | |||
2024-03-09 | arch systemd pkgbuild enabled systemd-userdbd.socket by default in commit ↵ | Xiao Pan | |
8545926672960dc46a51d03baa8263f5a16faa44 | |||
2024-03-09 | update | Xiao Pan | |
2024-03-08 | newsboat remove arch linux bug tracker feed | Xiao Pan | |
Arch linux bug tracking moved to gitlab.archlinux.org, so I choose to track arch package firejail things via watch arch gitlab repo https://gitlab.archlinux.org/archlinux/packaging/packages/firejail instead. | |||
2024-03-08 | update | Xiao Pan | |
2024-03-08 | jupyter notebook diff | Xiao Pan | |
2024-03-06 | update | Xiao Pan | |
2024-03-06 | feat: .bashrc consider ia for ccp and u | Xiao Pan | |
2024-03-05 | feat: ssh ia config | Xiao Pan | |
2024-03-04 | update | Xiao Pan | |
2024-03-04 | pacnew | Xiao Pan | |
2024-03-04 | update | Xiao Pan | |
2024-03-03 | temperory switch to alacritty-git see if sometimes ghost type `<D-` bug fixed | Xiao Pan | |
2024-03-03 | ihostart | Xiao Pan | |
2024-03-02 | update | Xiao Pan | |
2024-02-29 | update | Xiao Pan | |
2024-02-28 | prp use pass bash completion | Xiao Pan | |
2024-02-27 | update | Xiao Pan | |
2024-02-26 | update | Xiao Pan | |
2024-02-25 | update | Xiao Pan | |
2024-02-24 | update | Xiao Pan | |
2024-02-24 | update | Xiao Pan | |
2024-02-23 | tree ignore .git dir | Xiao Pan | |
2024-02-23 | update | Xiao Pan | |
2024-02-22 | update | Xiao Pan | |
2024-02-21 | update | Xiao Pan | |
2024-02-18 | Revert "some ideas are still good to learn more" | Xiao Pan | |
This reverts commit ddd2a305c2f8d5762e6a14910edb23f94599423b. | |||
2024-02-18 | some ideas are still good to learn more | Xiao Pan | |
2024-02-16 | update | Xiao Pan | |
2024-02-14 | Revert "In this hopeless world, a little bit echo chamber is not that bad, ↵ | Xiao Pan | |
at least it can give me some emotional comfort" This reverts commit d14e6ea3cd4f3093a5d51d8a78ac30769ee91dba. LET HOPELESS RULE ME! | |||
2024-02-14 | update | Xiao Pan | |
2024-02-14 | In this hopeless world, a little bit echo chamber is not that bad, at least ↵ | Xiao Pan | |
it can give me some emotional comfort | |||
2024-02-10 | update | Xiao Pan | |
2024-02-09 | pacnew | Xiao Pan | |
2024-02-09 | pacnew | Xiao Pan | |
2024-02-09 | A college class required these python packages | Xiao Pan | |
2024-02-07 | update | Xiao Pan | |
2024-02-05 | update | Xiao Pan | |
2024-02-05 | update | Xiao Pan | |
2024-02-04 | pacdiff | Xiao Pan | |
2024-02-03 | update | Xiao Pan | |
2024-02-02 | update | Xiao Pan | |
2024-01-31 | update | Xiao Pan | |
2024-01-31 | update | Xiao Pan | |
2024-01-27 | update | Xiao Pan | |
2024-01-21 | fix: htop new version seems break old way of make htoprc unwritable to keep ↵ | Xiao Pan | |
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. | |||
2024-01-21 | htop new version | Xiao Pan | |