Public

Applications and systems design

Welcome to TecHed Creations, specialist in application development and delivery for all businesses.

From green-field process automation work to integration of legacy systems, I can design, implement and support a solution including bespoke programs to help you run your business more efficiently.

Contact me today to find out how I can help you.

Book Reviews

From time to time, I review books. The reviews are listed below, and in general are also carried on the HantsLUG website.

Beginning OpenOffice 3

Title:
Beginning OpenOffice 3
Author:
Andy Chanelle
Publisher:
Apress
ISBN:
978-1-4302-1590-5
Published:
Dec 2008

“Beginning OpenOffice 3” is a guide to Sun's open-source replacement for Microsoft Office and AppleWorks. Starting with a short history of the project and its development, the reader has the layout of the book and its typographical conventions described – very handy for novices unused to reading technical books.

Mac for Linux Geeks

Title:
Mac for Linux Geeks
Author:
Tony Steidler-Dennison
Publisher:
Apress
ISBN:
978-1-4302-1650-6
Published:
Dec 2008
My rating:
6 out of 10

"Mac for Linux Geeks" is something of a mixed bag. The aim of this book is to show Linux users - in particular, experienced hackers who use Linux on a daily basis - the benefits of moving to Mac OS X.

Resuming Service

Wow, just over a year since I last posted one of these things. Nothing particularly interesting in this one, apart from a link to one of the better WTF articles I've seen: http://thedailywtf.com/Articles/Whats-in-a-Name.aspx . Oh, and I got married!

Notes

General notes on fixes for annoying problems.

Using old Debian repositories

To use packages from old Debian repositories, add the appropriate lines to /etc/apt/sources.list, e.g.

deb http://archive.debian.org/debian/ etch main contrib non-free
deb http://archive.debian.org/debian-security/ etch/updates main contrib non-free
deb http://archive.debian.org/debian-volatile/ etch/volatile main contrib non-free

and update the package manager, ignoring the fact that the release files are expired:

aptitude -o 'Acquire::Check-Valid-Until=false' update 
Syndicate content