Recent Posts

Grab the knack of ffmpeg

1 minute read

What is ffmpeg Have you ever thought “I want to cut out an image from a video”, “I want to extract only audio from a video”, “I want to make a video from mu...

Implemented cart pole with ML-Agents 1

3 minute read

Overview Implement and train cart poles in ML-Agents. I hope it helps people who want to create models to train themselves using ML-Aegents. Introduction Cr...

Install OpenFOAM v2006 on CentOS

11 minute read

This article is a memorandum of the procedure when installing version v2006 of OpenFOAM, which is open source software for fluid analysis, on CentOS 6.x.

CentOS8 basic setup

6 minute read

This is a basic setting memo for myself regarding the installation of CentOS8 series. Contains a lot of hobby ingredients. During the actual installation...

How to run the ML-Agents sample

3 minute read

Overview This is an article that summarizes how to learn and operate the sample model of ML-Agent. Think of it as a rough flow of notes. Use Anaconda, pip, ...

KVM disk expansion

4 minute read

Extend the KVM disk image. This time, we will expand the disk on a machine using LVM. Expand to 20GB from + 10GB to 10GB.

How to change kube-proxy to ipvs mode.

less than 1 minute read

While building kubernetes v1.19 on CentOS8, I struggled with how to change the mode of kube-proxy from the default iptables to ipvs.