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…