Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-22 | 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-20 | update | Xiao Pan | |
2024-01-13 | update | Xiao Pan | |
2024-01-09 | update | Xiao Pan | |
2023-12-28 | meta | Xiao Pan | |
2023-12-19 | update | Xiao Pan | |
2023-12-03 | newer 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-03 | maybe prevent ipv6 leak | Xiao Pan | |
2023-12-03 | update | Xiao Pan | |
2023-12-03 | update | Xiao Pan | |
2023-12-02 | update | Xiao Pan | |
2023-12-01 | sysctl need net.ipv4.ip_forward=1 for wireguard masquerade? to work | Xiao Pan | |
2023-11-30 | update | Xiao Pan | |
2023-11-27 | update | Xiao Pan | |
2023-11-27 | update | Xiao Pan | |
2023-11-25 | move to gitlab | Xiao Pan | |
2023-11-21 | update | Xiao Pan | |
2023-11-17 | update | Xiao Pan | |
2023-11-17 | update | Xiao Pan | |
2023-11-17 | change wg0 to wg_ka | Xiao Pan | |
2023-11-17 | meta | Xiao Pan | |
2023-11-17 | update | Xiao Pan | |
2023-11-15 | ssh add authorized_keys and meta | Xiao Pan | |
2023-10-25 | update | Xiao Pan | |
2023-10-25 | update | Xiao Pan | |
2023-10-25 | update | Xiao Pan | |
2023-10-24 | update | Xiao Pan | |
2023-10-24 | update | Xiao Pan | |
2023-10-23 | meta | Xiao Pan | |
2023-10-23 | according to manpage localtime.5: if no /etc/localtime, default UTC; thus no ↵ | Xiao Pan | |
need | |||
2023-10-09 | update | Xiao Pan | |
2023-10-09 | update | Xiao Pan | |
2023-08-18 | update | Xiao Pan | |
2023-08-18 | update | Xiao Pan | |
2023-07-31 | sshd_config use `AuthenticationMethods publickey` for redundancy, think ↵ | Xiao Pan | |
about what if they changed some defaults auth method from no to yes | |||
2023-07-31 | meta | Xiao Pan | |
2023-07-31 | sshd_config use default `UsePAM yes`, otherwise systemctl --user will error | Xiao Pan | |
2023-07-13 | pacdiff | Xiao Pan | |
2023-07-09 | update | Xiao Pan | |
2023-07-08 | meta | Xiao Pan | |
2023-07-08 | https://wiki.archlinux.org/title/Makepkg#Building_optimized_binaries | Xiao Pan | |
2023-07-08 | default makepkg.conf | Xiao Pan | |
2023-07-07 | meta | Xiao Pan | |
2023-07-07 | allow from wg0 network interface so when connected via wireguard, I can ↵ | Xiao Pan | |
access local services in xyzka that does not have port open for outside | |||
2023-07-07 | try close qbt-nox port and only access qbt-nox via wireguard | Xiao Pan | |
2023-07-04 | debloat | Xiao Pan | |
2023-07-01 | change qbt port name etc. | Xiao Pan | |
2023-06-30 | enable custom repo fly | Xiao Pan | |
2023-06-29 | enable wg-quick serivce | Xiao Pan | |
2023-06-29 | wireguard nft firewall configs | Xiao Pan | |