[HOWTO] Create list of ISO3166 Language Codes in Debian/Ubuntu
The other day I needed to create a list of ISO3166 language codes in the following format: ‘XX’,’YY’,’ZZ’. Being lazy, and also a fan of performing a bit of bash…
The other day I needed to create a list of ISO3166 language codes in the following format: ‘XX’,’YY’,’ZZ’. Being lazy, and also a fan of performing a bit of bash…
Need to rotate your logs for your Linux service(s)? Follow this guide to use logrotate to keep control over your logs.
Recently I had the need to tag all our EC2 instances based on the platform, as I wanted to create resource groups based on the actual underlying platform used for…