Articles in the Operating Systems Category
Operating Systems »
Spike on IRC was commenting about how much of a pain in the arse it is to track down drivers for unknown hardware on Windows, and how easy it is under Linux using lspci. I sat and thought about it – lspci can’t possibly pluck hardware strings from nowhere, there has to be some sort of database… and there is, and best of all there’s a web-based front end to it.
So here’s how to do it yourself in a few easy steps… first, right-click My Computer and choose properties. Then, …
Operating Systems »
I used to always run either OpenBSD or FreeBSD powered routers – basically since around 2000 (before that it was Linux, but we don’t speak of those days anymore). In recent years, starting with my Cayman 3546 router I just started enjoying the simplicity that appliance-type devices offered.
Our most recent setup has been a Linksys WRT54G, which has been rather crap in it’s duties really. For some reason it’s consistently dropping packets and possibly rebooting (but with the garbage default firmware, there’s absolutely no way to tell if it’s rebooted …
Operating Systems »
If you’re a PostgreSQL user running FreeBSD, you probably notice once a day (assuming you read your root mail) that the psql daily job complains loudly about not being able to auth to the database… that is of course unless you’re still using the “trust” auth mechanism, in which case your nightly maintenance should work according to plan, but unless the machine is locked away where no one can get to it (even via the internet), you’re probably a dumbass.
So how do we fix …
Operating Systems, Software »
OpenBSD’s spamd – A lightweight spam-deferral daemon. Spamd works directly with SMTP connections, and supports features such as gray-listing. It minimizes false positives compared to a system that does full-body analysis. It is not a replacement for spam-filters, but an elegant method of segregating the spammers.
This HOWTO is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. …