OpenBSD
There are some important issues to make OpenBSD work comfortably after install.
- to connect to network do the following, change the name of your ethernet card if is not fxp0
# ifconfig -a #shows the network devices
# dhclient fxp0 #asks the dhcpd for an address
- set PKG_PATH in your environement to be able to install apps faster and easier
# export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.6/packages/i386
just make sure the version number and architecture matches yours (e.g. OpenBSD/4.3/packages/sparc)
then you can add packages as follows:
# pkg_add -iv cups
- install cups and give it priority,
you need to run this script after cups installation: # /usr/local/sbin/cups-enable
- This list will soon be growing, the web is in its alfa state :-)
Powered by OpenBSD. Puffy on duty!