Skip to content

I am Christopher Bale

Tech Journal and Ideas Explored

Category: bash

July 15, 2020July 15, 2020 D0nBale

Bash Cheat Sheet

bash

Variables and User Input read -p “What is you name: ” name echo “Hello $name” read -p “What do you like to do: ” verb

Read More

Me…

D0nBale

UK based DevOps Engineer certified in Linux and AWS. Working with Ansible, Terraform, Packer, Jenkins & Docker Always learning...

cmdline magic...

for command in kubectl jq envsubst aws
do
which $command &>/dev/null && echo “$command in path” || echo “$command NOT FOUND”
done

Recent Posts

  • Redis Sentinel Failover
  • Scaling a node out of a kubernetes cluster in kops
  • Using Flutter with the updated amplify_flutter plugin
  • Bash Cheat Sheet
  • Setting up Pandora Network Monitoring

Categories

  • amplify
  • aws
  • AWS Managed AD
  • bash
  • docker
  • ec2
  • flutter
  • kubernetes
  • linux
  • NextCloud
  • photoshop
  • puppet
  • redis
  • sysadmin
  • Uncategorized
  • windows 10

Come follow me…

Follow Us on GithubFollow Us on Twitter
All Rights Reserved 2022
Proudly powered by WordPress | Theme: Gist by Candid Themes.