Skip to content

Instantly share code, notes, and snippets.

View thomersch's full-sized avatar

Thomas Skowron thomersch

View GitHub Profile
@thomersch
thomersch / FreeBSD Commands
Last active February 3, 2020 19:16
Useful FreeBSD commands
* Installing software
* Set up ports collection
portsnap fetch && portsnap extract
* Updating ports collection
portsnap fetch && portsnap update
* Remove port
pkg_delete {}
* Upgrading with portupgrade
# set up
cd /usr/ports/ports-mgmt/portupgrade