This section provides an overview of what freebsd is, and why a developer might want to use it.
It should also mention any large subjects within freebsd, and link out to the related topics. Since the Documentation for freebsd is new, you may need to create initial versions of those related topics.
An easy way to speed up the process of building and installing the new system is to use more processors to increase the computational power.
To find out what's the number of the processors you have to speed up the process:
sysctl hw.ncpu
For example:
hw.ncpu: 1
Let's set the $NUMBER_OF_PROCESSORS
environmental variable then:
export $NUMBER_OF_PROCESSORS=$(sysctl hw.ncpu | tr -d 'a-z.: ')
Tips:
/usr/ports/UPDATING
file before upgrading. There might be some significant changes in programs you use or in their configuration which will break your current setup.