Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-15 | new systemd monerod@.service template unit, enabled monerod@xyz.service, ↵ | Xiao Pan | |
remove `BindsTo=mullvad-daemon.service` | |||
2023-04-14 | source conda no need in .bashrc, not often used, source it manually when ↵ | Xiao Pan | |
necessary | |||
2023-04-14 | newsboat add github blog, only show title with game, for game bytes | Xiao Pan | |
2023-04-14 | comment out miniconda3 things in .bashrc, umcomment when need | Xiao Pan | |
2023-04-14 | update | Xiao Pan | |
2023-04-14 | arch wiki suggest conda config | Xiao Pan | |
2023-04-14 | install git-lfs | Xiao Pan | |
2023-04-14 | .bashrc, miniconda3, for text-generation-webui | Xiao Pan | |
2023-04-14 | `git lfs install` | Xiao Pan | |
2023-04-10 | enable fold and markdown fold, dogfooding my own vim markdown extension fold ↵ | Xiao Pan | |
bug fix | |||
2023-04-09 | update | Xiao Pan | |
2023-04-09 | mullvad new version | Xiao Pan | |
2023-04-02 | update | Xiao Pan | |
2023-04-02 | monerod.service use stronger BindsTo | Xiao Pan | |
2023-04-02 | update | Xiao Pan | |
2023-04-02 | use alias instead of script for xmr | Xiao Pan | |
2023-04-01 | meta | Xiao Pan | |
2023-04-01 | update | Xiao Pan | |
2023-04-01 | monerod systemd unit, must not run if mullvad not run, not fully understood | Xiao Pan | |
2023-04-01 | default monerod.service | Xiao Pan | |
2023-03-30 | switch to use monerod systemd service | Xiao Pan | |
2023-03-30 | update | Xiao Pan | |
2023-03-30 | newsboat add url | Xiao Pan | |
2023-03-30 | mpv config af=rubberband no need now | Xiao Pan | |
2023-03-29 | `envycontrol -q` new version returns "nvidia" instead | Xiao Pan | |
2023-03-28 | meta | Xiao Pan | |
2023-03-28 | readd beyondallreason wrapper script | Xiao Pan | |
2023-03-28 | more comments | Xiao Pan | |
2023-03-27 | alias syu | Xiao Pan | |
2023-03-27 | more comments | Xiao Pan | |
2023-03-27 | awk better style | Xiao Pan | |
2023-03-27 | pq, optimize | Xiao Pan | |
2023-03-27 | add chatgpt cli | Xiao Pan | |
2023-03-27 | chatgpt meta | Xiao Pan | |
2023-03-27 | add chatgpt wrapper script | Xiao Pan | |
2023-03-26 | mpvy, I do not want `--sponsorblock-remove all` to remove filler | Xiao Pan | |
2023-03-22 | update | Xiao Pan | |
2023-03-22 | mrt, change possible reasons for DNS problems | Xiao Pan | |
2023-03-21 | upd add checkrebuild log | Xiao Pan | |
2023-03-20 | update | Xiao Pan | |
2023-03-18 | mrt, www.askey.com can not be reached is because of another issue which I ↵ | Xiao Pan | |
workarounded by switching from systemd-resolved to dnsmasq | |||
2023-03-17 | meta | Xiao Pan | |
2023-03-17 | add resolv.conf generated by `sudo resolvconf -u` | Xiao Pan | |
2023-03-17 | meta | Xiao Pan | |
2023-03-17 | add sye and syue | Xiao Pan | |
2023-03-17 | upd record sye and syue | Xiao Pan | |
2023-03-17 | Follow up fix DNS resolv issues, I forget to add this config; from ↵ | Xiao Pan | |
https://wiki.archlinux.org/title/Dnsmasq#openresolv | |||
2023-03-17 | default dnsmasq.conf | Xiao Pan | |
2023-03-17 | meta | Xiao Pan | |
2023-03-17 | Final fix DNS resolv issues when using mullvad vpn default DNS | Xiao Pan | |
Fix can not resolve www.a.com, while a.com is `search a.com` in /run/NetworkManager/resolv.conf and /run/systemd/resolve/resolv.conf, I think `search a.com` is from router. Fix after suspend can not connect to internet due to mullvad and networkmanager fighting over /etc/resolv.conf and cause resolv.conf be empty. (not sure the cause is correct). This can also be fixed by symlink using systemd-resolved see below. I do not know why this fix work. I find this fix through trail and error. These changes in configs uses mullvad-vpn, openresolv, dnsmasq, avahi-daemon, and networkmanager. The features are dns cache (dnsmasq) and mdns (avahi-daemon). The best way to use systemd-resolved with dns cache is `sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf`. But I can not find a way to fix the issue of not resolve www.a.com see above. I **guess** the most likely way for systemd-resolved to work is somehow config systemd-resolved to not get DNS from router. |