summaryrefslogtreecommitdiff
path: root/home
AgeCommit message (Collapse)Author
2024-01-13updateXiao Pan
2024-01-13Revert "update"Xiao Pan
This reverts commit 58a20364744b25552f3d1a2fbfa4a5a19ef6663c.
2024-01-13updateXiao Pan
2024-01-10workaround paru regression or fix my script bugXiao Pan
Maybe paru regression version 2.0.1 cause `paru -aSu | tee /dev/tty > a` output colored output break my upd grep script, expected not colored output because I pipe to things. see `pacman -Qs linux --color=auto | tee /dev/tty > a` shows uncolored output but `paru -Qs linux --color=auto | tee /dev/tty > a` shows colored output. Or maybe pacman is wrong, maybe pipe to /dev/tty maybe is considered as output to tty.
2024-01-09updateXiao Pan
2024-01-09Move most shell scripts to a separate repo fshXiao Pan
2024-01-09updateXiao Pan
2024-01-09updateXiao Pan
2024-01-09updateXiao Pan
2024-01-07updateXiao Pan
2024-01-07add ncXiao Pan
2024-01-07max chars per line not very useful for writing markdown notesXiao Pan
2024-01-07practice password everydayXiao Pan
2024-01-05commentsXiao Pan
2024-01-05updateXiao Pan
2024-01-05updateXiao Pan
2024-01-05updateXiao Pan
2024-01-04updateXiao Pan
2024-01-04nvim test max chars per lineXiao Pan
2024-01-04qemu guixXiao Pan
2024-01-04updateXiao Pan
2024-01-03fcitx5-pinyin-moegirl aur package author disown the package, I prefer its ↵Xiao Pan
new maintainer's PKGBUILD, so I switch back.
2024-01-03updateXiao Pan
2024-01-02updateXiao Pan
2024-01-02duplicity longer full bakcup time, because it does not seem take too much spaceXiao Pan
2024-01-02updateXiao Pan
2023-12-30fix: wrong nameXiao Pan
2023-12-30add bitlbee buffer no log configXiao Pan
2023-12-29updateXiao Pan
2023-12-29updateXiao Pan
2023-12-29updateXiao Pan
2023-12-29add default sample configXiao Pan
2023-12-29updateXiao Pan
2023-12-29Revert "feat: alacritty run bell"Xiao Pan
This reverts commit 45cd519f269c725d51352ec35291a8996a52163b. Because alacritty somehow ring a lot.
2023-12-29feat: alacritty run bellXiao Pan
2023-12-29fix: alacritty change back to old color schemeXiao Pan
https://github.com/alacritty/alacritty/blob/91e3cd6a40aa98cf9a76e7cd3534f7fbb0a27098/CHANGELOG.md?plain=1#L48
2023-12-28fix: newline char after cli finishXiao Pan
2023-12-28fix: alacritty config migrate to .tomlXiao Pan
2023-12-28feat: prompt kernel upgrade need rebootXiao Pan
2023-12-28perf: Maybe improve performance, need testsXiao Pan
2023-12-26updateXiao Pan
2023-12-25weechat bar max size changeXiao Pan
I want nicklist bar width smaller. Set weechat.bar.nicklist.size_max to 13 so my username flylightning is still display in full. Also phone numbers in &bitlbee +_11111111111 is displayed in full. Set weechat.bar.buflist.size_max to 21 so "Arch Linux on Mobile" is displayed as "Arch Linux on M".
2023-12-23verizon ipv6 port when accessing remotely will not work, see ↵Xiao Pan
https://www.reddit.com/r/verizonisp/comments/y07d4u/askncq1338_with_ipv6
2023-12-22fixXiao Pan
2023-12-22monerod try enable ipv6, not testedXiao Pan
2023-12-21updateXiao Pan
2023-12-20`mv -t` is not POSIX compliant, but busybox support it, so I see not much ↵Xiao Pan
reason for mvt to exist
2023-12-20updateXiao Pan
2023-12-19updateXiao Pan
2023-12-19I switch to y as systemctl because it is shorter.Xiao Pan