OpenBSD
OpenBSD disk encryption
Laptops are easy to lose or steal and you don’t want any potentially sensitive data to be stolen too. For that purpose many companies now require disk encryption. The OpenBSD softraid CRYPTO discipline has grown to be a mature piece of software and since I was long due for a fresh OpenBSD …
Protecting your privacy …
Online privacy is a hot issue. In this short tutorial I will show how to use adsuck to block loads of online tracking sites.
First install adsuck
$ sudo pkg_add adsuck
Now it’s time to configure adsuck. Adsuck needs to know about a dns server. I have put down two (one as backup):
$ cat …
Gnome on OpenBSD
Installing and running Gnome on OpenBSD is easy, but poorly documented. This guide is written for a CURRENT installation just after 4.9 release, but should work on most versions in the past or the near future.
The first step is installing Gnome with all it’s dependencies:
$ sudo pkg_add …