Mysql Command line interface client I just fell over this nice little sql cli client mycli Project homepage is here: http://www.mycli.net/ my first few seconds with this client is possitive, and it was easily installed from macports, just wanted to spread the word :)
Small cli tool bwm-ng A colleague of mine just showed me this tool: bwm-ng a nice little cli tool for measuring bandwidth usage live it's pretty straight forward just start it and tune it while it's running.
commandline My list of useful commands Hi I just want to share some useful commands with you that I use often in a linux terminal I will likely update this once in a while, feel free to comment. Last updated: 2017-02-07 list files sorted last modified last $ ls -ltrh I sometimes use this in /var/log
amazon amazon ip ranges in varnish I just recently realized that amazon exposes all of their ip ranges in a easy to get json format here (https://ip-ranges.amazonaws.com/ip-ranges.json) you can also read the docs here ( http://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html) So I made this python script to
network mtr I just want to introduce you to nice little network diagnostic tool which combines ping and traceroute it does a traceroute and then repeatedly pings all the nodes along the route. use like this mtr 8.8.8.8
string manipulation Bash goodies CONGRATULATIONS (insert a huge and very irritating blinking banner here) You are customer number $(zgrep /var/log/apache2/access.log*|wc -l) Today I'll share some funny and usefull bash goodies with you. Well actually to tell you the truth I really just want to document this for
mail Restricting postfix destination domain Postfix has alot of options and theres probably alot of other ways to do this also, but here's how I did. add this line to /etc/postfix/main.cf transport_maps = hash:/etc/postfix/transport then edit /etc/postfix/transport like this: example.com : * error: only specified destination
Setting up name server to manage .dk domain So I have a .dk domain that I want to control and play with from bind, this is how I set it up. In order to manage a .dk domain you need your nameservers to be approved by dk-hostmaster.dk, you can apply for it here [https://www.dk-hostmaster.dk/
software ipcalc A collegue of mine just recently told me about ipcalc, It's a little but usefull subnet calculator. Before ipcalc I used to do subnet calculations the analogue way (pen & paper) but this is just so much easier and its in color. Check it out :)
virtualization It all started on a holiday in Thailand on a hot summer day in december and I had just set up this cool new blog down while finishing my morning coffee at one of the many café's. I've wanted to try out ghost.io [http://ghost.io/] for some time now, and they just