-
Continue reading →: Virtual Box (Mac OS X / Linux)When learning about new systems, applications or trying new settings I find the best way to learn is with a hands-on approach. However, learning hands-on doesn’t always end well and the last thing anyone wants is to have to reinstall their computers operating system (host OS) after it was destroyed…
-
Continue reading →: Creating A Repository in AWS Git, a.k.a. CodeCommit (AWS)AWS has its own Git repository system called CodeCommit. Here is what AWS have to say about it: “CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. CodeCommit eliminates the need for you to manage your own source control system or worry about scaling…
-
Continue reading →: Creating AWS S3 Buckets (AWS)Today I am going to look at the storage solution that is AWS S3 (Simple Storage Service), and creating buckets via the web management console and the AWS CLI. Note: This post forms part of my (slightly new) AWS category of posts. What is AWS S3? AWS Simple Storage Service (S3)…
-
Continue reading →: Using Ansible To Create And Manage Users (Linux / Raspberry Pi)If you have multiple Linux devices (e.g. multiple Raspberry Pi computers) and multiple user accounts that need access to those devices (i.e. maybe a Code Club of pupils) and want their own user accounts on the devices it could be a lengthy process managing the accounts and devices. Which is…
-
Continue reading →: Launching A Virtual / EC2 Instance Via AWS CLI (AWS)So far my AWS posts have dealt with launching an EC2 (Elastic Compute Cloud) instance via the AWS web management portal and installing the AWS CLI. This blog post looks at using the AWS CLI to launch an EC2 instance, and then how to stop/start the instance. First up, we…
-
Continue reading →: Installing AWS CLI & Some IAM Security (AWS)The AWS (Amazon Web Services) CLI (Command Line Interface) offers a faster approach to interacting with AWS, especially if you are already use to CLIs like the Linux or Mac OS X terminal. Installing AWS CLI The AWS CLI can be installed on Linux or Mac OS X by entering:…
-
Continue reading →: Launching A Virtual Instance Via Web Console (AWS)Amazon Web Services (AWS) can be found at http://aws.amazon.com and has a whole host of different features. This blog post will take you through launching a virtual machine instance using an Amazon Machine Image (AMI). If you are new to AWS then you can sign up for 12 months of free-tier services,…
-
Continue reading →: Regular Expressions (Introducing)Regular Expressions. I originally tried to grasp them whilst playing around with grep last November and they are extremely powerful, if not a little complicated. As I’m “upping my game” and expanding my knowledge I need to learn more about regular expressions, so I thought a blog post introducing them was…
-
Continue reading →: Jenkins – Connecting To GitHub and some PythonJenkins is a tool to help with Continuous Integration / Continuous Delivery (CI / CD). I originally looked at installing Jenkins as a Java web app on my Raspberry Pi during this post: https://geektechstuff.com/2019/05/26/installing-apache-tomcat-jenkins-raspberry-pi/ . I am now hoping to expand a little bit more on using Jenkins by building a…
-
Continue reading →: Turning A CSV Back Into An Image (Python)In my previous post I looked at turning an image (in this case XKCD #1696) into it’s pixel values. Now I am going to take the CSV of values and turn them back into an image. The Python for this function (including the Python for the functions to turn the…



You must be logged in to post a comment.