Create a blog in Nuxt 3

It has been 3 years since I built this blog in Nuxt 2 but the support of Nuxt 2 will end soon, so I created it again in Nuxt 3.

Automatically wake up Mac and run a cron job

You use cron or Automator if you run jobs on your Mac regularly.

気象庁から天気情報を取得する

気象庁はJSON形式で天気予報の情報を公開しています.正式にAPIとして提供されているわけではないため,JSON構造の一貫性や情報発信の定時性,メンテナンスなどが保証されているわけではないようです.

2024-01-07

E-paper desk calendar on Kindle

I tried to create the desk calendar with the unused Kindle. It can show my schedule from Google Calendar and weather data.

2024-02-29
2023-07-20

Enable SSH connection to Ubuntu server

I note how to install a package to enable SSH connection on Ubuntu 22.04 and how to connect.

2024-03-01
2023-07-10

Create bootable USB of Ubuntu 22.04

To install Ubuntu 22.04 on an unused PC, I created a bootable USB.

The way to install Ubuntu 22.04

Install Ubuntu to the PC using the created Ubuntu bootable USB.

2024-03-02
2023-07-05

Markdown environment to write UML on VS Code

When embedding model and sequence diagrams in documents, you can use images created with Draw.io, but it is easier if you can specify them in code, so we will create an environment for using PlantUML.

2024-03-02
2023-04-25

Check an open port with nping

The ping command is not specify the port number. In macOS, specify it with nmap.

2024-03-02
2023-04-18

日本語のMarkdownをPDFに変換する

Markdown形式でメモしていると,Markdownのプレビューが可能なソフトウェアを使用する必要があります. フォーマットを自由に変更したいとき,あるいは書類として作成したいときにはPDFに変換するのがおすすめです.

2023-04-02