English

Notes

Notes on Setting Up an Environment to Publish a Gatsby SPA Blog on GitHub Pages

This article summarizes the steps for publishing a blog built with Gatsby to GitHub Pages. The Gatsby development environment is built in a Docker container.

Read
Rust

Notes on Setting Up a Rust Environment on WSL

I’ll set up an environment for enjoying competitive programming in Rust.

Read
Notes

How to Make It Possible to Edit Files on a Hyper-V Virtual Machine Directly from VSCode

This article summarizes how to set up an environment that lets you use VSCode installed on the Windows host to work with files on Ubuntu running in a virtual machine.

Read
Notes

Why the `code` Command Stops Working After `apt upgrade` on Linux and How to Fix It

I troubleshot the issue where VSCode can no longer be launched with the `code` command after running `apt update` in a Linux environment, so I’m recording the cause and the fix.

Read