Skip to content

I am Christopher Bale

Tech Journal and Ideas Explored

Author: D0nBale

February 3, 2021February 4, 2021 D0nBale

Using Flutter with the updated amplify_flutter plugin

amplify, aws, flutter
Using Flutter with the updated amplify_flutter plugin

There are a lot of tutorials out there explaining how to use amplify with flutter, however, even the most recent ones use amplify_core which no

Read More
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
February 25, 2020 D0nBale

Setting up Pandora Network Monitoring

Uncategorized

In any environment it is important to have visuals over your entire networks to alert you to any potential security risk. A great opensource option

Read More
February 3, 2020 D0nBale

Nextcloud keeps crashing (Solution)

NextCloud
Nextcloud keeps crashing (Solution)

Recently I have set up NextCloud running on an AWS instance in our private VPC. The predominant reasoning behind this was to provide a frontend

Read More
October 24, 2019February 25, 2020 D0nBale

Permanently Set HOSTNAME in an AWS EC2 instance

aws, ec2

This is more when you want to create an AMI from an EC2 image and you want it to have a persistent hostname. This was

Read More
October 15, 2019 D0nBale

Prepare a Centos6 AMI to use on C5/M5 Instances

aws, ec2

This blog is as much for me as anyone else: If it helps anyone else out there in IT land that’s great and I would

Read More
September 25, 2019 D0nBale

Ensure DNS Nameservers are correct on EC2 startup

aws, ec2

vim /etc/sysconfig/network-scripts/ifcfg-eth0 add PEERDNS=no sudo vim /etc/resolv.conf make sure this file is as you want it and then make a copy sudo cp resolv.conf resolv.conf.bk

Read More
September 24, 2019September 25, 2019 D0nBale

Adding a Linux EC2 instance to AWS Managed AD

aws, AWS Managed AD, linux
Adding a Linux EC2 instance to AWS Managed AD

Step-by-step guide CENTOS (yum): sudo wget -O /etc/yum.repos.d/pbiso.repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo sudo yum clean all sudo yum install pbis-open UBUNTU(apt): wget -O – http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis|sudo apt-key add –

Read More
August 7, 2019 D0nBale

Useful Puppet Commands

puppet
Useful Puppet Commands

Show what puppet would have done without changing anything: sudo puppet apply –noop /examples/file_hello.pp See what change puppet would actually make to a file: sudo

Read More
June 13, 2019June 13, 2019 D0nBale

Converting and Importing a Virtual Box VM into a AWS EC2 AMI

aws, linux, sysadmin
Converting and Importing a Virtual Box VM into a AWS EC2 AMI

Sometimes we need to release our local Virtual Machines (VMs) into the cloud here’s how: First we need to add some confirguration to the local

Read More

Posts navigation

Older posts

Me…

D0nBale

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

cmdline magic...

md () { mkdir -p “[email protected]” && cd “[email protected]”; }

— Create a directory and change into it at the same time

Recent Posts

  • Using Flutter with the updated amplify_flutter plugin
  • Bash Cheat Sheet
  • Setting up Pandora Network Monitoring
  • Nextcloud keeps crashing (Solution)
  • Permanently Set HOSTNAME in an AWS EC2 instance

Categories

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

Come follow me…

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