diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/gamestation/gamestation-rdp.sh b/gamestation/gamestation-rdp.sh old mode 100644 new mode 100755 diff --git a/iptables-skeleton.sh b/iptables-skeleton.sh old mode 100644 new mode 100755 diff --git a/move-in-alpine.sh b/move-in-alpine.sh old mode 100644 new mode 100755 diff --git a/netdata.conf b/netdata.conf deleted file mode 100644 index c8aa88a..0000000 --- a/netdata.conf +++ /dev/null @@ -1,36 +0,0 @@ -# -# Mitch Weaver's homelab netdata config -# domain: home.weaver -# -# http://localhost:19999/netdata.conf -# -# -# note: to disable analytics, in /etc/netdata folder do: -# -# $ touch .opt-out-from-anonymous-statistics -# -# -# Connecting to netdata cloud: -# -# $ netdata-claim.sh -token=abcdefg -room=abcdefg-abcdefg -# -# --------------------------------------------------------- -[global] - run as user = netdata - web files owner = root - web files group = root - - bind socket to IP = 127.0.0.1 - - history = 3600 - - memory mode = dbengine - page cache size = 32 # RAM storage in MB - dbengine multihost disk space = 512 # disk storage in MB - -# disable local web as I use netdata cloud as overview -[web] - mode = none - -[ml] - enabled = yes diff --git a/pihole/cachestats.sh b/pihole/cachestats.sh new file mode 100755 index 0000000..8ef7891 --- /dev/null +++ b/pihole/cachestats.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo ">cacheinfo" | nc 127.0.0.1 4711 diff --git a/poweredge/ipmi-fancontrol.sh b/poweredge/ipmi-fancontrol.sh old mode 100644 new mode 100755 diff --git a/proxmox/etc/kernel/cmdline b/proxmox/etc/kernel/cmdline old mode 100644 new mode 100755 diff --git a/proxmox/etc/modprobe.d/blacklist.conf b/proxmox/etc/modprobe.d/blacklist.conf old mode 100644 new mode 100755 diff --git a/proxmox/etc/modprobe.d/kvm.conf b/proxmox/etc/modprobe.d/kvm.conf old mode 100644 new mode 100755 diff --git a/proxmox/etc/modprobe.d/pve-blacklist.conf b/proxmox/etc/modprobe.d/pve-blacklist.conf old mode 100644 new mode 100755 diff --git a/proxmox/etc/modprobe.d/vfio.conf.P600 b/proxmox/etc/modprobe.d/vfio.conf.P600 old mode 100644 new mode 100755 diff --git a/proxmox/etc/modprobe.d/vfio.conf.RTX3080 b/proxmox/etc/modprobe.d/vfio.conf.RTX3080 old mode 100644 new mode 100755 diff --git a/proxmox/etc/network/interfaces b/proxmox/etc/network/interfaces old mode 100644 new mode 100755 diff --git a/proxmox/etc/rc.local b/proxmox/etc/rc.local old mode 100644 new mode 100755 diff --git a/update_vms.sh b/update_vms.sh old mode 100644 new mode 100755 index 65b1482..bcb9f5e --- a/update_vms.sh +++ b/update_vms.sh @@ -1,7 +1,7 @@ #!/bin/sh -ALPINE='portainer seedbox caddy pihole' -UBUNTU='pbs proxmox' +ALPINE='seedbox caddy pihole' +UBUNTU='pbs proxmox portainer' msg() { >&2 printf '[*] %s\n' "$*"