mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-06-25 00:27:20 +02:00
Compare commits
No commits in common. "bdef768d3ccdd66e65782bf3caa4973413483d73" and "530467d73c0d26bc1c94ceb9a36e84582151a19a" have entirely different histories.
bdef768d3c
...
530467d73c
@ -13,10 +13,3 @@ tail -n +1 /var/lib/flatpak/exports/bin/*
|
||||
|
||||
`/usr/local/bin` is more likely to be in `$PATH` than the usual Snap vriants.
|
||||
If they are in $PATH, note `sudo snap alias ORIGINAL NEW`
|
||||
|
||||
## File Access Control List
|
||||
|
||||
```
|
||||
sudo setfacl --recursive --modify=u:root:rwx,o:rx /usr/local/bin/
|
||||
getfacl /usr/local/bin
|
||||
```
|
||||
|
@ -13,10 +13,9 @@ nordvpn disconnect
|
||||
# Explicitly restores IPv6 since NordVPN disables it by setting this to 1.
|
||||
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||
|
||||
# My scripts autostart them, I don't want NordVPN to haunt logs. However
|
||||
# I have to change my mind since meshnet requires them.
|
||||
#sudo systemctl stop nordvpnd.socket
|
||||
#sudo systemctl stop nordvpnd.service
|
||||
# My scripts autostart them, I don't want NordVPN to haunt logs.
|
||||
sudo systemctl stop nordvpnd.socket
|
||||
sudo systemctl stop nordvpnd.service
|
||||
|
||||
# Restarting networking ensures IPv6 connectivity will return.
|
||||
sudo systemctl restart iwd.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user