As a reminder for my future self and anyone that might find it useful, here’s a quick look at setting up ssh for GitHub actions.
    
 
    
    
        
    
    
        Goal The goal here is to setup a local development dockerized python project that utilises CI/CD to my linode VPS.
    
 
    
    
        
    
    
        Problem Statement: After an update of the VPS server using apt update && apt upgrade nothing worked.
    
 
    
    
        
    
    
        I recently finished the Google IT Automation with Python Professional Certificate course on Coursera.
    
 
    
    
        
    
    
        Capturing Groups Say we want to do more than just print or return a match, but instead want to use the result and/or manipulate it.
    
 
    
    
        
    
    
        A powerful tool for my IT toolbox.
A search query of text using a string.
    
 
    
    
        
    
    
        Using the django-admin startporject --template flag, I wanted to create my projects with a lot of the tedious work already done.