feat: initial commit
This commit is contained in:
commit
649f66fbf1
19 changed files with 512 additions and 0 deletions
23
docs/linux/packages.md
Normal file
23
docs/linux/packages.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Packages and updates
|
||||
|
||||
## Debian / Ubuntu
|
||||
|
||||
Update and upgrade.
|
||||
|
||||
```shell
|
||||
apt update
|
||||
apt upgrade -y
|
||||
```
|
||||
|
||||
Default packages.
|
||||
|
||||
```shell
|
||||
apt install -y sudo net-tools wget curl unzip htop vim
|
||||
```
|
||||
|
||||
Autoremove and cleanup.
|
||||
|
||||
```shell
|
||||
apt autoremove -y
|
||||
apt clean
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue