From e30a7df95a8420056e31f72a2540295a79c29d92 Mon Sep 17 00:00:00 2001 From: Mitch Weaver Date: Mon, 13 Nov 2023 20:26:50 -0600 Subject: [PATCH] blah --- .gitignore | 0 README.md | 0 gamestation/gamestation-rdp.sh | 0 iptables-skeleton.sh | 0 move-in-alpine.sh | 0 netdata.conf | 36 ----------------------- pihole/cachestats.sh | 2 ++ poweredge/ipmi-fancontrol.sh | 0 proxmox/etc/kernel/cmdline | 0 proxmox/etc/modprobe.d/blacklist.conf | 0 proxmox/etc/modprobe.d/kvm.conf | 0 proxmox/etc/modprobe.d/pve-blacklist.conf | 0 proxmox/etc/modprobe.d/vfio.conf.P600 | 0 proxmox/etc/modprobe.d/vfio.conf.RTX3080 | 0 proxmox/etc/network/interfaces | 0 proxmox/etc/rc.local | 0 update_vms.sh | 4 +-- 17 files changed, 4 insertions(+), 38 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 README.md mode change 100644 => 100755 gamestation/gamestation-rdp.sh mode change 100644 => 100755 iptables-skeleton.sh mode change 100644 => 100755 move-in-alpine.sh delete mode 100644 netdata.conf create mode 100755 pihole/cachestats.sh mode change 100644 => 100755 poweredge/ipmi-fancontrol.sh mode change 100644 => 100755 proxmox/etc/kernel/cmdline mode change 100644 => 100755 proxmox/etc/modprobe.d/blacklist.conf mode change 100644 => 100755 proxmox/etc/modprobe.d/kvm.conf mode change 100644 => 100755 proxmox/etc/modprobe.d/pve-blacklist.conf mode change 100644 => 100755 proxmox/etc/modprobe.d/vfio.conf.P600 mode change 100644 => 100755 proxmox/etc/modprobe.d/vfio.conf.RTX3080 mode change 100644 => 100755 proxmox/etc/network/interfaces mode change 100644 => 100755 proxmox/etc/rc.local mode change 100644 => 100755 update_vms.sh 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' "$*"