Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2020-02-24 14:22:02
Size: 569
Editor: Sciuro
Comment:
Revision 8 as of 2020-02-27 10:14:10
Size: 806
Editor: Sciuro
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== Diske ncryption == == Diske encryption ==
Line 12: Line 12:

= Configuration =
Line 28: Line 31:
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
}}}

Install

Diske encryption

Thanks c0ffee.net for his description!

Configuration

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

Howto/FreeBSD (last edited 2020-04-28 10:48:53 by Sciuro)