Open Source

Aligning disk partitions for better throughput

During a recent install of FreeBSD 9.1 onto a gmirror, it was pointed out that my disk partitions were not aligned. Today, I’ll look at how that affects performance, both before and after alignment. Last night, I installed FreeBSD 9.1 onto a separate HDD, which I’ll use as a floater. I can attach this HDD […]

Aligning disk partitions for better throughput Read More »

ssl-admin

People often talk about security. There are many different types of security. Personal security. Security theater. Physical security. In this post, we’ll talk about securing communications channels so that others cannot listen in, and so that others cannot connect. In this article, I’ll talk about using a toolkit, ssl-admin, to create a certificate authority, create

ssl-admin Read More »

Bacula? Why you no mount?

From this morning: $ bconsole Connecting to Director bacula.example.org:9101 1000 OK: bacula-dir Version: 5.2.6 (21 February 2012) Enter a period to cancel a command. *mount storage=DigitalTapeLibrary slot=1 3001 OK mount requested. Specified slot ignored. Device=”DTL01″ (/dev/nsa0) And nothing mounts… But…. *mount storage=DigitalTapeLibrary slot=1 3001 OK mount requested. Specified slot ignored. Device=”DTL01″ (/dev/nsa0) Eh? OK, backups

Bacula? Why you no mount? Read More »

Multi-site WordPress installation

I use WordPress for three websites: http://dan.langille.org/ (this website) http://news.freshports.org/ http://wp.freebsddiary.org This also mean I have WordPress installed three times. Recently, I looked at moving to multi-site WordPress. I failed. Or rather, I abandoned the process. My goals: have one instance of WordPress for all three website have each blog available via both https Option

Multi-site WordPress installation Read More »

Scroll to Top