Unlimited Public WiFi  

Trains in my city, like most have a free WiFi service. Here in Briz you get rough 5MB allowance. Which is great for a 20 minute trip but any longer is surely pushing it..

I’ve put a couple of commands in a shell script so you can just run it whenever you need a bit more juice. It Isn’t a major exploit by all means. Just simply awesome convenience.

Find it here

So next time you exceed the allowance, run some batshit.sh.

 
8
Kudos
 
8
Kudos

Now read this

Some of my fav unix/bash commands.

Awesome Bash shortcut I recently discovered allows you to quickly clear stuff from a bash command. Ctrl + w # Clears the last block of text in a command. Say you’ve got something like: git commit -m "Added some things here and changed... Continue →