Engineering👨💻 Centralised logging Logs from various components in a distributed systems need to come together
Engineering👨💻 Quick AWS commands Uploading custom ssl certificate to AWS Cloudfront: aws iam upload-server-certificate --server-certificate-name <
Engineering👨💻 Few Logrotate Configs Logrotate is a linux utility which rotates files upon certain conditions.If
Engineering👨💻 Rolling update on AWS Autoscaling AWS autoscaling groups let you manage a set of instances and scale
Engineering👨💻 move a folder to other git repo To move a sub-directory/folder to other git repo. Let's
Engineering👨💻 Resizing disk size without restart Note: This was way before cloud evolved to provided increase of size
Engineering👨💻 checking ulimit To check ulimit (which generally causes too many files open error), don’
Engineering👨💻 Edit file vi, not opened by sudo Opened a file in vi without sudo. Edited some stuff, realized you
Engineering👨💻 Deleting a node from Chef On workstation knife node delete --yes NODENAME knife client delete --yes NODENAME