Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

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.

Read the full story...

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.

Read the full story...

Python logo

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.

Read the full story...