Skip to content
← Back to all posts

Posts tagged with bash

Useful bash scripts: Automatically changing terminal theme when using ssh on macOS

But we are hackers and hackers have black terminals with green font colors ~ John Nunemaker

This is the second in a series of posts on useful bash aliases and shell customisations that developers here at Talis use for their own personal productivity. In this post I describe how I configured my shell to automatically change my terminal theme when I connect to a remote machine in any of our AWS accounts.

Read more about "Useful bash scripts: Automatically changing terminal theme when using ssh on macOS"

Useful bash scripts: awslookup

01 March 2019

But we are hackers and hackers have black terminals with green font colors ~ John Nunemaker

This post is the first in a series on useful bash aliases and shell customisations that developers here at Talis use for their own personal productivity. In this post I introduce an alias I wrote called awslookup that allows me retrieve information about ec2 instances across multiple aws accounts.

Read more about "Useful bash scripts: awslookup"