Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SixArm/apt-tools
Apt scripts for system administration
https://github.com/SixArm/apt-tools
apt iac script shell unix
Last synced: 5 days ago
JSON representation
Apt scripts for system administration
- Host: GitHub
- URL: https://github.com/SixArm/apt-tools
- Owner: SixArm
- Created: 2015-01-26T02:24:27.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:20:14.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:38:21.822Z (3 months ago)
- Topics: apt, iac, script, shell, unix
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Apt scripts for system administration
Apt scripts to help with system administration:
* `apt-up`: Do apt-get update, upgrade, fix missing, install recommends, autoremove, autoclean.
* `apt-fixer`: clean up, fix missing, configure, and update.
* `apt-auto-upgrades`: Set apt to do automatic upgrades.
* `apt-remove-damaged`: Remove a damaged debian package by using apt and dpkg.
* `apt-purge-old-kernels-and-headers`: Purge old kernel images and headers.Scripts for specific packages:
* `apt-get-install-emacs-deps`: Install Emacs dependencies.
* `apt-get-install-server-packages`: install server packages for a full stack.