<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Notes on No Subject - nosubject.io -</title><link>https://nosubject.io/en/categories/notes/</link><description>Recent content in Notes on No Subject - nosubject.io -</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 09 Jul 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://nosubject.io/en/categories/notes/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrating from WordPress to Hugo</title><link>https://nosubject.io/en/wordpress-to-hugo-migration/</link><pubDate>Thu, 09 Jul 2026 00:00:00 +0900</pubDate><guid>https://nosubject.io/en/wordpress-to-hugo-migration/</guid><description>&lt;p&gt;I decided to migrate this site, which had been running on WordPress, to Hugo.&lt;/p&gt;
&lt;p&gt;WordPress is convenient. You can write posts from the admin screen, and there are many themes and plugins. But after running it for a long time, the number of things to maintain keeps growing little by little: PHP, MySQL, plugins, themes, security updates, backups, and so on.&lt;/p&gt;
&lt;p&gt;This blog is mostly a place where I leave notes about things I looked up. I do not need much dynamic behavior. For that kind of use, managing posts as Markdown files and publishing static HTML with Hugo feels like a better fit.&lt;/p&gt;</description></item><item><title>Switching the Raspberry Pi WordPress Site to Hugo</title><link>https://nosubject.io/en/raspberry-pi-wordpress-to-hugo-switch/</link><pubDate>Thu, 09 Jul 2026 00:00:00 +0900</pubDate><guid>https://nosubject.io/en/raspberry-pi-wordpress-to-hugo-switch/</guid><description>&lt;p&gt;I already wrote about migrating the article data from WordPress to Hugo in &lt;a href="https://nosubject.io/en/wordpress-to-hugo-migration/"&gt;Migrating from WordPress to Hugo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This article covers the next step: switching the actual WordPress environment running on my Raspberry Pi to Hugo.&lt;/p&gt;
&lt;p&gt;Even when I built the environment myself, I forget the details after enough time passes. Looking back at my older notes, this site was not running WordPress directly on the host with PHP and MySQL. It was running through Docker.&lt;/p&gt;</description></item><item><title>How I Improved the Loose USB Type-C Connection on My Google Pixel</title><link>https://nosubject.io/en/google-pixel-7as-type-c-contact-problem-has-been-improved/</link><pubDate>Fri, 11 Jul 2025 18:51:09 +0900</pubDate><guid>https://nosubject.io/en/google-pixel-7as-type-c-contact-problem-has-been-improved/</guid><description>&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;I use Google Maps through Android Auto on my Pixel 7a as the car navigation system in my AQUA. Recently, the navigation would stop more often because of a loose USB Type-C connection.&lt;/p&gt;
&lt;p&gt;I was having trouble finding a workaround, but then I came across information online saying that a Type-C connector can become unstable if it is inserted too deeply. This is what happened when I tried that idea.&lt;/p&gt;</description></item><item><title>Notes on Blocking Attacks Against Raspberry Pi SSH with Fail2Ban</title><link>https://nosubject.io/en/raspberry-pi5-pios-how-to-setup-fail2ban-ssh/</link><pubDate>Sun, 01 Sep 2024 23:16:45 +0900</pubDate><guid>https://nosubject.io/en/raspberry-pi5-pios-how-to-setup-fail2ban-ssh/</guid><description>&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;I expose the SSH Server port so I can access my Raspberry Pi remotely, and when I looked at the logs, I saw that it was being attacked fairly often. Password login is disabled, so I could ignore it, but it felt unpleasant, so I configured Fail2Ban.&lt;/p&gt;
&lt;pre class="wp-block-code"&gt;&lt;code&gt;$ journalctl _COMM=sshd | grep "Invalid user"
Aug 11 09:23:53 pi4col sshd&amp;#91;1105]: Invalid user blank from 183.67.43.194 port 44130
Aug 11 09:44:30 pi4col sshd&amp;#91;1118]: Invalid user pi from 199.76.38.123 port 36840
Aug 11 09:44:30 pi4col sshd&amp;#91;1119]: Invalid user pi from 199.76.38.123 port 36844
Aug 11 09:45:33 pi4col sshd&amp;#91;1122]: Invalid user Admin from 138.75.192.20 port 52632
Aug 11 10:07:10 pi4col sshd&amp;#91;1197]: Invalid user blank from 61.83.254.100 port 38377
Aug 11 10:26:35 pi4col sshd&amp;#91;1268]: Invalid user nosubject from 152.136.41.3 port 55696
Aug 11 10:28:44 pi4col sshd&amp;#91;1270]: Invalid user admin from 121.7.26.195 port 50064
Aug 11 10:49:04 pi4col sshd&amp;#91;1282]: Invalid user babs from 81.70.27.122 port 45998
Aug 11 10:49:11 pi4col sshd&amp;#91;1284]: Invalid user zookeeper from 46.191.141.152 port 35283
...&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;What Is Fail2Ban?&lt;/h2&gt;
&lt;p&gt;Fail2Ban is a tool that checks access logs and bans addresses that repeatedly produce login errors, such as from brute-force attacks. This time, I use it to ban unauthorized SSH access.&lt;/p&gt;</description></item><item><title>Emacs Key Binding Settings for Sakura Editor</title><link>https://nosubject.io/en/sakuraeditor-emacs-key-bind/</link><pubDate>Wed, 14 Feb 2024 13:02:17 +0900</pubDate><guid>https://nosubject.io/en/sakuraeditor-emacs-key-bind/</guid><description>&lt;p&gt;It is rough being in an environment where only Sakura Editor can be used.&lt;/p&gt;
&lt;p&gt;Reposted from the following. (Because the environment could not even extract LZH files, I converted it to Zip.)&lt;/p&gt;
&lt;p&gt;http://sakura.qp.land.to/?Customize%2F%C5%EA%B9%C6%2F6&lt;/p&gt;
&lt;div class="wp-block-file"&gt;&lt;a id="wp-block-file--media-b811f6df-4e24-466e-93cd-bb0e62acb203" href="https://nosubject.io/wp-content/uploads/2024/02/SakuraEmacsKey.zip"&gt;SakuraEmacsKey&lt;/a&gt;&lt;a href="https://nosubject.io/wp-content/uploads/2024/02/SakuraEmacsKey.zip" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-b811f6df-4e24-466e-93cd-bb0e62acb203"&gt;Download&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="wp-block-file"&gt;&lt;a id="wp-block-file--media-49e0785b-91d0-48a6-843e-3908f506b0af" href="https://nosubject.io/wp-content/uploads/2024/02/xml.ini_.zip"&gt;Type-specific settings for XML&lt;/a&gt;&lt;a href="https://nosubject.io/wp-content/uploads/2024/02/xml.ini_.zip" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-49e0785b-91d0-48a6-843e-3908f506b0af"&gt;Download&lt;/a&gt;&lt;/div&gt;</description></item><item><title>Change the Windows 11 PIN (Windows Hello) Length from 6 Digits to 4 Digits</title><link>https://nosubject.io/en/windows11-windows-hello-edit-minimum-pin-length/</link><pubDate>Wed, 09 Aug 2023 12:49:37 +0900</pubDate><guid>https://nosubject.io/en/windows11-windows-hello-edit-minimum-pin-length/</guid><description>&lt;p class="is-style-p-style-08 has-box-style"&gt;I use a PIN on Windows 11. By default, the minimum length was 6 digits, so I tried changing it to 4 digits.&lt;/p&gt;
&lt;h2&gt;Test Environment&lt;/h2&gt;
&lt;p class="is-style-section-paper-box has-box-style"&gt;OS: Windows 11 Pro 22H2 22621.2070&lt;br&gt;CPU: Core i7 13700&lt;br&gt;RAM: 64 GB&lt;/p&gt;
&lt;h2&gt;Configuration&lt;/h2&gt;
&lt;p class="is-style-section-paper-box has-box-style"&gt;Press &lt;strong&gt;Win + R&lt;/strong&gt; (Run), enter &lt;strong&gt;gpedit.msc&lt;/strong&gt;, and open the Local Group Policy Editor.&lt;/p&gt;
&lt;figure class="wp-block-image size-full is-style-default"&gt;&lt;img src="https://nosubject.io/wp-content/uploads/2023/08/image-13.png" alt="" class="wp-image-1160"/&gt;&lt;/figure&gt;
&lt;p class="is-style-section-paper-box has-box-style"&gt;From the tree on the left, select &lt;strong&gt;Computer Configuration -&gt; Administrative Templates -&gt; System -&gt; PIN Complexity&lt;/strong&gt;. The &lt;strong&gt;Minimum PIN length&lt;/strong&gt; item shown on the right is the setting for the number of PIN digits.&lt;br&gt;By default, it is &lt;strong&gt;Not configured (= 6 or more digits)&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>A Quick Way to Install WSL2 (Ubuntu) and Docker Desktop on Windows 11</title><link>https://nosubject.io/en/windows11-how-to-setup-wsl2-ubuntu-and-docker-desktop/</link><pubDate>Thu, 03 Aug 2023 12:13:54 +0900</pubDate><guid>https://nosubject.io/en/windows11-how-to-setup-wsl2-ubuntu-and-docker-desktop/</guid><description>&lt;p&gt;This is a note from installing WSL and Docker Desktop in a Windows 11 Pro environment.&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;When using Docker containers on Windows, I use Docker Desktop.&lt;br&gt;For paid licensing and various other reasons, it seems people are moving away from Docker, but it is still easy and convenient when you want to verify something quickly.&lt;/p&gt;
&lt;p&gt;On Windows 10, setting up WSL took a bit of work, but recent Windows 11 versions seem to install it quickly, so I wanted to try it.&lt;/p&gt;</description></item><item><title>[Python] What to Do When Sending Packets with Scapy as a General User Returns error: [Errno 1] Operation not permitted</title><link>https://nosubject.io/en/python-scapy-send-packet-operation-not-permitted-error/</link><pubDate>Thu, 19 Jan 2023 10:56:58 +0900</pubDate><guid>https://nosubject.io/en/python-scapy-send-packet-operation-not-permitted-error/</guid><description>&lt;p&gt;Apparently, handling raw packets requires the Linux capability &lt;code&gt;cap_net_raw&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The only apparent options are to run Python with sudo or grant the capability to &lt;code&gt;/usr/bin/python3&lt;/code&gt;.&lt;/p&gt;
&lt;pre class="wp-block-code"&gt;&lt;code&gt;$ sudo setcap cap_net_raw=eip $(readlink -f $(which python3))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;For a development environment, I think this is fine.&lt;/p&gt;
&lt;p&gt;Reference: &lt;a href="https://stackoverflow.com/questions/22421290/scapy-operation-not-permitted-when-sending-packets"&gt;https://stackoverflow.com/questions/22421290/scapy-operation-not-permitted-when-sending-packets&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How to Run SSHd with Systemd in a CentOS 7 Docker Container</title><link>https://nosubject.io/en/centos7-systemd-sshd-on-windows-docker-desktop/</link><pubDate>Fri, 17 Jun 2022 20:05:58 +0900</pubDate><guid>https://nosubject.io/en/centos7-systemd-sshd-on-windows-docker-desktop/</guid><description>&lt;p&gt;I use Docker Desktop on Windows.&lt;/p&gt;
&lt;p&gt;This time I needed to use Systemd on CentOS 7, so I looked into it.&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;If you run CentOS 7 in a container without doing anything special, running the &lt;code&gt;systemctl&lt;/code&gt; command produces an error like this.&lt;/p&gt;
&lt;pre class="wp-block-code"&gt;&lt;code&gt;sh-4.2# systemctl start sshd
Failed to get D-Bus connection: Operation not permitted&lt;/code&gt;&lt;/pre&gt;
&lt;a href="https://hub.docker.com/_/centos/" class="blogcard-wrap external-blogcard-wrap a-wrap cf" target="_blank" rel="noopener noreferrer"&gt;
 &lt;div class="blogcard external-blogcard eb-left cf"&gt;
 &lt;figure class="blogcard-thumbnail external-blogcard-thumbnail"&gt;
 
 &lt;img src="https://www.google.com/s2/favicons?domain=hub.docker.com" alt="" width="32" height="32" loading="lazy"&gt;
 
 &lt;/figure&gt;
 &lt;div class="blogcard-content external-blogcard-content"&gt;
 &lt;div class="blogcard-title external-blogcard-title"&gt;https://hub.docker.com/_/centos/&lt;/div&gt;
 &lt;div class="blogcard-snippet external-blogcard-snippet"&gt;リンク先を開く&lt;/div&gt;
 &lt;div class="blogcard-domain external-blogcard-domain"&gt;hub.docker.com&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/a&gt;

&lt;p&gt;To avoid this, you need to add options when starting the container. Docker Hub describes this, but even following those instructions did not work for me. The required settings seem to differ depending on the environment.&lt;/p&gt;</description></item><item><title>How to Change the Memory Limit in a Docker Desktop Environment</title><link>https://nosubject.io/en/docker-desktop-memory-allocation-config/</link><pubDate>Wed, 15 Jun 2022 15:16:53 +0900</pubDate><guid>https://nosubject.io/en/docker-desktop-memory-allocation-config/</guid><description>&lt;p&gt;I run containers in a Docker Desktop environment, but they run with less memory than the physical memory available, so I tried increasing the memory allocation. This applies only to environments using the WSL 2 backend.&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;Docker Desktop is affected by WSL2's memory limit. On Windows 10, the default memory allocated to WSL2 appears to be 80% of the host memory. When I checked my own environments, they looked like this.&lt;/p&gt;</description></item><item><title>Can a mineo SIM Be Used in a WiMAX+ Wi-Fi Router, the Speed Wi-Fi NEXT W06?</title><link>https://nosubject.io/en/mineo-sim-wimax-wifi-next-w06/</link><pubDate>Mon, 23 May 2022 22:46:23 +0900</pubDate><guid>https://nosubject.io/en/mineo-sim-wimax-wifi-next-w06/</guid><description>&lt;p&gt;This feels a little late, but I tried using a mineo SIM in a Speed Wi-Fi NEXT W06.&lt;/p&gt;
&lt;h3&gt;Background&lt;/h3&gt;
&lt;p&gt;Recently, I have liked mineo's 1GB data plan (880 yen/month) + Packet Unlimited Plus (385 yen/month).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you are fine with a maximum speed of 1.5 Mbps, you can get an unlimited-data environment for about 1,300 yen per month. (If you are thinking about joining mineo, you can sign up at a discount through the referral link below.)&lt;/p&gt;</description></item><item><title>WENRUI (ROYAL KLUDGE RK61) Key Setting Shortcuts</title><link>https://nosubject.io/en/wenrui-royal-kludge-rk61-key-settings/</link><pubDate>Sat, 21 May 2022 18:16:02 +0900</pubDate><guid>https://nosubject.io/en/wenrui-royal-kludge-rk61-key-settings/</guid><description>&lt;p&gt;Notes on switching keys on the WENRUI mechanical keyboard.&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;I use a mechanical keyboard sold as the "&lt;a href="https://www.amazon.co.jp/gp/search/ref=as_li_qf_sp_sr_tl?ie=UTF8&amp;amp;tag=nosubjectio0d-22&amp;amp;keywords=WENRUI メカニカルキーボード&amp;amp;index=aps&amp;amp;camp=247&amp;amp;creative=1211&amp;amp;linkCode=ur2&amp;amp;linkId=5a03c947d156c16d6b6830133d2a924f" target="_blank" rel="noreferrer noopener"&gt;WENRUI Mechanical Keyboard&lt;/a&gt;", but inside it is a ROYAL KLUDGE RK61.&lt;/p&gt;</description></item><item><title>Customizing the Key Layout of the WENRUI (ROYAL KLUDGE RK61) Mechanical Keyboard</title><link>https://nosubject.io/en/wenrui-royal-kludge-rk61-software/</link><pubDate>Tue, 08 Feb 2022 10:18:35 +0900</pubDate><guid>https://nosubject.io/en/wenrui-royal-kludge-rk61-software/</guid><description>&lt;p&gt;This is a note from when I tried customizing the key layout of the WENRUI mechanical keyboard (blue switches) that I bought on Amazon.&lt;/p&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;I bought a gaming keyboard on Amazon called the "&lt;a target="_blank" href="https://www.amazon.co.jp/gp/search/ref=as_li_qf_sp_sr_tl?ie=UTF8&amp;amp;tag=nosubjectio0d-22&amp;amp;keywords=WENRUI メカニカルキーボード&amp;amp;index=aps&amp;amp;camp=247&amp;amp;creative=1211&amp;amp;linkCode=ur2&amp;amp;linkId=5a03c947d156c16d6b6830133d2a924f" rel="noreferrer noopener"&gt;WENRUI Mechanical Keyboard&lt;/a&gt;", and it was engraved ROYAL KLUDGE RK61.&lt;/p&gt;</description></item><item><title>[Raspberry Pi 4] USB Boot: Stop Using an SD Card and Boot from an SSD</title><link>https://nosubject.io/en/raspberry-pi4-clone-from-microsd-to-ssd/</link><pubDate>Thu, 06 Jan 2022 17:12:07 +0900</pubDate><guid>https://nosubject.io/en/raspberry-pi4-clone-from-microsd-to-ssd/</guid><description>&lt;p&gt;This is a memo from migrating a Raspberry Pi web server that had been running from an SD card to an SSD with USB boot. I had written about &lt;a href="https://nosubject.io/raspberry-pi4-pi4-%e3%81%ae%e3%82%b9%e3%83%88%e3%83%ac%e3%83%bc%e3%82%b8%e3%82%92sd%e3%82%ab%e3%83%bc%e3%83%89%e3%81%8b%e3%82%89ssd%e3%81%b8%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/" target="_blank" rel="noreferrer noopener" title="[Raspberry Pi 4] Change the Pi 4 Storage from an SD Card to an SSD"&gt;something similar&lt;/a&gt; before; this time only the data-copying method is different. This procedure may be easier.&lt;br&gt;The steps are for Ubuntu, but I think almost the same method can be used with Raspberry Pi OS. This is amateur work, so follow it at your own risk if you use it as a reference.&lt;/p&gt;</description></item><item><title>[Raspberry Pi 4] Four-Channel Terrestrial Digital Recording Server on a Raspberry Pi: Docker + GPU Encoding Version</title><link>https://nosubject.io/en/raspberry-pi4-pios-docker-epgstation-gpu-encode/</link><pubDate>Sat, 18 Sep 2021 08:30:00 +0900</pubDate><guid>https://nosubject.io/en/raspberry-pi4-pios-docker-epgstation-gpu-encode/</guid><description>&lt;p&gt;This is a memo for enabling hardware encoding in EPGStation running on a Raspberry Pi. It continues from the previous article, &lt;a href="https://nosubject.io/raspberry-pi4-ubuntu-tv-recorder-pxq1ud/" title="[Raspberry Pi 4] Four-Channel Terrestrial Digital Recording Server on Ubuntu with PX-Q1UD" target="_blank" rel="noreferrer noopener"&gt;[Raspberry Pi 4] Four-Channel Terrestrial Digital Recording Server on Ubuntu with PX-Q1UD&lt;/a&gt;. Some parts still do not work perfectly, but the GPU appears to be usable, and it is mostly operational now.&lt;/p&gt;
&lt;p&gt;This is amateur work, so follow it at your own risk if you use it as a reference.&lt;/p&gt;</description></item><item><title>[Raspberry Pi 4] Install Docker on the 64-bit Version of Raspberry Pi OS</title><link>https://nosubject.io/en/raspberry-pi4-raspberry-pi-os-64bit-docker-install/</link><pubDate>Tue, 14 Sep 2021 13:51:47 +0900</pubDate><guid>https://nosubject.io/en/raspberry-pi4-raspberry-pi-os-64bit-docker-install/</guid><description>&lt;p&gt;This is a memo. It is the same procedure as &lt;a href="https://nosubject.io/raspberry-pi4-ubuntu-install-docker/" target="_blank" rel="noreferrer noopener" title="[Raspberry Pi 4] Install Docker on Ubuntu Server 21.04"&gt;installing on Ubuntu&lt;/a&gt;. The repository URL is about the only difference.&lt;/p&gt;
&lt;h2&gt;Test Environment&lt;/h2&gt;
&lt;p&gt;Raspberry Pi 4, 8GB memory&lt;br&gt;*On this site, I use a &lt;a href="https://amzn.to/392CVa3" target="_blank" rel="noreferrer noopener"&gt;SanDisk SSD&lt;/a&gt; and a &lt;a href="https://amzn.to/3tNwD7s" target="_blank" rel="noreferrer noopener"&gt;Buffalo SSD&lt;/a&gt; for storage. (&lt;a href="https://nosubject.io/raspberry-pi4-pi4-%e3%81%ae%e3%82%b9%e3%83%88%e3%83%ac%e3%83%bc%e3%82%b8%e3%82%92sd%e3%82%ab%e3%83%bc%e3%83%89%e3%81%8b%e3%82%89ssd%e3%81%b8%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/" target="_blank" rel="noreferrer noopener" title="[Raspberry Pi 4] Change the Pi 4 Storage from an SD Card to an SSD"&gt;Reference: [Raspberry Pi 4] Change the Pi 4 Storage from an SD Card to an SSD&lt;/a&gt;)&lt;/p&gt;</description></item><item><title>[Raspberry Pi] Configure Ubuntu Server Wi-Fi from CUI Commands</title><link>https://nosubject.io/en/raspberry-pi-cui-ubuntu-server-wifi-configuration/</link><pubDate>Mon, 13 Sep 2021 18:22:14 +0900</pubDate><guid>https://nosubject.io/en/raspberry-pi-cui-ubuntu-server-wifi-configuration/</guid><description>&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;This is a note from installing Ubuntu Server on a Raspberry Pi, connecting a display and keyboard, and configuring Wi-Fi. With the Desktop edition, you can configure it from the GUI, so you probably do not need to do it from commands.&lt;/p&gt;
&lt;p&gt;If you want to install and configure it without connecting a display or keyboard, see "&lt;a href="https://nosubject.io/raspberry-pi4-install-ubuntu-server-21-04-headless/" title="[Raspberry Pi 4] Headless Install of Ubuntu Server 21.04 (No Monitor or Keyboard) Beginner-Friendly"&gt;[Raspberry Pi 4] Headless Install of Ubuntu Server 21.04 (No Monitor or Keyboard) Beginner-Friendly&lt;/a&gt;".&lt;/p&gt;</description></item><item><title>[Raspberry Pi 4] Increase the Memory Allocated to the GPU</title><link>https://nosubject.io/en/raspberry-pi4-gpu-memory-configuration/</link><pubDate>Thu, 09 Sep 2021 17:50:49 +0900</pubDate><guid>https://nosubject.io/en/raspberry-pi4-gpu-memory-configuration/</guid><description>&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;The Raspberry Pi GPU memory is shared with system memory.&lt;/p&gt;
&lt;p&gt;I checked how to change the amount of memory allocated to the GPU.&lt;/p&gt;
&lt;h2&gt;Test Environment&lt;/h2&gt;
&lt;p&gt;Raspberry Pi 4 with 8GB RAM, running Ubuntu.&lt;/p&gt;
&lt;pre class="wp-block-code"&gt;&lt;code&gt;$ cat /proc/device-tree/model
Raspberry Pi 4 Model B Rev 1.4
&lt;p&gt;$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 21.04
Release: 21.04
Codename: hirsute
&lt;/code&gt;&lt;/pre&gt;
&lt;iframe
 style="width:120px;height:240px;"
 marginwidth="0"
 marginheight="0"
 scrolling="no"
 frameborder="0"
 src="https://rcm-fe.amazon-adsystem.com/e/cm?ref=qf_sp_asin_til&amp;amp;t=nosubjectio0d-22&amp;amp;m=amazon&amp;amp;o=9&amp;amp;p=8&amp;amp;l=as1&amp;amp;IS1=1&amp;amp;detail=1&amp;amp;asins=B08P4D6GS6&amp;amp;linkId=284ac55191927cdb388c8df8d7931dec&amp;amp;bc1=FFFFFF&amp;amp;lt1=_top&amp;amp;fc1=333333&amp;amp;lc1=0066C0&amp;amp;bg1=FFFFFF&amp;amp;f=ifr"&gt;&lt;/iframe&gt;
&lt;iframe
 style="width:120px;height:240px;"
 marginwidth="0"
 marginheight="0"
 scrolling="no"
 frameborder="0"
 src="https://rcm-fe.amazon-adsystem.com/e/cm?ref=qf_sp_asin_til&amp;amp;t=nosubjectio0d-22&amp;amp;m=amazon&amp;amp;o=9&amp;amp;p=8&amp;amp;l=as1&amp;amp;IS1=1&amp;amp;detail=1&amp;amp;asins=B08P4BMS46&amp;amp;linkId=d92fad309eda6a56b04dd40be36dd1e2&amp;amp;bc1=ffffff&amp;amp;lt1=_top&amp;amp;fc1=333333&amp;amp;lc1=0066c0&amp;amp;bg1=ffffff&amp;amp;f=ifr"&gt;&lt;/iframe&gt;

&lt;iframe
 style="width:120px;height:240px;"
 marginwidth="0"
 marginheight="0"
 scrolling="no"
 frameborder="0"
 src="https://rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=nosubjectio0d-22&amp;amp;language=ja_JP&amp;amp;o=9&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=as_ss_li_til&amp;amp;asins=B095K5WTQ2&amp;amp;linkId=5b92f4a95c5d0e7e12e844dd34c4f9ec"&gt;&lt;/iframe&gt;
&lt;iframe
 style="width:120px;height:240px;"
 marginwidth="0"
 marginheight="0"
 scrolling="no"
 frameborder="0"
 src="https://rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=nosubjectio0d-22&amp;amp;language=ja_JP&amp;amp;o=9&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=as_ss_li_til&amp;amp;asins=B07GBD3JLR&amp;amp;linkId=6646eb313663cee2bb93aaff0eeafe6d"&gt;&lt;/iframe&gt;
&lt;/p&gt;
&lt;h2&gt;Configuration&lt;/h2&gt;
&lt;p&gt;Check the current GPU memory size. By default, the allocation to the GPU seems to be 76MB.&lt;br&gt;There is plenty of system memory available, so I will increase the GPU allocation.&lt;/p&gt;</description></item><item><title>[Raspberry Pi 4] Four-Channel Simultaneous Terrestrial Digital TV Recording Server on Ubuntu with PX-Q1UD</title><link>https://nosubject.io/en/raspberry-pi4-ubuntu-tv-recorder-pxq1ud/</link><pubDate>Sat, 19 Jun 2021 00:21:28 +0900</pubDate><guid>https://nosubject.io/en/raspberry-pi4-ubuntu-tv-recorder-pxq1ud/</guid><description>&lt;p&gt;These are notes. I tried something called a recording server. Since I already had a Docker environment, it was easy to create. I also tried hardware encoding, but it was not stable, so these notes only cover building the normal setup. This is amateur work, so if you use it as a reference, do so at your own risk.&lt;/p&gt;
&lt;p&gt;Update: In a separate article, I wrote about operating it with H/W encoding.&lt;br&gt; &lt;a href="https://nosubject.io/raspberry-pi4-pios-docker-epgstation-gpu-encode/" title="[Raspberry Pi 4] [Redo] Four-channel simultaneous terrestrial digital TV recording server on Raspberry Pi"&gt;[Raspberry Pi 4] [Redo] Four-channel simultaneous terrestrial digital TV recording server on Raspberry Pi&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Trying an ahamo (docomo) SIM with Speed Wi-Fi HOME L02 / NEXT W06</title><link>https://nosubject.io/en/speed-wi-fi-home-l02-ahamo-docomo-sim/</link><pubDate>Mon, 12 Apr 2021 22:17:58 +0900</pubDate><guid>https://nosubject.io/en/speed-wi-fi-home-l02-ahamo-docomo-sim/</guid><description>&lt;p&gt;I canceled WiMAX 2+ because using an ahamo SIM seemed cheaper, so I tried whether an ahamo SIM could be used with Speed Wi-Fi HOME L02 / NEXT W06.&lt;/p&gt;
&lt;h3&gt;Background&lt;/h3&gt;
&lt;p&gt;When there is less than a year left before the contract renewal, WiMAX 2+ recommends another three-year contract renewal under the premise of changing the Wi-Fi router model and making the device fee free.&lt;br&gt;However, with mobile carriers competing to lower data communication prices, I do not feel eager to renew for three years just because the monthly fee becomes a little cheaper and I can get a new device.&lt;/p&gt;</description></item></channel></rss>