Post a Comment
Here you can see more information about upcoming FreeBSD 6.2 Release: http://people.freebsd.org/~bmah/relnotes/6-STABLE/
More WiFi drivers, XboX support
and lots of other improvements- works fine here. PC-BSD 1.3 will be based on this release.
Did I luck out by not trying FreeBSD until 6.1 was released because I found the installation to be a breeze. I even compiled my own kernel but there is still a lot I need to learn to get used to and good with the OS like:
1 - what are the system directories, what are the user directories, and what are the application directories?
2 - what is the difference between bin and sbin?
3 - is there a specific directory I need to be in to download source from svn or copy a .tar.gz file to extract?
4 - get Bash as my default shell
5 - what is the best way to create and mount partitions?
6 - now that I have installed Vista RC1 how do I get my boot option to show so I can boot into FreeBSD again?
1 - what are the system directories, what are the user directories, and what are the application directories?
% man hier
2 - what is the difference between bin and sbin?
% man hier
3 - is there a specific directory I need to be in to download source from svn or copy a .tar.gz file to extract?
% man hier
# cvsup -h cvsup.freebsd.org /usr/local/share/example/cvsu/ports-supfile
# cd /usr/ports
# make search name=yourfavoriteapp
# cd /usr/ports/yourfavoriteapp
# make install clean
4 - get Bash as my default shell
# pkg_add -r bash
# man chsh
5 - what is the best way to create and mount partitions?
# sysinstall
6 - now that I have installed Vista RC1 how do I get my boot option to show so I can boot into FreeBSD again?
Just install FreeBSD bootloader- it can boot any operating system without any configuration change.
# boot0cfg -B ad0
Edited 2006-09-21 14:35
No need to use cvsup to update your ports tree anymore. FreeBSD 6.x has a nice util called portsnap that comes with it.
The very first time you run it you have to overwrite your entire ports tree:
portsnap fetch && portsnap extract
After that you run it by doing:
portsnap fetch && portsnap update
MUCH easier and faster than cvsup.
Thank you for the information.
I have done the make install clean and pkg_add but I was having problems with svn. I need the PDFKit framework and the System Preferences downloaded before I can compile GWorkspace and I wasn't sure where I needed to be. My main goal is to get GNUstep up and running so I can start developing in it since it is very similar to Cocoa in OS X.
Glad to see FreeBSD 6.2 is almost out but the sad part is the FreeBSD Foundation fundraising is not going that well they are short $170000 to meet their 2006 target of $200000
http://www.freebsdfoundation.org/
They are not doing too bad. They just started the fundraising about a month ago and they have already hit almost 30k. I remember it was under 10k just two weeks ago. Although I have no doubt that they will hit 200k due to many large companies interest in the wellfare of FreeBSD (HP, IBM, Yahoo, NetApp, Pair, etc.), I would strongly suggest that regular Joe person donate too. I think there is some kind of tax law about single large donations and being a non-profit organization. They got in trouble with this a few years ago and had to raise 30k to keep their tax-exempt status. Anyways, if you like FreeBSD or opensource in general, go out there and donate 10 dollars or more.



