From 77c1403dc7c94822f5800a7f557f3577a1b0c627 Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Sat, 26 Apr 2025 21:46:41 -0600 Subject: [PATCH] Make the setup lighter. --- Proxmox/proxmox-setup.sh | 12 ++++++------ dss/sysmon.sh | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Proxmox/proxmox-setup.sh b/Proxmox/proxmox-setup.sh index 7227ec9..64bc6dd 100755 --- a/Proxmox/proxmox-setup.sh +++ b/Proxmox/proxmox-setup.sh @@ -22,18 +22,18 @@ pveupgrade echo "Now installing some monitoring software." # Install some software, mostly monitoring tools. sensors and smartcl -a can provide monitoring data. lshw provides hardware info. -apt install screen curl htop iotop speedtest-cli smartmontools lm-sensors lshw # sysstat +apt install screen curl htop iotop #speedtest-cli smartmontools lm-sensors lshw # sysstat # smartmontools is included in Proxmox for use only by Proxmox. # Download templates for Ubuntu Server 24.04.2 LTS / Proxmox Ubuntu Cloud image 24.04.2 for containers. -echo "Now downloading the container template and VM ISO file for Ubuntu Server 24.04.2 LTS. Hit Ctrl + C to skip this and reboot manually." +#echo "Now downloading the container template and VM ISO file for Ubuntu Server 24.04.2 LTS. Hit Ctrl + C to skip this and reboot manually." -pveam update -pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst +#pveam update +#pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst # Downloads the Ubuntu Server LTS ISO for VMs. -cd /var/lib/vz/template/iso/ -wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso +#cd /var/lib/vz/template/iso/ +#wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso reboot diff --git a/dss/sysmon.sh b/dss/sysmon.sh index 0c0ea44..40b3d16 100644 --- a/dss/sysmon.sh +++ b/dss/sysmon.sh @@ -1,4 +1,7 @@ #!/bin/bash + +# This is old and probably needs an update. + # Josh's Automatic System Monitor # Written by Josh Mudge # Ad Mejorem Dei Glorium