I have lots of computers in my house, all of which receive regular software updates. I get tired of waiting for all of these to download the same data, sometimes at the same time! I decided to use nginx to cache this data on my router to save time.
(more…)
Comments Off on Caching reverse proxy for Linux and OSX software updates
The new FTTN NBN is rolling out my area pretty soon. Switching over from my current ADSL2+ connection will mean disconnecting my analogue phone line, so I’ll need some other for my back to base alarm to contact the monitoring station.
I’ve managed to set this up with the Cisco SPA112 ATA and Nodephone.
(more…)
Comments Off on Back to base alarm monitoring using VoIP
It’s somewhat common for some web pages to require that you enter your password by clicking buttons instead of using a regular form input field. For example the loans.com.au login screen does this.
The stated reason is usually security. However we should all be using password managers anyway, so this is quite annoying.
(more…)
Comments Off on Quickly remove read-only web page form fields with a bookmarklet
So I was bored on the bus trip to work this morning. Back in Uni I’d thought about whether it would be possible to write an HTTP server as a shell script for bash. So I did it! Presenting bashttpd.
(more…)
Comments Off on bashttpd – the Bash HTTP server
Many years ago Internode started offering IPv6. This is proper dual stack IPv6 with a /56 block of addresses. I get 256 subnets, each with 2^64 addresses. Awesome! I signed on for the trial immediately and got it working without too much difficulty. The documentation wasn’t great though, so here’s how I my setup works today.
(more…)
In my house I have Debian Linux running on an old laptop acting as my router with a Netgear WNDR3700 acting as an access point (WAN port on this is unused). The AP is configured with WPA2 security, but recently I wanted to connect my Nintendo DS to the wifi network. Now the Netgear has guest networks, which is pretty much what I wanted, but it only allows the guest wifi access to the WAN port, which was useless to me. I also wanted to be able to conveniently enable and disable the insecure network with a button on the access point. Knowing that the hardware supported what I wanted to do, and having had good experiences with OpenWRT on another router in the past, I set out to see if I could make it work.
(more…)
I just realised that my previous post on this was 18 months ago. That’s depressing. Well, the situation has mostly stayed the same since then. It’s good that it has not become worse!
This post is a slightly edited version of an email I sent to my local representative about the matter.
(more…)
This guide is out of date! Please see the new guide here:
Hulu and Pandora outside USA
Hulu is a website that offers commercial-supported streaming video of TV shows and movies from NBC, Fox and many other networks and studios. Currently Hulu is only available from within the United States of America.
If you want to be notified of updates to this post, subscribe to the comments feed.
(more…)
I recently started using VoIP, using NodePhone with Internode. This post describes how I implemented QoS on my router to make VoIP work well. It also allows me to prioritise some traffic on my network, such as SSH, while deprioritising others, such as BitTorrent and SFTP.
(more…)
Comments Off on Linux Traffic Control – QoS
The Australian government is planning to filter the internet to protect children. The idea is to have two tiers of filtering. The first tier is enabled by default for all internet connections and blocks all material considered unsafe for children. Adults will have the option to move to the second tier which is designed to only block illegal material.
(more…)
Comments Off on Internet Censorship in Australia