After installation, there are some things that need to be configured before it can be used. Items prefixed with a $ can be executed as the user and items prefixed with a # must be executed as root. Some configuration options must be done for both the normal user and the root user:
Update the firmware:
A more informative shell prompt:
$ vi ~/.profile
export PS1='[$PWD]: $'
Save and exit.
Enable the mouse in the terminal:
$ vi /etc/rc.conf
$ wsmoused_flags=YES
# vi /etc/rc.conf
# wsmoused_flags=YES
# reboot
Configure Networking:
Install and configure wireless:
Correct the System Time:
Add Upgrade and Update paths:
$ vi ~/.profile
-
-
Save and exit.
# vi ~/.profile
-
-
Save and exit.
# reboot