Ruggedising the Internet

Mike Masnick writes a little article forecasting the engineers re-writing the single points of failure out of the internet. He entitles his article, Building A More Decentralized Internet: It’s Happening Faster Than People Realize. He cross references to two articles written by himself back in 2010, Operation Payback And Wikileaks Show The Battle Lines Are…

Read more

Job Control

It seems that Mac have begun to decrement cron and recommend the use of launchd for job control. I have found the following links to help me write the job control parameter file. man launchd a manual page on launchctl Mac launchd and launchctl — the OSX alternative to cron a blog by arunxjacob Scheduling Timed…

Read more

Log Rotate and *NIX

This has changed since my days at Pyramid. There has been quite a lot of thinking and engineering about dealing with daemon logs. The places to look are via the syslogd, newsyslog project, you can see a the newsyslog man pages and using the keyword “rotate log”. The idea is that logs are rotated, although…

Read more

Scripting on the Mac

It’s UNIX, how hard can it be? I want to run some Macports uodate scripts regularly. To me the obvious programming language is bash, but I got excited and decided I want to notify that the script had run, and run OK. There are two schemes, Growl and OSX Notification system. These both have language…

Read more

Adobe installs and updates

I went through a period where I am notified of a need to update an adobe product, usually flash and go through a loop of an install page and the home page; I was unable to update the tools. I finally checked the Ghostery report, and paused the blocking since one of the objects blocked…

Read more

Chartered Engineer

I have been a member of the BCS for a while.   They now have got back, or maybe not, their route to SPEC accreditation. This document, “UK STANDARD FOR PROFESSIONAL ENGINEERING COMPETENCE”, published by SPEC details the requirements for formal engineering accreditations. I think the formal engineering education required for Chartered Engineer might stump me…

Read more

RDBMS theory

This was written 2014, I wonder how relevant it is today (2023). Much of it points are theory, which should not have changed. 😀 Barry Morris, CEO of Nuodb, has written a series of articles about the “Holy Grail”, which he published at the Cloud Computing Journal, and somewhere within the NuoDB site. The most…

Read more

Ubuntu 13.10

I am installing this on the Mac under Virtual Box. This snip is about Ubuntu. The first problem is that it comes with quite a bit of crap installed and the Unity search is over zealous and too network noisy. This might be helpful, an article about the first 10 things to do. I seem…

Read more

RCS

Revision Control System, one of the grand daddies of them all. I still use it because its simple and does not have a network interface. Actually, I don’t use it anymore, because it is not a network solution. Links The featured image comes from an OStechnix article on VCS. An O’reilly five minute tutorial http://www.manpagez.com/man/1/rcs/…

Read more

Mavericks

a.k.a. MacOS X.9 I said in my article on upgrading MacOS that this was easy to do, it was, but the resultant performance rendered it unusable. This article discusses what I did to resolve this. Concluding that another 4Gb of RAM is all it needs. This article is now marked deprecated. Re-install in situ As…

Read more

Pop Up Meerkats

For various reasons I wanted to make a pop-up on hover using a picture. I have implemented a pop up meerkat in the blog. This broke at some point and I returned to the problem in 2019 and found a new guide, and again in 2020 where I fixed some theme/wordpress bugs. This is now…

Read more

Automating posts to Google+

I once wanted to post my blog stream to google+, but it seems overly difficult to do. Even harder now that Google have shit-canned it. This is now marked as deprecated, but overleaf/below are my notes when this seemed a good idea,

Read more