Cron Not Displaying GUI Applications / Terminal Display (Raspberry Pi / Linux)

After yesterdays post around using a remote desktop connection to connect from my Mac to my Pi I decided to add some cron jobs on the Pi so that it would reboot every night and after rebooting it would log in (automatically using raspi-config settings) and then fire me up a Terminal session and a web … Continue reading Cron Not Displaying GUI Applications / Terminal Display (Raspberry Pi / Linux)

AWS Lambda – Stop Instances Outside Office Hours (Python / AWS)

I previously wrote about using some Python to stop AWS EC2 instances that had the tag “office_hours” and indicated that this could be automatically run via AWS Lambda. This blog post is a brief follow up with some notes on creating the Lambda function, using the Python from the previous blog post. Using AWS Lambda … Continue reading AWS Lambda – Stop Instances Outside Office Hours (Python / AWS)

Jenkins – Connecting To GitHub and some Python

Welcome to Jenkins!

Jenkins 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 freestyle project that connects to … Continue reading Jenkins – Connecting To GitHub and some Python