About Barry O’Donovan
Thoughts, ramblings and rants of a husband, father, network engineer, company owner, employer, closet geek, sci fi fan, political anorak, impatient grump...
Barry lives in Dublin, Ireland with his family. He founded and manages Open Solutions, a company specialising in internet infrastructure.
Search
My Links
Archives
- June 2013 (1)
- May 2013 (1)
- March 2013 (3)
- February 2013 (7)
- January 2013 (4)
- December 2012 (1)
- October 2012 (2)
- September 2012 (6)
- July 2012 (4)
- June 2012 (9)
- May 2012 (5)
- April 2012 (7)
- March 2012 (5)
- February 2012 (3)
- January 2012 (3)
- December 2011 (2)
- November 2011 (1)
- October 2011 (3)
- September 2011 (1)
- August 2011 (3)
- July 2011 (1)
- June 2011 (1)
- May 2011 (1)
- April 2011 (6)
- March 2011 (9)
- February 2011 (10)
- January 2011 (2)
- December 2010 (2)
- November 2010 (3)
- October 2010 (7)
- September 2010 (9)
- August 2010 (7)
- December 2009 (1)
- September 2009 (1)
- May 2009 (1)
- October 2008 (1)
- April 2008 (2)
- March 2008 (1)
- February 2008 (2)
- December 2007 (1)
- November 2007 (3)
- October 2007 (3)
- July 2007 (1)
- June 2007 (1)
- May 2007 (3)
- April 2007 (7)
- March 2007 (4)
- February 2007 (1)
- November 2006 (1)
- May 2006 (2)
- June 2005 (5)
- May 2005 (8)
Categories
Meta
Tags
asterisk brute force dns doctrine doctrine orm dovecot email emily ge11 git github gitorious humour inex internet radiio ipv6 ixp linkedin links linux monitoring mysql nagios nagios-plugins newstalk OSS_SNMP os x php politics postfix postfixadmin postfix admin pr pr-stv radio rancid rte radio sixxs snmp stv tallystick today fm video video encoding ffmpeg vimbadmin
Category Archives: Linux
Translating SNMP OIDs Using MIB Files
I get caught trying to remember this a lot and there’s a really useful tutorial on this at the Net-SNMP website: Using and loading MIBS. If you’re using Ubuntu, also consider checking the comments in /etc/snmp/snmp.conf which (in 13.04) contains: As … Continue reading
Nagios / Icinga Alerts via Pushover
I came across Pushover recently which makes it easy to send real-time notifications to your Android and iOS devices. And easy it is. It also allows you to set up applications with logos so that you can have multiple Nagios installations shunting … Continue reading
Posted in How-tos, Linux, OSS, Recipes, Work
Tagged github, monitoring, nagios, nagios-plugins, php
Leave a comment
Recovering MySQL Master-Master Replication
MySQL Master-Master replication is a common practice and is implemented by having the auto-increment on primary keys increase by n where n is the number of master servers. For example (in my.conf): auto-increment-increment = 2 auto-increment-offset = 1 This article is not about … Continue reading
Irish Radio Stations on Linux (2013)
This is updating an older article from October 2010. While Linux has come a long way since then for playing back various types of media (and new services such as tunein make it easier again), I still like to just … Continue reading
MySQL 5.6 – Memcached / NoSQL Support and More
MySQL 5.6 has been released with some interesting new features and performance increases: What’s New in MySQL 5.6 DBA and Developer Guide to MySQL 5.6 InnoDB Integration with memcached:MySQL 5.6 includes a NoSQL interface, using an integrated memcached daemon that … Continue reading
For OpenVPN Fans – Optimising for GE Networks
I came across this article today which discusses OpenVPN optimisations for Gigebit Ethernet networks. http://community.openvpn.net/openvpn/wiki/Gigabit_Networks_Linux It also shows the phenomenal improvement that can be made thanks to the AES-NI instruction set on newer Intel and AMD chips.
Apple OS X as an NFS Server (with Linux Clients)
For a customer, I had to set up a Linux-based virtualised environment on a MacBook Pro using VirtualBox. This environment included making a couple of 8TB external hard drives available under NFS to the Linux hosts. In all fairness, what … Continue reading
