Skip to content

Instantly share code, notes, and snippets.

@luckman212
Created August 21, 2024 02:19
Show Gist options
  • Save luckman212/455cf6adc71d6367daaaf4a64c3a3401 to your computer and use it in GitHub Desktop.
Save luckman212/455cf6adc71d6367daaaf4a64c3a3401 to your computer and use it in GitHub Desktop.
### apt repos
> [!tip] Back up apt repo lists
> ```
> a="${HOME}/${HOSTNAME}_aptsources_$(date +%s).tar.gz"; tar --transform='s/^.*\///' -czvf "$a" $(find /etc/apt/sources.list.d -name "*.list")
> ```
### More
- Foo
- Bar
- Baz
```shell
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment