<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/5615862?origin\x3dhttp://spof.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Single Point of Failure
..If you haven't figured out what it is, it's probably too late to do anything about it.
Change of heart / depth of geekiness


I've just been reading the installation instructions for freeBSD, and I like it. I might end up going with BSD, as I've looked (albeit briefly) at 16 different Linux distros, and besides Tiny, haven't seen one that is truly designed for what I want - which I probably should clarify at this point:

I want a small distro that will work well with old hardware.
I want a proper install, no partition, no run-in-RAM stuff.
I will have to install from floppy, at least the basics, and then get the rest over the net. *This is the tricky part, but BSD seems to be somewhat friendly with this concept, I just have to figure out all the details....

Posted on 20040414 at 03:26 by codeBoy
Post a Comment