First Steps
So you Installed FreeBSD
What now... Okay turn off the screen and go play PS4...
Just Kidding
Here are the first steps I would suggest
Run the Updater
The Fetch takes a bit, I warn you
- Login as yourself, not root, get used to almost never logging directly in as root
- type su
- enter the root password
- the prompt will now change to root@yourhostname. This is normal and what you want to happen
- type freebsd-update fetch
- This can take a bit, go get a cola or something.
- type freebsd-update install
- Let that run
- type reboot
Install you first Packages
- Log in as yourself again
- do the su thing again
- Now here will be a few packages I will use in this blog and you will want to get familiar with. The first time you run the package command it updates and installs the current version so just accept the prompts
- pkg install nano
- pkg install sudo
- pkg install port-mgmt/portmaster
- pkg install subversion
- pkg install git
- pkg install revel/gettext-tools
- pkg install portsnap
Update the Ports all the Ports
This will take a while on the computers part once it starts
portsnap fetch
Let it work, this next one can take even longer
portsnap extract
You don't need to do this step but I do just out of habit
portsnap update
You should get a message that everything is up to date, meaning you are done
Next time we update the documents... There are two ways, and one didn't work for me but may for you