Skip to content

Instantly share code, notes, and snippets.

@tlhakhan
Last active May 5, 2026 16:46
Show Gist options
  • Select an option

  • Save tlhakhan/af509d12839735fb83406dbc987d7b40 to your computer and use it in GitHub Desktop.

Select an option

Save tlhakhan/af509d12839735fb83406dbc987d7b40 to your computer and use it in GitHub Desktop.
#!/bin/bash
# for apt cache
mkdir -p /opt/local/apt-cache
cat << 'EOF' > /etc/apt/sources.list.d/cache.list
deb [trusted=yes] http://console-1.local:3142 noble/
EOF
apt-get update
apt-get install -y --install-recommends linux-generic-hwe-24.04
# nvidia package install instructions
# https://ubuntu.com/server/docs/how-to/graphics/install-nvidia-drivers/
apt-get install -y dkms nvidia-dkms-595-server
apt-get install -y nvidia-utils-595-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment