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.

Dark Theme in WSL2

Posted 9th November 2023

2 comments

Implement a “dark theme” for GUI apps in Windows Subsystem for Linux (WSL2)

Read the full story...

Create a new Python environment on Linux

Posted 29th October 2023

No comments

Easy steps for creating new Python environments in Windows Subsystem for Linux (WSL).

Read the full story...

Run Linux GUI apps in Windows 11

Posted 27th October 2021

No comments

Use Windows Subsystem for Linux (WSL) to run Linux graphical user interface (GUI) programmes in Windows.

Read the full story...

Micorosoft logo and Linux logos with a heart behind

Install Windows Subsystem for Linux in Windows 11

Posted 14th October 2021

No comments

With the release of Windows 11 comes a vastly easier method for installing the Windows Subsystem for Linux (WSL) on your PC.

Read the full story...

Connect to GitHub via SSH on Linux

Posted 15th September 2021

No comments

If you’re tired of entering a username and password each time you push to a GitHub repository on the command line, a secure method for bypassig this is to set-up a connection using a set of SSH keys.

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...

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.

Read the full story...