Files missing on the blog

I have just finished upgrading Wordpress to version 2.9, and after that was done I deleted the backup directory with the older version of the blog, or I thought so at least. I instead managed to delete the entire newly configured Wordpress, and about half of the backup (database not touched)...

I managed to save the theme and plugins used, which are back up on the site. However, the files I had put up for download, ie. the Zenphoto Sitemap plugin and the audio files on the Music page are now gone. I don't think that I have any backup of the files around, so I'll have to try to recreate them in some way. Until then, please bear with me and the lack of media and download files.

Installing djbdns in an OpenSolaris zone

This guide shows you how to install djbdns in an OpenSolaris zone. The zone is currently running OpenSolaris build 124, but the guide should work on other versions of OpenSolaris as well, though not tested.
The zone is simply set up as a default ipkg OpenSolaris zone, without many default installed packages.

Read more

Updating a OpenSolaris zone

This is just a quick guide for people who need to update an OpenSolaris zone. First off, you need to shutdown the zone. This can either by done by using init 5 or shutdown inside the zone, or by running any of the two commands with zlogin from the global zone. A last not recommended possibility is to run zoneadm -z <zonename> halt from the global zone.

After the zone is stopped, you will have to set the zone state to 'ready', in order for the file systems to be mounted:

zoneadm -z <zonename> ready

Then you can start the update procedure:

pkg -R <path to zone>/root image-update

And lastly, when the zone is upgraded you can boot up the zone again:

zoneadm -z <zonename> boot

Some thoughts about dependencies in packages

Last night I installed SqueezeCenter (the server software used with Squeezebox's) on my home server, since I want to use it together with SqueezeSlave running on my server. That way I can play music from my server while I have a webinterface to control it from all computers on my network.

Read more

Configuring the Solaris DHCP server

So my guide for how to configure the DHCP server in Solaris and OpenSolaris has made it to the BigAdmin hub, and you may now find it on at the following link:
http://www.sun.com/bigadmin/content/submitted/config_dhcp_server.jsp

I think that's pretty cool and I hope to be able to make more howtos like that one in the future.

keep looking »