Size: 13
Comment:
|
Size: 782
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= FreeBSD = | #acl All: #lang en <<TableOfContents()>> = Install = == Diske ncryption == Thanks [[https://www.c0ffee.net/blog/freebsd-full-disk-encryption-uefi/|c0ffee.net]] for his description! {{{ }}} = Packages and updates = == Remove packages == To remove a package with all his dependencies: {{{ pkg remove PKGNAME pkg autoremove }}} == Update base OS == To update the baseOS with security updates: {{{ freebsd-update fetch freebsd-update install }}} To update a minor release {{{ freebsd-update fetch freebsd-update install freebsd-update upgrade -r 12.1-RELEASE freebsd-update install reboot freebsd-update install freebsd-update install reboot }}} = Tools = == Network == Show all open ports and there processes: {{{ sockstat -4 -l }}} |
Install
Diske ncryption
Thanks c0ffee.net for his description!
Packages and updates
Remove packages
To remove a package with all his dependencies:
pkg remove PKGNAME pkg autoremove
Update base OS
To update the baseOS with security updates:
freebsd-update fetch freebsd-update install
To update a minor release
freebsd-update fetch freebsd-update install freebsd-update upgrade -r 12.1-RELEASE freebsd-update install reboot freebsd-update install freebsd-update install reboot
Tools
Network
Show all open ports and there processes:
sockstat -4 -l