Build a Docker container image
Posted 25th November 2024
No comments
Linux containers are a way to build a self-contained environment that includes software, libraries, and other tools. They’re immensely useful and this guide describes my method for creating them.
Divide Label Studio YOLO annotation files into training and validation sets
Posted 17th October 2024
No comments
Label Studio is an open-source data-labelling platform used to prepare training data for machine learning models.
Installing RStudio in WSL2
Posted 22nd July 2024
No comments
Installing RStudio within the Windows Subsystem for Linux was not as simple as expected, once I started installing packages in R. Here’s my procedure for getting it all to work seamlessly.
Replace a string in file names recursively in Linux
Posted 5th June 2024
No comments
Use this simple BASH script to recursively rename parts of file names in Linux.
Dark Theme in WSL2
Posted 9th November 2023
3 comments
Implement a “dark theme” for GUI apps in Windows Subsystem for Linux (WSL2)
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).
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.
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.
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.
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.