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.

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.

Read the full story...

Docker logo

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.

Read the full story...

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.

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

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.

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