<feed xmlns="http://www.w3.org/2005/Atom"> <id>/</id><title>Zethos</title><subtitle>Ramblings of a Aussie Sysadmin and Coder</subtitle> <updated>2022-04-24T17:50:29+10:00</updated> <author> <name>Simon Coggins</name> <uri>/</uri> </author><link rel="self" type="application/atom+xml" href="/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="/"/> <generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator> <rights> © 2022 Simon Coggins </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Internet Connected Weather Station</title><link href="/posts/internet-connected-weather-station/" rel="alternate" type="text/html" title="Internet Connected Weather Station" /><published>2014-05-04T09:00:00+10:00</published> <updated>2014-05-04T09:00:00+10:00</updated> <id>/posts/internet-connected-weather-station/</id> <content src="/posts/internet-connected-weather-station/" /> <author> <name>Simon Coggins</name> </author> <category term="Hardware" /> <category term="Weather" /> <summary> I’ve been wanting an internet connection weather station for awhile so I can check on things via my phone. For my birthday this year I decided to do it. I ended up using off the shelf oregon scientific hardware. Mostly because Australian Geographic had the internet relay station on sale for 50% off. Here is how it’s configured. I have a Oregon Remote Access Weather Station LW302 but if you hav... </summary> </entry> <entry><title>Config files and git source control</title><link href="/posts/config-files-and-git-source-control/" rel="alternate" type="text/html" title="Config files and git source control" /><published>2012-12-11T09:00:00+10:00</published> <updated>2012-12-11T09:00:00+10:00</updated> <id>/posts/config-files-and-git-source-control/</id> <content src="/posts/config-files-and-git-source-control/" /> <author> <name>Simon Coggins</name> </author> <category term="System Administration" /> <category term="Software" /> <summary> Where I work we have a lot of people editing configuration files for various different things, DNS, Nagios etc. So to stop conflicts and also to ensure that all changes are tracked and we can reverse any changes done we put our configurations into git. To ensure that everyone checks the data in and adds a comment, I wrote a small wrapper script for “edit”. This script allows people to set thei... </summary> </entry> <entry><title>Printing time deltas in human readable format for python</title><link href="/posts/printing-time-deltas-in-human-readable-format-for-python/" rel="alternate" type="text/html" title="Printing time deltas in human readable format for python" /><published>2012-10-17T09:00:00+10:00</published> <updated>2012-10-17T09:00:00+10:00</updated> <id>/posts/printing-time-deltas-in-human-readable-format-for-python/</id> <content src="/posts/printing-time-deltas-in-human-readable-format-for-python/" /> <author> <name>Simon Coggins</name> </author> <category term="Programming" /> <category term="Python" /> <summary> From time to time I want to be able to log time deltas in a way that is easy for me to read. I normally write my own code to do this. But the other day I figured there must have been an easier way. Turns out there is. import datetime print(datetime.timedelta(seconds=1234)) 0:20:34 The datetime module has a timedelta command in it that will do exactly what I wanted. So that saved me some time ... </summary> </entry> <entry><title>Insplunktion: Finding excessive outgoing emails using splunk</title><link href="/posts/insplunktion-finding-excessive-outgoing-emails-using-splunk/" rel="alternate" type="text/html" title="Insplunktion: Finding excessive outgoing emails using splunk" /><published>2012-10-04T09:00:00+10:00</published> <updated>2012-10-04T09:00:00+10:00</updated> <id>/posts/insplunktion-finding-excessive-outgoing-emails-using-splunk/</id> <content src="/posts/insplunktion-finding-excessive-outgoing-emails-using-splunk/" /> <author> <name>Simon Coggins</name> </author> <category term="System Administration" /> <category term="Splunk" /> <summary> One of the things that causes us no ends of issues where I work is people trying to phish usernames and passwords from our users. Every now and then one slips through the cracks and results in us having a compromised account. Normally we don’t know this until the user reports that all their email is gone and they can’t get any new email. I decided to make splunk actively monitor for compromise... </summary> </entry> <entry><title>The rapid deployment of iOS 6</title><link href="/posts/the-rapid-deployment-of-ios-6/" rel="alternate" type="text/html" title="The rapid deployment of iOS 6" /><published>2012-09-25T09:00:00+10:00</published> <updated>2012-09-25T09:00:00+10:00</updated> <id>/posts/the-rapid-deployment-of-ios-6/</id> <content src="/posts/the-rapid-deployment-of-ios-6/" /> <author> <name>Simon Coggins</name> </author> <category term="Programming" /> <category term="iOS Apps" /> <summary> Apple has released another version of the iOS and again it amazes me how quickly the adoption rate of the OS is. You have to hand it to apple removing the carriers from the equation makes it so much easier to hand out new version of the OS without interference. I can’t claim this is a large sample size, but in the last 7 days, nearly 50% of the people who use my RainRadarAU have upgraded to iOS... </summary> </entry> </feed>
