Linked by Thom Holwerda on Wed 20th Jun 2007 20:07 UTC, submitted by Valour
Permalink for comment 249468
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
More News »
Sponsored Links



Member since:
2005-08-18
"Default text editor: vi."
Not entirely true. Base also has mg, a small emacs-like editor.
"Type ls /dev/cd* to see other CD device nodes"
A better way to do this would be:
sysctl hw.disknames
disklabel cdX (X being whatever CD device you have)
"Packages are easier to upgrade when it comes time to switch to the next OpenBSD release; Ports are trickier to upgrade, and will take much longer to reinstall."
Not really since ports creates packages. It would only be a little but tricky if you had fiddled with the ports build options (something you usually should not do if you're a user).
"It's easier to find programs in Ports than it is the package database"
Install sqlports, a sqlite database of available ports/packages.
"export FETCH_PACKAGES=yes"
You should put "FETCH_PACKAGES=yes" in /etc/mk.conf and not export it in the shell. It's also useful to set "SUDO=sudo" in mk.conf so that you can build ports as an unprivileged user.
PKG_PATH can have multiple paths like so:
PKG_PATH="/mnt/cdrom/4.1/packages/i386/:ftp://ftp2.usa.openbsd.org/pub/OpenBSD/4.1/packages/i386/"
"Adding the Ports tree and OpenBSD source code"
Why add the source code?
"Enabling FreeBSD and Linux binary support"
Unless you really need this you should leave it off. Does anyone actually use the FreeBSD emulation?
"mv bsd.mp bsd"
Before you do this you should "mv /bsd /bsd.old".
Edited 2007-06-21 03:54