Notes (en)

Notes (en)

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
Notes (en)

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 (en)

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
Notes (en)

I Built My Own PC, So Here Are the Parts, Cost, and Mistakes I Made

I tried building my first custom PC during the recent Amazon Prime sale. Since I had some trouble beforehand and noticed some mistakes after assembling it, I'm writing this article as a memo for myself.

Read
Notes (en)

How to Power On a Laptop by Connecting the AC Adapter: A Useful Automatic Startup Setting for Using It While Closed

This post summarizes the BIOS setting that lets you automatically power on a shut down PC when the AC adapter is connected.

Read
Notes (en)

How to Remove the Quotation Marks Shown on WordPress Quote Blocks from Additional CSS

This article introduces how to remove the quotation marks displayed on WordPress quote blocks from Additional CSS.

Read
Notes (en)

Troubleshooting Basics #1: Search the Error Message

In this article, I use this case study to explain the basics of troubleshooting.

Read
Notes (en)

A Note on a Makefile for Easily Running TypeScript Compilation and JS File Deletion in Bulk

This is a note about the Makefile script I use to compile TypeScript files in a directory all at once and delete the compiled JS files before pushing to GitHub.

Read