Stop Git from always asking for user credentials
Posted 11th April 2024
No comments
Here are a few methods for preventing Git from asking for user credentials upon every push.
SFTP via the Command Line
Posted 3rd March 2021
No comments
Simple instructions for uploading or downloading files and directories using Secure File Transfer Protocol (sFTP) in Linux.
Query a PostgreSQL database via Python
Posted 11th December 2020
No comments
Use this simple template script created in Python to connect to your PostgreSQL database and run a query.