
Create LaTeX documents in Visual Studio Code with LaTeX Workshop
Posted 18th December 2024
1 comment
If you need to write LaTeX on your machine, this can be achieved comfortably with Visual Studio Code and Windows Subsystem for Linux.

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.

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.

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

Jupyter Notebook in Windows Subsystem for Linux (WSL)
Posted 24th October 2023
No comments
Here’s a procedure for enabling Jupyter Notebooks to run on a Windows brower from a Linux environment on the same machine.

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.