Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

RaspberryPi

Enabling the Raspberry Pi to be used only with a PC without mouse, keyboard, and monitor.

When I saw the news of the Raspberry Pi4 announcement, I pulled out my Raspberry Pi and touched it for the first time in a while. I had touched the Raspberry Pi a little before, but gradually stopped using it because I was too lazy to move…

How to make a USB-connected PC volume control button on Raspberry Pi

This may not be in great demand, but I created a Raspberry Pi version of the following "USB-connected PC volume control button created with Arduino" and this is the procedure and explanation memo. www.ekwbtblog.com A rough description of t…

How to run Puppeteer on a RaspberryPi

How to deal with the browser is not defined error when trying to run Puppeteer on a RaspberryPi. Reason When "Puppeteer" is installed by npm, Chromium is also newly installed in node_modules, and Puppeteer uses this Chromium by default. Ho…

The story of how I stopped using Docker on my Raspberry Pi.

It is fine to use Docker on the Raspberry Pi by itself, but it is not so easy to use Docker on the Raspberry Pi as a mini-server. impetus The server, which performs periodic crawls, was running on a desktop PC. Since we planned to prepare …