In this tutorial we will be using Amazons DynamoDB (DynamoDB Local) to host a sample dataset consisting of music data that I retrieved from the iTunes API, which we will be using the aws cli tools to interact with the
Bash
A collection of 4 posts
Authenticate to your AWS RDS MySQL Instance via IAM
On Amazon Web Services with RDS for MySQL or Aurora with MySQL compatibility, you can authenticate to your Database instance or cluster using IAM for database authentication. The benefit of using this authentication method is that you don't need to
Bash Script to Parse and Analyze Nginx Access Logs
I wanted a quick way to analyze nginx access logs from the command line, where I only wanted to see the following: Top 10 Request IP's (from the current Access Log) Top Request Methods (From the Current Access Log) Top
Creating a BASH init startup script
Create a simple bash init script, and pass the arguments to stop or start a process. In this example we will use the init script to control tcpdump. Pre-Requisites: Create, and apply permissions. $ touch /etc/init.d/tcpmonitor $ chmod +x
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!