Home 2019

Yearly Archives: 2019

Block a user agent using Cloudflare rule

2
A while ago I published a post showing how to start a script on boot using systemd. In the example I used a simple...

Linux Commands a to z

0
I went for a technical interview yesterday, 1st Oct 2019 and I was asked a question, to name a Linux command for each of...

Set ulimits for a script started using systemd

0
In my previous post I demonstrated how easy it was to start a script on boot usig systemd in Linux. In this post I...

Linux find examples

0
The Linux find command is a very helpful and frequently used command. It is used to locate files and directories. It allows you to...

ECS Container state changes

0
Amazon Elastic Container Service - ECS allows you to easily run and scale containerized applications on AWS. You can launch multiple containers in matter...

Setting DynamoDB TTL with Lambda Python

2
Background I use a lot of EC2 Spot instances and for audit/debugging purposes I like to keep track of EC2 instance state changes. I had...