Productivity

What’s My IP?

Posted on

Sometimes you want to find out what your public IP address is. There are various ways of finding this out like Googling “my IP address”. My favourite is ifconfig.co. Not only does it display detailed information of your current connection in a simple and vanilla layout. Using jq you can display more information in a […]

Productivity

Tmux Configuration

Posted on

Tmux is a handy Linux utility which, like screen, can emulate multiple screens over a single console session. It’s really handy for maintaining sessions over ssh instead of risking losing everything you’re working on because your network connection has been temporarily interrupted. .bash.rc In order to start tmux each time I connect to a server […]