Skip to content

Instantly share code, notes, and snippets.

@PeronGH
Last active November 29, 2025 16:51
Show Gist options
  • Select an option

  • Save PeronGH/d817992b85d3276549a2e2fad0e33366 to your computer and use it in GitHub Desktop.

Select an option

Save PeronGH/d817992b85d3276549a2e2fad0e33366 to your computer and use it in GitHub Desktop.
Debian Setup
#!/bin/bash
# safety tools
apt install apt-listbugs apt-listchanges
# modify apt source
# post upgrade
apt autoremove --purge
apt modernize-sources
Types: deb
URIs: http://deb.debian.org/debian
Suites: sid
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
#!/bin/bash
chown sing-box:sing-box /etc/sing-box/config.json
chmod 600 /etc/sing-box/config.json
deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment