
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.

Copying and moving files on Linux
Posted 8th September 2020
No comments
Copy or move files of type from one directory to another on a Linux operating system via the command line.