summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2024-02-05pacdiffXiao 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-20updateXiao Pan
2024-01-13updateXiao Pan
2024-01-09updateXiao Pan
2023-12-28metaXiao Pan
2023-12-19updateXiao 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-01sysctl need net.ipv4.ip_forward=1 for wireguard masquerade? to workXiao 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-17updateXiao Pan
2023-11-17updateXiao Pan
2023-11-17change wg0 to wg_kaXiao Pan
2023-11-17metaXiao Pan
2023-11-17updateXiao Pan
2023-11-15ssh add authorized_keys and metaXiao Pan
2023-10-25updateXiao Pan
2023-10-25updateXiao Pan
2023-10-25updateXiao Pan
2023-10-24updateXiao Pan
2023-10-24updateXiao Pan
2023-10-23metaXiao Pan
2023-10-23according to manpage localtime.5: if no /etc/localtime, default UTC; thus no ↵Xiao Pan
need
2023-10-09updateXiao Pan
2023-10-09updateXiao Pan
2023-08-18updateXiao Pan
2023-08-18updateXiao Pan
2023-07-31sshd_config use `AuthenticationMethods publickey` for redundancy, think ↵Xiao Pan
about what if they changed some defaults auth method from no to yes
2023-07-31metaXiao Pan
2023-07-31sshd_config use default `UsePAM yes`, otherwise systemctl --user will errorXiao Pan
2023-07-13pacdiffXiao Pan
2023-07-09updateXiao Pan
2023-07-08metaXiao Pan
2023-07-08https://wiki.archlinux.org/title/Makepkg#Building_optimized_binariesXiao Pan
2023-07-08default makepkg.confXiao Pan
2023-07-07metaXiao Pan
2023-07-07allow 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-07try close qbt-nox port and only access qbt-nox via wireguardXiao Pan
2023-07-04debloatXiao Pan
2023-07-01change qbt port name etc.Xiao Pan
2023-06-30enable custom repo flyXiao Pan
2023-06-29enable wg-quick serivceXiao Pan