Skip to content

Blog

Convert PDF to TIFF

Convert pdf files to tiff images with pdftoppm or ghostscript.

Read more →

February 19, 2025

Git Operations in GitHub actions

Git commands, such as checkout, add, create a branch, make a pull request in Github actions.

Read more →

February 19, 2025

Julia design patterns

Some notes of Tom Kwong’s book Hands on Design patterns in Julia.

Read more →

February 19, 2025

Publish Julian Jupyter notebooks

This post will demonstrate my template repository about How to use Docker to build a Julian Jupyter notebooks runtime environment. How to use GitHub actions to execute notebooks in the docker container in parallel. How to use jupyter-book to publish notebooks automatically when changes are pushed to GitHub. Docker image as the runtime environment Create a Dockerfile for the runtime environment. The whole content is:

Read more →

February 19, 2025

Track parameter changes in simulations

From this discourse thread

Read more →

February 19, 2025

Move Linux user directory

Use the usermod command to move one user’s home dir.

Read more →

January 10, 2025

Heredoc

Use heredoc to pass the string as-is between two delimiters (e.g. EOF)

Read more →

September 16, 2024

Ubuntu 24.04 NTFS mount error

Use the ntfs3-3g driver instead of the default ntfs3 driver.

Read more →

September 3, 2024

Reload nvidia GPU driver

Reload nvidia GPU driver to fix “NVML: Driver/library version mismatch” error without rebooting. Source

Read more →

August 7, 2024

GitHub Pages in GitHub actions

Publish your website to GitHub pages with GitHub actions (CI/CD).

Read more →

April 25, 2024