Miscellaneous > The Lounge

Check out my new uber server

<< < (4/6) > >>

Kintaro:
Note: I own a very expensive book on doing nearly everything with FreeBSD (except for flying me to Alpha Centurai, which I hear is upcoming in the next release).

Siplus:

--- Quote ---Yeah, but does anyone use SELinux? I've never run accross anyone who has.
--- End quote ---


Fedora Core 3 and 4 has SELinux active by default (or at least 4 does... 3 might just ask, but i think is on be default if you have the firewall on be default)

I'm unsure about other distros, as i mostly deal with fedora

toadlife:

--- Quote from: kintaro ---Fedora Core 3 ships with SELinux, and its almost a defualt option in the installer. Anyone running Fedora Core 3 who does not realise the option of running SELinux is either blind or just stupid. I run with SELinux. So you have run across someone now.

http://kintaro.noobify.com/drupal/pub/images/Screenshots/SELinux.png

--- End quote ---

OKay, linux has BSD beat in this area, but all hope is not lost for the BSD faithfull:

http://www.trustedbsd.org/


--- Quote from: kintaro ---I run CVS to keep my ports upto date on my OpenBSD machine. However how do I just upgrade the ports I have installed automatically? I have no idea. (I should be writing this into the OpenBSD mailing list, as you run FreeBSD)
--- End quote ---

CVS does not keep your installed ports up to date. It keeps your ports tree up to date. The ports tree is simply the files that allow you to install ports. As for OpenBSD, the procedure for updating ports sucks compared to FreeBSD.

With FreeBSD you can do it maually (fuck that!),or use portupgrade or portmanager. Both portupgrade and portmanager check your installed ports against the current ports tree and update the ones that are out of date. They also detect dependency conflicts and resolve them without breaking things - and beleive it or not, it works very well. Unless you have a very small amount of ports installed, updating your ports manually is a nightmare, as dependency hell (similar to the "RPM hell" that plagued many RPM distros a few years ago) will drive you nuts. As I said, I use portmanager. THe only drawback to portmanager is that it only updates ports from the source. portupgrade has the ability to use pre-compiled packages only, which of course speeds things up immensely. Of course packages are generally take longer to become avaialable, so you have to wait awhile longer to get non-security related updates.

With OpenBSD, there is no equivalent to portupgrade/portmanager, so updating ports is pretty much has to be done manually, which sucks.
 :thumbdwn:http://www.openbsd.org/ports.html

toadlife:

--- Quote from: kintaro ---Note: I own a very expensive book on doing nearly everything with FreeBSD (except for flying me to Alpha Centurai, which I hear is upcoming in the next release).
--- End quote ---

When you get to Alpha Centurai, say hello to Richard Stallman for me.

toadlife:
FYI: the procedure I go through to update all of my ports on FreeBSD goes like this:


# portsnap update
# portmanager -u

portsnap is an alternative to cvs for syching the ports tree. It used compressed snapshots, is encryption, and is much faster than traditional CVS updating.

portmanager carries out the updates automagically.

I've even heard that there are GUI ftonends for all of these tools. I've never tried them though.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version