mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
Compare commits
No commits in common. "7c80e2c329390639548d0f5c3230d645b0d38c25" and "32c5da4422cf7b48ff4e3d93939bb4fd37261a49" have entirely different histories.
7c80e2c329
...
32c5da4422
2
etc/NetworkManager/conf.d/.gitignore
vendored
2
etc/NetworkManager/conf.d/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
dns-none.conf
|
|
||||||
no-resolvconf.conf
|
|
@ -1 +0,0 @@
|
|||||||
paws-off-my-resolv.conf
|
|
2
etc/NetworkManager/conf.d/dns-none.conf
Normal file
2
etc/NetworkManager/conf.d/dns-none.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[main]
|
||||||
|
dns=none
|
@ -1 +0,0 @@
|
|||||||
paws-off-my-resolv.conf
|
|
3
etc/NetworkManager/conf.d/no-resolvconf.conf
Normal file
3
etc/NetworkManager/conf.d/no-resolvconf.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Don't touch resolv.conf at all, so VPN can take control of it
|
||||||
|
[main]
|
||||||
|
dns=none
|
@ -1,2 +0,0 @@
|
|||||||
[main]
|
|
||||||
dns=none
|
|
1
etc/hosts/.gitignore
vendored
1
etc/hosts/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
hosts.arch
|
|
@ -10,10 +10,8 @@ This file is DNS before DNS and legacy remain which is still used.
|
|||||||
|
|
||||||
- [`blocklist`](#blocklist)
|
- [`blocklist`](#blocklist)
|
||||||
- [`dns`](#dns)
|
- [`dns`](#dns)
|
||||||
- [`hosts.arch`](#hostsarch)
|
|
||||||
- [`hosts.fedora`](#hostsfedora)
|
- [`hosts.fedora`](#hostsfedora)
|
||||||
- [`hosts.debian`](#hostsdebian)
|
- [`hosts.debian`](#hostsdebian)
|
||||||
- [`hosts.steamos`](#hostssteamos)
|
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@ -32,11 +30,6 @@ and Unbound, so now it's something I can attempt to `/etc/hosts`.
|
|||||||
|
|
||||||
**_EXCERCISE CAUTION!_**
|
**_EXCERCISE CAUTION!_**
|
||||||
|
|
||||||
## `hosts.arch`
|
|
||||||
|
|
||||||
For now this is a symlink to `hosts.steamos` as I am pretty sure they haven't
|
|
||||||
modified it.
|
|
||||||
|
|
||||||
## `hosts.fedora`
|
## `hosts.fedora`
|
||||||
|
|
||||||
I am pretty sure this is the `/etc/hosts` that was given me by Fedora < 40
|
I am pretty sure this is the `/etc/hosts` that was given me by Fedora < 40
|
||||||
@ -46,8 +39,3 @@ with changes removed.
|
|||||||
|
|
||||||
I think this is the Debian format which used to be just `../hosts` in this
|
I think this is the Debian format which used to be just `../hosts` in this
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
## `hosts.steamos`
|
|
||||||
|
|
||||||
The `/etc/hosts` file from `SteamOS Holo` variant steamdeck version `3.5.19`
|
|
||||||
or `20240422.1`.
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
hosts.steamos
|
|
@ -1,4 +0,0 @@
|
|||||||
# Static table lookup for hostnames.
|
|
||||||
# See hosts(5) for details.
|
|
||||||
127.0.0.1 localhost
|
|
||||||
::1 localhost
|
|
@ -3,5 +3,3 @@
|
|||||||
%plugdev ALL = NOPASSWD: /usr/sbin/hibernate
|
%plugdev ALL = NOPASSWD: /usr/sbin/hibernate
|
||||||
# suspend
|
# suspend
|
||||||
%plugdev ALL = NOPASSWD: /usr/sbin/s2ram
|
%plugdev ALL = NOPASSWD: /usr/sbin/s2ram
|
||||||
|
|
||||||
# vim: filetype=sudoers
|
|
||||||
|
@ -12,5 +12,3 @@ Defaults insults
|
|||||||
|
|
||||||
# Disable insults for user aminda
|
# Disable insults for user aminda
|
||||||
#Defaults:aminda !insults
|
#Defaults:aminda !insults
|
||||||
|
|
||||||
# vim: filetype=sudoers
|
|
||||||
|
@ -3,5 +3,3 @@
|
|||||||
# For more information, see https://superuser.com/a/500125
|
# For more information, see https://superuser.com/a/500125
|
||||||
# & https://serverfault.com/a/333640
|
# & https://serverfault.com/a/333640
|
||||||
Defaults lecture = always
|
Defaults lecture = always
|
||||||
|
|
||||||
# vim: filetype=sudoers
|
|
||||||
|
@ -12,7 +12,3 @@
|
|||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-networkd.service
|
%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-networkd.service
|
||||||
# Tells Chrony we are connected and thus maybe connects to IPv6 NTP servers
|
# Tells Chrony we are connected and thus maybe connects to IPv6 NTP servers
|
||||||
%nordvpn ALL=NOPASSWD: /usr/bin/chronyc online
|
%nordvpn ALL=NOPASSWD: /usr/bin/chronyc online
|
||||||
# Clearing DNS caches once we are disconnected
|
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart unbound.service
|
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-resolved.service
|
|
||||||
# vim: filetype=sudoers
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# Via https://askubuntu.com/a/692712, I am tired of checking password just
|
# Via https://askubuntu.com/a/692712, I am tired of checking password just
|
||||||
# for this. Target system: Debian and Ubuntu
|
# for this. Target system: Debian and Ubuntu
|
||||||
%sudo ALL=NOPASSWD: /bin/systemctl restart matterbridge.service
|
%sudo ALL=NOPASSWD: /bin/systemctl restart matterbridge.service
|
||||||
|
|
||||||
# vim: filetype=sudoers
|
|
||||||
|
@ -6,5 +6,3 @@
|
|||||||
%sudo ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
|
%sudo ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
|
||||||
%sudo ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
|
%sudo ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
|
||||||
%sudo ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service
|
%sudo ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service
|
||||||
|
|
||||||
# vim: filetype=sudoers
|
|
||||||
|
Loading…
Reference in New Issue
Block a user