Forgot your password?
typodupeerror

Comment Re:My comments from Linux Today: (Score 1) 134

I loved the OpenBSD partition editor. It's not pretty, and it doesn't need to be. It assumes you know what your doing, (and if you don't you should read the docs) and then it gets the job done.

Maintaining a *BSD is so nice.

FreeBSD ex:
cvsup -g /usr/share/examples/stable-supfile
cd /usr/src
make buildworld && make installworld
cd /usr/src/sys/i386/conf
/usr/sbin/config MYKERNEL
cd ../../compile/MYKERNEL
make clean && make depend && make && make install

Who can complain when you can rebuild the entire OS and kernel so quickly and easily? Linux can't touch this.

Slashdot Top Deals

If you teach your children to like computers and to know how to gamble then they'll always be interested in something and won't come to no real harm.

Working...