Memo

Notes

Change the Pane Split Ratio via Context Settings When Using pwntools Debugging with WSL2 and Windows Terminal

This article summarizes how to change the pane split ratio via context settings when using pwntools debugging with WSL2 and Windows Terminal

Read
Notes

Notes on Fixing the `-1008F` Error During macOS Internet Recovery

How to fix the `-1008F` error that appears during macOS Internet Recovery. I was able to recover by removing the device information from the Find My app.

Read
Notes

How to Fix the `version 1.8.0_261 of the jvm is not suitable` Error When Launching Eclipse Memory Analyzer as a Standalone Binary

This article summarizes how to fix the `version 1.8.0_261 of the jvm is not suitable` error that appears when launching Eclipse Memory Analyzer as a standalone binary.

Read
Notes

Notes on Configuring Gatsby So Large Cards Are Displayed When Blog Links Are Posted to Twitter

How to display a large card when a blog URL is posted to Twitter

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