<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://dokuwiki.flakie.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://dokuwiki.flakie.org/feed.php">
        <title>Home Wiki</title>
        <description></description>
        <link>http://dokuwiki.flakie.org/</link>
        <image rdf:resource="http://dokuwiki.flakie.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T12:22:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=ansible&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=aws_commands&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=aws_info&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=configure_postfix_relay&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=github_commands&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=install_rancher&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=kubernetes_install&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=kubernetes_nfs_provisioner&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=kubernetes_training&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=lets_encrypt_certificate&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=linux_cifs_mount&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=linux_commands&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=packer_vmware&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=postfix_relay_server&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=python_coding&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=python_simple_http_server&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=raspberrypi_email_server&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=send_test_email_powershell&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=start&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=terraform&amp;rev=1777590817&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.flakie.org/doku.php?id=test123&amp;rev=1777590817&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dokuwiki.flakie.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Home Wiki</title>
        <link>http://dokuwiki.flakie.org/</link>
        <url>http://dokuwiki.flakie.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=ansible&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ansible</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=ansible&amp;rev=1777590817&amp;do=diff</link>
        <description>Ansible

How to install Ansible

On a Linux machine. This may also we a WSL machine do the following:


sudo apt get update
sudo apt install ansible
sudo apt install sshpass



Installation is complete!

Configure Ansible

To configure Ansible create an inventory file. Make a directory on the root the Linux Directory:</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=aws_commands&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>aws_commands</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=aws_commands&amp;rev=1777590817&amp;do=diff</link>
        <description>AWS CLI Commands

Get AWS EC2 instance information and format into a table


aws ec2 describe-instances --filters Name=tag-key,Values=Name --query &quot;Reservations[*].Instances[*].{IP:PrivateIpAddress,Instance:InstanceId,AZ:Placement.AvailabilityZone,Name:Tags[?Key==&#039;Name&#039;]|[0].Value}&quot; --output table --color off</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=aws_info&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>aws_info</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=aws_info&amp;rev=1777590817&amp;do=diff</link>
        <description>AWS Information

----------

Route 53

Inbound Endpoint

	*  Forwards DNS queries to any zone from on-prem DNS (For example) (whether it is a Hosted Zone in your Account, another account in Publically) using the the Route 53 resolver.
	*  These queries are passed back from the resolver back to the inbound endpoint and back to the on-prem</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=configure_postfix_relay&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>configure_postfix_relay</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=configure_postfix_relay&amp;rev=1777590817&amp;do=diff</link>
        <description>Configure Postfix Mail Relay

It is assumed that following has been configured:

	*  You have a primary mail Server. Click here to configure a Mail Server
	*  You have a Postfix mail relay Server. Click here to configure a Postfix mail relay

Relay Server Tasks

First install the following:</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=github_commands&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>github_commands</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=github_commands&amp;rev=1777590817&amp;do=diff</link>
        <description>GitHub Commands

The following are all commands performed at a Linux terminal

To create a new folder on Github:

git add foldername

Note: A folder must already exist in the location where the repository has been cloned

To create a file under a folder:</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=install_rancher&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>install_rancher</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=install_rancher&amp;rev=1777590817&amp;do=diff</link>
        <description>Install Rancher on Kubernetes/Docker

Note: The instructions below will only work with Docker installed as the Container runtime for Kubernetes

1. Run the following on the Kubernetes Host machine


docker run -d --restart=unless-stopped \
  -p 8080:80 -p 8443:443 \
  --privileged \
  rancher/rancher:latest</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=kubernetes_install&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kubernetes_install</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=kubernetes_install&amp;rev=1777590817&amp;do=diff</link>
        <description>How to install Kubernetes on Ubuntu 20.04

1. Install Ubuntu 20.04

2. Run the following using sudo privileges:

disable swap or Kubernetes will NOT work


sudo swapoff -a
sudo rm /swap.img
sed &quot;-i.bak&quot; &#039;/swap.img/d&#039; /etc/fstab



3. Disable firewalling within Linux</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=kubernetes_nfs_provisioner&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kubernetes_nfs_provisioner</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=kubernetes_nfs_provisioner&amp;rev=1777590817&amp;do=diff</link>
        <description>Install Kubernetes NFS Provisioner

1. Ensure the NFS Commons package is installed on ALL nodes in the Cluster


sudo apt install nfs-common



2. Ensure Helm is installed

3. Add helm repo

helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=kubernetes_training&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kubernetes_training</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=kubernetes_training&amp;rev=1777590817&amp;do=diff</link>
        <description>Kubernetes Training &amp; Commands

IMPORTANT: TO RESET KUBERNETES AND START AGAIN AFTER ISSUES


RUN KUBEADM RESET



kubectl create namespace amit

kubectl delete namespace amit

kubectl get pods –namespace amit

kubectl get deployments –namespace amit</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=lets_encrypt_certificate&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lets_encrypt_certificate</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=lets_encrypt_certificate&amp;rev=1777590817&amp;do=diff</link>
        <description>Obtain certificate from LetsEncrypt

Install

Do you the following at a BASH prompt:


apt install python2-minimal
apt install certbot



Obtain Cert


certbot certonly –email admin@flakie.org –manual –preferred-challenges dns –server https://acme-v02.api.letsencrypt.org/directory –agree-tos d &#039;orionmail.org,*.orionmail.org&#039;</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=linux_cifs_mount&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux_cifs_mount</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=linux_cifs_mount&amp;rev=1777590817&amp;do=diff</link>
        <description>How to mount CIFS share in Linux

First start by installing the CIFS Utilities:


sudo apt install cifs-utils



Once complete the following command can be used to mount a share:


sudo mount -t cifs -o credentials=/root/.smb //amzfsxbfcprd.d04.tes.local/ReportBundle</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=linux_commands&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux_commands</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=linux_commands&amp;rev=1777590817&amp;do=diff</link>
        <description>Linux Commands

Below are a list of useful Linux commands

Find release version of Linux


lsb_release -a



Append contents within file


cat &lt;&lt;EOF | tee -a /etc/ssh/sshd_config
permitrootlogon yes
EOF



Replace contents within a file



cat &lt;&lt;EOF | tee /etc/ssh/sshd_config
permitrootlogon yes
EOF</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=packer_vmware&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>packer_vmware</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=packer_vmware&amp;rev=1777590817&amp;do=diff</link>
        <description>Creating VMware Ubuntu 20.04 Images with Packer

Packer is a tool used to create automated machine Images.

1. Ensure all Packer files are present and correct in the following folder:


C:\Packer\vsphere\ubuntu20



2. Packer needs a HTTP Server to seed files from. Use another Linux Server to serve these files from. Use the tutorial</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=postfix_relay_server&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>postfix_relay_server</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=postfix_relay_server&amp;rev=1777590817&amp;do=diff</link>
        <description>How to create a Postfix relay Server

To create a Postfix relay Server ensure you have the appropriate Linux distribution installed on a Virtual Server.

Install postfix

Type the following command to install postfix:


sudo apt install postfix



You need to select mail server type:</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=python_coding&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python_coding</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=python_coding&amp;rev=1777590817&amp;do=diff</link>
        <description>Python Coding Basics

Print


print(&quot;Welcome to NetworkChuck Coffee!!!!&quot;)



The command below prints to the screen

Variables


name = input(&quot;What is your name? &quot;)



The variable name allows for input

Concatenation


print(&quot;Hello &quot; + name + &quot;, thank you for coming in today!\n&quot;)</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=python_simple_http_server&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python_simple_http_server</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=python_simple_http_server&amp;rev=1777590817&amp;do=diff</link>
        <description>Create Simple HTTP Server with Python

On any Linux machine type


python3 -m http.server 8080



The above will bring up a simple HTTP Server that can service files. See below:

[screenshot_2022-05-03_070023.jpg]</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=raspberrypi_email_server&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>raspberrypi_email_server</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=raspberrypi_email_server&amp;rev=1777590817&amp;do=diff</link>
        <description>Create Raspberry Pi Email Server

Prerequisites

	*  Install Raspberry Pi OS on Pi Board
	*  Ensure SSH access to Pi

Implement Postfix and Dovecot


sudo apt-get update
sudo apt-get install postfix
sudo apt-get install dovecot-common dovecot-imapd</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=send_test_email_powershell&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>send_test_email_powershell</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=send_test_email_powershell&amp;rev=1777590817&amp;do=diff</link>
        <description>Send a test email from PowerShell

Use the following PowerShell command:


Send-TestEmail -SMTPServer email-smtp.eu-west-2.amazonaws.com -Username AKIAYO4ERWIBKIUIEAGN -FromEmail amit.patel@ssc.equans.co.uk -ToEmail amit.patel@equans.com -Port 587</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=start&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=start&amp;rev=1777590817&amp;do=diff</link>
        <description>HOME WIKI

----------

Kubernetes

For Kubernetes training: click here

Install Kubernetes: click here

Install NFS Provisioner click here

Install Rancher on Kubernetes/Docker click here

----------

Certificates

For obtaining Lets Encrypt certificates: click here

----------

Linux

How to mount a CIFS share in Linux</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=terraform&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>terraform</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=terraform&amp;rev=1777590817&amp;do=diff</link>
        <description>Test</description>
    </item>
    <item rdf:about="http://dokuwiki.flakie.org/doku.php?id=test123&amp;rev=1777590817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T23:13:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>test123</title>
        <link>http://dokuwiki.flakie.org/doku.php?id=test123&amp;rev=1777590817&amp;do=diff</link>
        <description>AWS CLI Commands

Get AWS EC2 instance information and format into a table


aws ec2 describe-instances --filters Name=tag-key,Values=Name --query &quot;Reservations[*].Instances[*].{IP:PrivateIpAddress,Instance:InstanceId,AZ:Placement.AvailabilityZone,Name:Tags[?Key==&#039;Name&#039;]|[0].Value}&quot; --output table --color off</description>
    </item>
</rdf:RDF>
