Category: English
Stuff written in English
FreeBSD 9.0 as IPv6-only
At work we have native IPv6 connectivity along with IPv4. We’ve had IPv6 for nearly 5 years and IPv4 for the past 17 years. On 2011-08-16, I grabbed an IPv6-only snapshot of FreeBSD/i386 9.0-BETA1 dated 20110727 and started experimenting with internet life using only IPv6. This particular machine is a virtual machine running inside VirtualBox […]
Read More → FreeBSD 9.0 as IPv6-onlyVirtualBox 4.1.x and ZFS raidz{1,2,3}
If you’ve been struggling with booting VirtualBox VMs set up to boot from ZFS raidz{1,2,3} organized disks, then VirtualBox 4.1.x might be the cure you’ve been waiting for. I certainly have been longing for this to happen.
Read More → VirtualBox 4.1.x and ZFS raidz{1,2,3}Make cupcakes, not war
I was catching up on some usenet reading at the end of my summer holiday, and after reading comp.risks 26.48 and this posting in particular, I created the following snippet of a Makefile. # Ref. comp.risks 26.48 # Subject: Fwd: British Spies Replace Terrorists’ Online # Bomb Instructions with Cupcake Recipe # Date: Sun, 12 […]
Read More → Make cupcakes, not warUpgrading a FreeBSD system running with ZFS as the root fs
Here’s a summary of the commands I issue when upgrading FreeBSD systems running with ZFS as their root file system.
Read More → Upgrading a FreeBSD system running with ZFS as the root fsWorld IPv6 Day 2011
The World IPv6 Day is upon us. A handful of everyday web services such as Google, Facebook, Yahoo!, Akamai, and Limelight Networks, have turned on the use of IPv6 addresses for their servers and/or load balancers, but only for the next 24 hours or so. Why don’t you have a look the dashboard set up […]
Read More → World IPv6 Day 2011Epson DiscProducer PP-100N and Total Disc Net Administrator 1.21
Last year at work we acquired an Epson DiscProducer PP-100N as an aid for creating in-house CDs and DVDs. No more manual labour other than creating the ISO images and designing the layouts to be printed on the disc’s surfaces, and yes, placing the finished discs in their paper envelopes or jewel cases.
Read More → Epson DiscProducer PP-100N and Total Disc Net Administrator 1.21How to forcefully upgrade all your FreeBSD ports using portupgrade
When moving from one major FreeBSD branch to another, you are almost compelled to upgrade all of your installed FreeBSD ports. If you move from the RELENG_7 branch to RELENG_8, as an example, the old pty interface is deprecated, and ports such as screen (sysutils/screen) must be recompiled and reinstalled to take advantage of the […]
Read More → How to forcefully upgrade all your FreeBSD ports using portupgradeHow to turn off Speed Dial in Opera
Sometimes new features are more annoying than useful. It gets even worse when you find no obvious way of disabling said features. In my case, Opera’s Speed Dial (Hurtigvalg in Norwegian) is such an example. Here’s how you turn off Speed Dial in Opera.
Read More → How to turn off Speed Dial in OperaRestricting NTP access
Here’s what I use in /etc/ntp.conf. The restrict lines below originated from Ubuntu. The iburst and maxpoll 9 settings are necessary in FreeBSD to avoid ntpd switching between PLL and FLL modes every now and then.
Read More → Restricting NTP accessSorting the VM list in VirtualBox
Since version 4.0.0 it became possible to sort the VM list in the GUI of VirtualBox. Sadly there is no mention on how to sort the list.
Read More → Sorting the VM list in VirtualBox