Updated BSD (markdown)

Lauri Ojansivu 2023-02-09 08:33:47 +02:00
parent 9364276ee8
commit 34c00d305c

19
BSD.md

@ -1,9 +1,5 @@
# Package managers for various OS
1. Edit script: `nano something.sh`
2. Save and Exit: Ctrl-o Enter Ctrl-x Enter
3. Make executeable: `chmod +x *.sh`
## Killing VirtualBox that is stuck
killvm.sh
@ -14,8 +10,9 @@ killall VirtualBox VirtualBoxVM
## Ubuntu
1. Edit file: `nano update.sh`
2. Change to executeable: `chmod +x update.sh`
3. Update: `./update.sh`
2. Save and Exit: Ctrl-o Enter Ctrl-x Enter
3. Change to executeable: `chmod +x update.sh`
4. Update: `./update.sh`
more-package-managers.sh
```
@ -102,8 +99,9 @@ shutdown
## NetBSD
1. Edit file: `nano update.sh`
2. Change to executeable: `chmod +x update.sh`
3. Update: `./update.sh`
2. Save and Exit: Ctrl-o Enter Ctrl-x Enter
3. Change to executeable: `chmod +x update.sh`
4. Update: `./update.sh`
Package management: https://www.netbsd.org/docs/pkgsrc/using.html
@ -139,8 +137,9 @@ shutdown -r now
## OpenBSD
1. Edit file: `nano update.sh`
2. Change to executeable: `chmod +x update.sh`
3. Update: `./update.sh`
2. Save and Exit: Ctrl-o Enter Ctrl-x Enter
3. Change to executeable: `chmod +x update.sh`
4. Update: `./update.sh`
Package management: https://www.openbsd.org/faq/faq15.html