Page 1 of 1

OpenBSD, bloody hell...

Posted: Wed Feb 22, 2006 5:14 pm
by sChutt
Had my IRCd running on a linux shell last few months. Recently got an offer to move to a faster/more stable/loadsa benefits OpenBSD box.
Havin said that, i login the shell an NOTHING works like in linux lmfao (obviously an to be expected but still...)

wget package -> no go etc etc etc...

Anyone here able to give me general directions on setting up an IRCd on OpenBSD pretty plz? General commands in comparison to linux an all that?

Cheers,

- sChutt

Posted: Wed Feb 22, 2006 6:17 pm
by aquanight
Basic commands (ls, cd, cat, etc) should be the same, but some others (like wget) ultimately depend on what packages the system admin installed. You might want to try using fetch (general syntax same as wget: fetch <whateverurl>) instead of wget.