Sysadmin
New machine and what I do not like about apple
26/12/08 16:43
I bought a new laptop, an apple Macbook pro 2.4 early
2008 edition, so the previous generation macbook pro.
So why this one? The thing is, I did not want to spend too much money and I got a bit annoyed with some of the limitations of the old macbook, mostly the casing which started falling apart and the lack of a good gpu. Read More...
So why this one? The thing is, I did not want to spend too much money and I got a bit annoyed with some of the limitations of the old macbook, mostly the casing which started falling apart and the lack of a good gpu. Read More...
|
Migrating my FreeBSD server
13/07/08 01:36
I am finalizing the migration of my old to my new server. The last steps where email and dns, and this has been relatively painless. Some things that helped where:
- rsync 3.0.0. It is so much faster than rsync 2.x.
- powerdns. I moved from bind to powerdns with mysql backend. It is quite a joy to have your zones in a mysql database. Change MX records in one go with a simple query.
- poweradmin, a webinterface for powerdns. Not perfect, but combined with mysql queries you have a rather powerful combo.
Read More...
FreeBSD
02/04/08 14:52
I love FreeBSD. Some time ago I switched from linux
to freebsd on my servers. Read
More...
Usefull software for mac
30/03/08 21:14
For the n00bs who just got a mac, it might be usefull to compile an updated list of use full software.
I personally use a lot of the usual stuff, like mail.app, address book, ical, itunes, flip4mac, mplayer, vlc, perian, skype, adium X, toast, imagewell, quicksilver, iwork, chicken of the vnc, growl and of course seismac.
Apart from these programmes, I use the following software, divided in freeware, shareware and commercial software:
Read More...
Great software: netnewswire
26/03/08 13:25
Activating XFS in Red Hat Enterprise Linux
23/03/08 19:14
So management at my previous company decided that we
should go enterprise, thus replacing our unix boxes
which run on freebsd or debian with redhat enterprise
linux. It's enterprise right, so it should be good?
Anyway, redhat is not necessarily that bad, al though
a lot less well thought out compared to debian or
ubuntu for example. Anyway, the mail server was
migrated to redhat, but then we discovered that
redhat is extremely conservative with filesystems and
only provides ext3 and gfs. Our mailserver still had
a mailspool on xfs. This was a bit annoying. So..
centos to the rescue! Centos is
the GPL version of Red Hat Enterprise Linux. So
it is mostly identical to redhat, minus some
tools. It also uses yum and rpm packages of
centos and redhat are interchangeable. Centos is
identical to Red Hat, but centos has centos plus, which is a
repository with additional goodies. So this
solved our problem: we installed a centos plus
kernel + headers and xfs tools, and now the
server is happily running kerio mail server on
redhat EL 5, with xfs. How ever, you do need to
realize that your server is no longer a real Red
Hat EL server, which affects you getting
support. But for now it runs, but don't tell
your PHB!
Rapidweaver
23/03/08 18:33
I discovered rapidweaver thanks
to the tips of a few friends of mine. The
problem was, I did not have the time to build a
new website from scratch, including writing new
css and html code and all that. And not for
every site I need a completely original homemade
website. And more important than that: it is
better to have a website which is not homemade,
with off the shelf templates, than NO site at
all. So rapidweaver. It is extremely easy to
setup a website quickly with blog, slideshow
etc. It is also quite reasonably priced. See:
Rapidweaver.
Blog implementation
23/03/08 18:09
So I was looking for some way to implement my blog in
a secure and safe way. I considered a lot of options,
like wordpress (which is a festering pile of securety
bugs), drupall (of which I am quite enthousiastic)
and nucleus (which runs my old blog, but is not
ideal). I wanted it to be secure, fast and scalable,
which has for me a higher priority than features. So
I thought, why not just generate static html? So this
is how I do it, using rappidweaver, which I can
highly recommend. I will talk about rapidweaver
later.