-
Continue reading →: Python 3 – Merge Multiple PDFs Into One PDF
One of the issues I’ve seen in the real world is end users having multiple PDFs and wanting to merge them into one PDF without paying for expensive PDF software or using freeware from unknown sources. The below is a Python script to try and resolve that issue (Python 3,…
-
Continue reading →: Python 3 – Importing Modules (Mac OSX)
I’m currently playing around with Python 3 on Mac OSX. One of the first issues I’ve hit is importing modules. During a Python script the import command is used to call on other modules so that their functionality can be used in the script. However before Python can import a…
-
Continue reading →: HTML / CSS Code Club Module 1
From the beginning of 2018 the Code Club I run has been going through the Web-Dev projects of Code Club projects with the attendees learning about HTML and CSS. Today they completed Module 1 and I’m proud of them. When I first did any web development it was at GCSE…
-
Continue reading →: Astro Pi Mission Zero Day 2018
Did anyone else want to be an astronaut growing up? I think it is one of the dreams all kids have and one that got me into astronomy for quite some time. Back in October 2017 the Code Club I run entered a fantastic event called “Mission Zero” as part…
-
Continue reading →: Testing Network Connectivity via PowerShell (Part 2)
Continuing on with my exploring of testing connectivity I ran into a practical reason today for using Powershell. A computer on my employers network apparently loses network connectivity (according to the end user) during a 2 hour window in the evening. The event logs on the PC don’t indicate any…
-
Continue reading →: Testing Network Connectivity via PowerShell (Part 1)
Ask any IT user how they test basic network connectivity and the majority of answers will probably mention ping. Ping sends a ICMP (Internet Control Message Protocol) packet to a target and then waits for a reply. If ping shows a reply then there is basic network connectivity, if it…
-
Continue reading →: Don’t just consume, produce!
During my youth I was a tech consumer rather than tech producer spending days playing on Sega and Nintendo consoles rather than designing/coding games; later surfing the web rather than designing/coding sites and using computer programs rather than making them. In my opinion I was not the only one of…
-
Continue reading →: Where I Set Up LAMP on a Pi…
Way back when (between the mid ‘90s to mid 00’s) I was an Apple Mac user. I got to experience Mac OS 7 through to the early versions of Mac OS X, and I enjoyed the transition to OS X thanks to the Unix undercover and terminal fun that could…
-
Continue reading →: Powershell to Output Recent Issues
Whilst working on my chat bot I got to thinking about how it would be great if an end user could run a simple script to gather basic information about their computer and came up with the below. It’s a script that captures the computers name, model, serial number,…
-
Continue reading →: Building A Chat Bot (Version 1)
I spent a large portion of my IT career working as a 1st line support technician. With my growth in coding skills and with technology expanding I’ve begun to ponder if some of the role of a 1st line technician can be automated via a bot. So….here I go! First…



You must be logged in to post a comment.