Freebsd 14.2 successfully installed in virtualbox. hooray! now what?
Congrats, now it's time to have some fun. Maybe install some software to help you get things done?
For example, I can't live without the Midnight Commander, easily installed by running this command:
# pkg install mc
. Note: don't type the
# character, the only reason that's there is to indicate that this command should be run as the
root user.
commands recommended by Handbook like "pkg" are answered with "Unknown command"
a try to add a user following online tutorials ended in errors.
I can't help wonder how you installed this thing? You mentioned the ISO images, which is a good way to go, but then I don't quite understand the result. For example: the installer already provides options to add user accounts and the likes, did you use those options?
Did you go with default options or did you maybe customize the whole lot? Also... what
exactly was the error, maybe try copy/paste it? Because this almost makes me think of a
PATH gone wrong:
Code:
peter@bsd:/home/peter $ which pkg
/usr/local/sbin/pkg
peter@bsd:/home/peter $ unset PATH
peter@bsd:/home/peter $ which pkg
peter@bsd:/home/peter $ pkg
/usr/local/bin/ksh: pkg: not found
peter@bsd:/home/peter $
See what I mean? First it could find
pkg, then I removed the path and b00m, it was gone. Ignore the somewhat uncommon location btw, that's merely because my environment is highly customized and somewhat experimental.
As Maturin said here, it is better to study the OS on real hardware.
Not sure I agree with that. There really isn't all that much different between 'real' hardware or a vm, fact of the matter is that real hardware also comes with plenty of real headaches. Especially if you want to use the OS along side your normal one.
A VM provides just too many advantages. For example... when things go wrong with the network then it's easy to get locked out of a box; back to the console. On hardware that would require physical access, but with a vm you can simply call up the console (or... you're already working on it).
I've seen too many people trying to make a picture of their console with an error message or "problem" on it, while they could be copy/pasting all that if they had used a vm.