summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-02updateXiao Pan
2024-01-22fix: 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-22htop new versionXiao Pan
2024-01-21updateXiao Pan
2024-01-20updateXiao Pan
2024-01-17updateXiao Pan
2024-01-13updateXiao Pan
2024-01-10workaround paru regression or fix my script bugXiao Pan
2024-01-09updateXiao Pan
2024-01-09updateXiao Pan
2024-01-09move to fshXiao Pan
2024-01-07add ncXiao Pan
2023-12-28fix: newline char after cli finishXiao Pan
2023-12-28feat: prompt kernel upgrade need rebootXiao Pan
2023-12-28perf: Maybe improve performance, need testsXiao Pan
2023-12-28updateXiao Pan
2023-12-28metaXiao Pan
2023-12-28`mv -t` is not POSIX compliant, but busybox support it, so I see not much ↵Xiao Pan
reason for mvt to exist
2023-12-28updateXiao Pan
2023-12-20I switch to y as systemctl because it is shorter.Xiao Pan
2023-12-19updateXiao Pan
2023-12-19updateXiao Pan
2023-12-15updateXiao Pan
2023-12-03newer kernel no need for `chain prerouting { type nat hook prerouting ↵Xiao Pan
priority -100; policy accept; }`, more see https://www.procustodibus.com/blog/2021/11/wireguard-nftables/
2023-12-03maybe prevent ipv6 leakXiao Pan
2023-12-03updateXiao Pan
2023-12-03updateXiao Pan
2023-12-02updateXiao Pan
2023-12-02updateXiao Pan
2023-12-02updateXiao Pan
2023-12-01sysctl need net.ipv4.ip_forward=1 for wireguard masquerade? to workXiao Pan
2023-11-30updateXiao Pan
2023-11-30updateXiao Pan
2023-11-30updateXiao Pan
2023-11-27updateXiao Pan
2023-11-27updateXiao Pan
2023-11-25move to gitlabXiao Pan
2023-11-21updateXiao Pan
2023-11-19updateXiao Pan
2023-11-19updateXiao Pan
2023-11-19Fix errrors like this: "error: command is not an alias: \ls"Xiao Pan
2023-11-17updateXiao Pan
2023-11-17updateXiao Pan
2023-11-17updateXiao Pan
2023-11-17change wg0 to wg_kaXiao Pan
2023-11-17metaXiao Pan
2023-11-17updateXiao Pan
2023-11-17git need email to pushXiao Pan
2023-11-15ssh add authorized_keys and metaXiao Pan
2023-11-04updateXiao Pan