-
Continue reading →: Using Ansible Roles, aka ELK Stack Ansible Playbook (V2)I have a working Ansible Playbook that installs the ELK stack (Elasticsearch, Logstash, Kibana and for this example, Filebeat) across three different computers. I have tested the playbook several times and it works each time which is a great sign, however the playbook itself is a little messy. Note: All…
-
Continue reading →: Creating An ELK Stack Via An Ansible Playbook (V1)I’m currently spending time learning more about the ELK stack, which is made up of ElasticSearch, Logstash, Kibana (ELK) and Beats. The ELK stack can be created and run within containers (e.g. Docker) but I am going to use an Ansible Playbook to install and configure the ELK stack. You…
-
Continue reading →: Scratch Tutorial OneToday you will learn how to make a simple game in Scratch called “Super Cat”. This project requires Scratch 3. First create a new project before replacing sprite one with the flying cat sprite. Now you will need to place a building sprite and duplicate it to your hearts content,…
-
Continue reading →: The Power Of History (Linux)When using the terminal or command line in a Linux operating system you can recall your previous commands using the up arrow but did you know that you can also potentially recall commands from a lot further back? This functionality is provided via a command called history. “I go into…
-
Continue reading →: Chown, Stat, Id And Some More Permissions (Linux)With an understanding on how permissions work in Linux, and how to change them, it is probably time for a blog post on chown. Before jumping into chown, let’s look at the permission of an object in more detail using stat, and a little bit of an overview on Linux…
-
Continue reading →: Changing Permissions Via Chmod (Linux)In my previous blog post I discussed how Linux file permissions work, and now I am going to discuss how to change permissions using chmod. Note: Only the object owner, superuser or root account can change the permissions of a file/folder. chmod chmod is the command used to change the…
-
Continue reading →: Raspberry Pi Live Camera Webpage Feed V1 (Python / Raspberry Pi)I’ve had a Raspberry Pi camera module (v1) since spring 2015, but I’ve rarely put it to use. With some spare time on my hands I have decided to see if I can build a camera feed on a webpage. Before I continue I should point out that if you…
-
Continue reading →: Viewing Permissions (Linux)Permissions on Linux can be a little confusing if you are new to Linux. Today my aim is to write a blog post to help with a discussion on viewing permissions and how permissions work. Viewing Permissions I personally use the command ls -ahl which should return all the files/folders within…
-
Continue reading →: Modifying A Pod To Use A Persistent Volume / Persistent Volume Claim (Kubernetes)This blog post is going to look at connecting a Kubernetes pod to a Persistent Volume (PV) using a Persistent Volume Claim (PVC). I have split my blog posts whilst I have been learning about Kubernetes as they were getting quite lengthy and each is worthy of its own space.…
-
Continue reading →: Persistent Volume Claims (Kubernetes)With the Kuberenetes Persistent Volume (PV) created, it is time to look at the Persistent Volume Claim (PVC). Originally this blog post was going to be part of the PV post but that grew to nearly 1000 words before I got to this subject, so I split it into its…



You must be logged in to post a comment.