FreeBSD: managing software
FreeBSD has in its repositories more than 25,000 applications available for installation. There are two methods of installation: Install from source (using ports) Great for maximum control, you can select…
FreeBSD: working with modules
List all loaded kernel modules: kldstat Load a module from the command line: kldload <module> NOTE: If the module is in the module search path, then just specifying the module…
pkg: PACKAGESITE in pkg.conf is deprecated
Newer versions of pkg require different configuration settings. If you upgrade from an old version of pkg you might get the following error every time you use pkg: pkg: PACKAGESITE…