summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-21remove ka vpsXiao Pan
2024-04-21only insp install rustup, all others uninstall or rustcXiao Pan
2024-04-20pacdiffXiao Pan
2024-04-17edit init.vim commentsXiao Pan
RRethy/nvim-base16 change name to base16-nvim. I tested markdown treesitter, better but still not good.
2024-04-17nvim customize old theme make fold title higher contrastXiao Pan
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.
2024-04-17commentXiao Pan
2024-04-17nvim better fold title contrastXiao Pan
2024-04-17alacritty change to correct true old themeXiao Pan
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-17alacritty use default TERM, send COLORTERM for server ls show colorXiao 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-04-07add drillXiao Pan
2024-04-01metaXiao Pan
2024-04-01new version, no need any moreXiao Pan
2024-03-31metaXiao Pan
2024-03-31fix phosh not startXiao Pan
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)
2024-03-31origXiao Pan
2024-03-30updateXiao Pan
2024-03-16pacdiffXiao Pan
2024-03-16fix: add allow-weak-key-signatures to /etc/pacman.d/gnupg/gpg.conf, to ↵Xiao Pan
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
2024-03-16metaXiao Pan
2024-03-16add defaultXiao Pan
2024-03-16pacdiffXiao Pan
2024-03-10switch 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-10updateXiao Pan
2024-03-09arch systemd pkgbuild enabled systemd-userdbd.socket by default in commit ↵Xiao Pan
8545926672960dc46a51d03baa8263f5a16faa44
2024-03-09updateXiao Pan
2024-03-06pacnewXiao Pan
2024-03-04updateXiao Pan
2024-03-01prp use pass bash completionXiao Pan
2024-03-01tree ignore .git dirXiao Pan
2024-03-01updateXiao Pan
2024-02-29remove android-tools, not sure why I installed thisXiao Pan
2024-02-28remove fcitx5Xiao Pan
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.
2024-02-26metaXiao Pan
2024-02-26dirty workaround to mkinitcpio when linux-megi upgradeXiao Pan
2024-02-09pacnewXiao Pan
2024-02-09updateXiao Pan
2024-02-09updateXiao Pan
2024-02-04updateXiao Pan
2024-02-04updateXiao Pan