sou1

Ansible Part 2

Plays A play generally includes hosts otherwise it's simply a task Ubuntu Ansible Install sudo apt-add-repository ppa:ansible/ansible sudo apt-get update sudo apt-get install ansible Create a New role for Docker & Setup Folder Structure mkdir -p docker-role/roles && cd docker-role ansible-galaxy init --offline --init-path=

OpenShift - EX280

What is OpenShift? * Enterprise Kubernetes (K8s) + Docker * Docker provides abstraction for containers * Kubernetes provides the cluster management and orchestrates containers on mulitple hosts * Source code management * Image management and promotion * Application management at scale * Team and user tracking * Data about objects is stored in etcd a reliable key/value store

RHCSA (EX200)

Reading MAN Pages SYNOPSIS ls [OPTION]... [FILE]... * [brackets] - Optional arguments/switches * ... - Represents an arbitrary length of items of a specific type * [option1 | option2] - Pipe | symbol is OR e.g. ls -la /home/ /etc/ SYNOPSIS mv [OPTION]... [-T] SOURCE DEST mv [OPTION]... SOURCE... DIRECTORY mv [OPTION]... -t DIRECTORY

Ubuntu Specific Snippets

Bug in libupnp - Cannot browse minidlna server using vlc Disable ipv6 echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6 Install Specific Package Version as@as-x1:~/MEGAsync/scripts$ apt policy libfprint0 libfprint0: Installed: (none) Candidate: 1:0.7.0-1+vfs0090~b2 Version table: 1:0.7.

Basic Git Project Directory Setup

Install Tools apt install -y git vim Optional Tool Customisation curl -o ~/.vimrc https://raw.githubusercontent.com/amix/vimrc/master/vimrcs/basic.vim Add git extensions to Bash Prompt (.bashrc) - Ubuntu cp ~/.bashrc ~/bashrc.original - Make a backup copy sed -i '59,63d' ~/.bashrc - Remove

sou1 © 2026