Posts by Tag

C #

A memorandum to unfocus the TextBox

less than 1 minute read

I was a little addicted to it when implementing processing such as releasing the focus when the enter key was pressed, so I will write it down. It would be...

C # basic

9 minute read

table of contents –What is C #? Feature HelloWorld –Standard input –Standard output –Variables –Random –Conditional branch –DateTime structure –...

MVVM Show View Pattern 1 View Code Behind

3 minute read

Think about the pattern to display View When I started studying MVVM, I didn’t know how to write the code at all. Where should I write the code to display t...

C # Conditional attribute trap

less than 1 minute read

Problem overview I defined define and used Conditional, but why isn’t the function called? ?? ?? I encountered an incident such as.

(C #) LINQ to get next weekday

less than 1 minute read

Introduction I wondered if I could write a clean code to get the next weekday in C # and tried it in LINQ. I would appreciate it if you could comment if yo...

SQLiteUnityKit extension library

2 minute read

A library based on SQLiteUnityKit ――It is one of the many modifications of SQLite Unity Kit. –Repository (GitHub)

How to compile C # without VS

less than 1 minute read

Verification environment ・ Windows10 64bit 1909 build 18363.1082 -DotnetFramework x64 v4.0.30319

[C #] Inconsistent accessibility

less than 1 minute read

When I created a class to manage resources in C # “CS0053 Accessibility is inconsistent. The accessibility of the property type’Resources’ is set lower th...

Implement type constraints like in C #

7 minute read

In the development of C # port of AtCoderLibrary Class <arbitrary numeric type I have the intention of realizing a type like> , and I will describe th...

[C # / WPF / MVVM] I researched MVVM now

11 minute read

Introduction I’m ashamed to say that I’m an outdated programmer who hasn’t used WPF, let alone ** MVVM **, for WinForms projects. Embarrassing … [^ 7]: I d...

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

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, ...

[Unity] Rigidbody simple manual

3 minute read

Introduction This article is a brief description of the ** beginner ** Rigidbody, picking up the ones you use most often. The meaning of personal memos is ...

Precautions when outputting CSV in C #

1 minute read

CSV is convenient, isn’t it? When you want to export data to spreadsheet software such as Excel, creating .xlsx is not impossible, but it is quite troubleso...

About instantiate

less than 1 minute read

Introduction Here, the technical part is written so that beginners can understand it somehow.

I tried Unity ML-Agents

4 minute read

Premise environment Unity 2019.4.9f1 (LTS) ML Agents 1.3.0 (Preview) ML Agents Extension 0.0.1 (Preview) Anaconda Python 3.8 Windows 10

C # grammar memo

4 minute read

Array Array declaration Type name [] = variable name;

[WinForms] 3D chart

1 minute read

```cs using System; using System.Drawing; using System.Windows.Forms; using System.Windows.Forms.DataVisualization.Charting;

[Note] Model binding

less than 1 minute read

![-](https://img.shields.io/badge/ASP.NETCore-3.1-brightgreen) Introduction This is a memo when I researched Model Binding of ASP.NET Core. ..

Linq’s count () was too slow.

1 minute read

LINQ count is slow I was doing paiza because I had too much free time, but there was a test case that timed out. After fixing the part written in Linq, the...

Try the MVVM pattern with Blazor

3 minute read

Introduction I was developing an application with Blazor, and I thought that it would be easier to develop if I could apply the MVVM pattern that was done d...

Learn Prism Commanding

12 minute read

Learn the Commanding section from the RRISM LIBRARY Documentation (https://prismlibrary.com/docs/commanding.html).

Set List to Span

less than 1 minute read

.NET 5.0 will add a method to make List <T> Span <T>.

C # error message

less than 1 minute read

An error that occurred when the argument of Split was enclosed in ". When using it, specify it with single quotation marks such as data.Split (',').

Learn Prism WPF View Composition

49 minute read

Learn the WPF View Composition (https://prismlibrary.com/docs/wpf/view-composition.html) section from the PRISM LIBRARY Documentation.

Back to Top ↑

Unity

SQLiteUnityKit extension library

2 minute read

A library based on SQLiteUnityKit ――It is one of the many modifications of SQLite Unity Kit. –Repository (GitHub)

Use Mobile-FFmpeg with Unity

4 minute read

Introduction It became necessary to process video files and audio files within the application being developed in Unity, so we decided to use Mobile-FFmpeg....

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

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, ...

[Unity] Rigidbody simple manual

3 minute read

Introduction This article is a brief description of the ** beginner ** Rigidbody, picking up the ones you use most often. The meaning of personal memos is ...

About instantiate

less than 1 minute read

Introduction Here, the technical part is written so that beginners can understand it somehow.

I tried Unity ML-Agents

4 minute read

Premise environment Unity 2019.4.9f1 (LTS) ML Agents 1.3.0 (Preview) ML Agents Extension 0.0.1 (Preview) Anaconda Python 3.8 Windows 10

Back to Top ↑

CentOS

CentOS 7 curl version upgrade

1 minute read

I thought that if I followed the procedure introduced in some article, it would be completed smoothly, but I struggled unexpectedly, so I summarized my own ...

Install PostgreSQL 12 on Centos8

1 minute read

Introduction Since I had only touched Mysql, I installed Postgresql using the installation method on the official website for verification. This time, we a...

Docker operation memo

1 minute read

usage environment VirtulBox : 6.1 Host OS: Ubuntu 18.04 Docer : docker-ce 19.03.13 The host OS of docker is a virtual environment running on VirtualBox.

Docker installation on CentOS 6

less than 1 minute read

Quite a lot of old information was disseminated. .. .. yum install dockerThere will be confusing things that have nothing to do with it (An error occurred ...

Use CentOS with LXD

less than 1 minute read

How to install and configure CentOS 8 on lxd 4.6 installed on Ubuntu 20.04. When the installation is complete and you log in, you should see something like...

CentOS IP address Setup

6 minute read

It is a story that solved the problem that ens224 and ens256 do not UP and the IP address cannot be set.

Network install CentOS 8 with Kickstart.

9 minute read

Introduction Previously, I posted an article about network installation using Ubuntu’s automatic installation function, but since it’s a big deal, I’ll leav...

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

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.

firewalld went wrong, so I managed to fix it.

less than 1 minute read

Can I connect only with the rules described in drop? !! While I was messing around, I started to refuse the connection unless it was the service, IP, or por...

OpenAM installation on VirtualBox

13 minute read

In my work, I will write OSS x Security Article in a technical information magazine, and as the first experimental memo, this article Until OpenAM sneaks on...

Back to Top ↑

C #

[C #] Start Windows standard touch keyboard

3 minute read

Windows has a touch keyboard executable file called tabtip.exe (“C: /Program Files / Common Files / Microsoft Shared / ink / tabtip.exe”), and you can use t...

[.NET] Should VB.NET be type inferred?

2 minute read

What is type inference? I don’t bother to write it now, but if I write it, it’s ** “Let the compiler infer the type from the right side of the assignment ex...

Back to Top ↑

WPF

A memorandum to unfocus the TextBox

less than 1 minute read

I was a little addicted to it when implementing processing such as releasing the focus when the enter key was pressed, so I will write it down. It would be...

[C # / WPF / MVVM] I researched MVVM now

11 minute read

Introduction I’m ashamed to say that I’m an outdated programmer who hasn’t used WPF, let alone ** MVVM **, for WinForms projects. Embarrassing … [^ 7]: I d...

Learn Prism WPF View Composition

49 minute read

Learn the WPF View Composition (https://prismlibrary.com/docs/wpf/view-composition.html) section from the PRISM LIBRARY Documentation.

Back to Top ↑

CentOS

How to install beta php8.0 on CentOS8

1 minute read

Background It seems that php8.0 will be released on November 26, 2020. A beta version is also available in the repository of remi, so install it and check ...

Try RabbitMQ + PHP on CentOS

1 minute read

A note when I tried RabbitMQ to introduce asynchronous processing in PHP. This article uses CentOS7 and PHP7.3.

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.

Back to Top ↑

.NET

[.NET] Should VB.NET be type inferred?

2 minute read

What is type inference? I don’t bother to write it now, but if I write it, it’s ** “Let the compiler infer the type from the right side of the assignment ex...

Back to Top ↑

.NET Core

A memorandum to unfocus the TextBox

less than 1 minute read

I was a little addicted to it when implementing processing such as releasing the focus when the enter key was pressed, so I will write it down. It would be...

Back to Top ↑

ASP.NET_Core

[Note] Model binding

less than 1 minute read

![-](https://img.shields.io/badge/ASP.NETCore-3.1-brightgreen) Introduction This is a memo when I researched Model Binding of ASP.NET Core. ..

Back to Top ↑

Xaml

Back to Top ↑

Windows

[C #] Start Windows standard touch keyboard

3 minute read

Windows has a touch keyboard executable file called tabtip.exe (“C: /Program Files / Common Files / Microsoft Shared / ink / tabtip.exe”), and you can use t...

Back to Top ↑

ffmpeg

Use Mobile-FFmpeg with Unity

4 minute read

Introduction It became necessary to process video files and audio files within the application being developed in Unity, so we decided to use Mobile-FFmpeg....

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

Combine multiple mp3 files with ffmpeg

less than 1 minute read

Combine all mp3 files under the directory into one mp3 file. I found this to be the easiest of all the research and trials. You can do it with two command...

Back to Top ↑

PRISM

Learn Prism Commanding

12 minute read

Learn the Commanding section from the RRISM LIBRARY Documentation (https://prismlibrary.com/docs/commanding.html).

Learn Prism WPF View Composition

49 minute read

Learn the WPF View Composition (https://prismlibrary.com/docs/wpf/view-composition.html) section from the PRISM LIBRARY Documentation.

Back to Top ↑

PHP

How to install beta php8.0 on CentOS8

1 minute read

Background It seems that php8.0 will be released on November 26, 2020. A beta version is also available in the repository of remi, so install it and check ...

Try RabbitMQ + PHP on CentOS

1 minute read

A note when I tried RabbitMQ to introduce asynchronous processing in PHP. This article uses CentOS7 and PHP7.3.

Back to Top ↑

centos7

Back to Top ↑

VisualStudio2019

Back to Top ↑

Docker

Docker operation memo

1 minute read

usage environment VirtulBox : 6.1 Host OS: Ubuntu 18.04 Docer : docker-ce 19.03.13 The host OS of docker is a virtual environment running on VirtualBox.

Docker installation on CentOS 6

less than 1 minute read

Quite a lot of old information was disseminated. .. .. yum install dockerThere will be confusing things that have nothing to do with it (An error occurred ...

Back to Top ↑

centos8

Install PostgreSQL 12 on Centos8

1 minute read

Introduction Since I had only touched Mysql, I installed Postgresql using the installation method on the official website for verification. This time, we a...

How to install beta php8.0 on CentOS8

1 minute read

Background It seems that php8.0 will be released on November 26, 2020. A beta version is also available in the repository of remi, so install it and check ...

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.

Back to Top ↑

Blazor

Back to Top ↑

MVVM

MVVM Show View Pattern 1 View Code Behind

3 minute read

Think about the pattern to display View When I started studying MVVM, I didn’t know how to write the code at all. Where should I write the code to display t...

[C # / WPF / MVVM] I researched MVVM now

11 minute read

Introduction I’m ashamed to say that I’m an outdated programmer who hasn’t used WPF, let alone ** MVVM **, for WinForms projects. Embarrassing … [^ 7]: I d...

Back to Top ↑

ReactiveProperty

Back to Top ↑

ffmpeg

Back to Top ↑

VirtualBox

OpenAM installation on VirtualBox

13 minute read

In my work, I will write OSS x Security Article in a technical information magazine, and as the first experimental memo, this article Until OpenAM sneaks on...

Back to Top ↑

SignalR

Back to Top ↑

ASP.NET

Back to Top ↑

Vagrant

OpenAM installation on VirtualBox

13 minute read

In my work, I will write OSS x Security Article in a technical information magazine, and as the first experimental memo, this article Until OpenAM sneaks on...

Back to Top ↑

Visual Studio

Back to Top ↑

beginners

Back to Top ↑

ML-Agents

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

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, ...

I tried Unity ML-Agents

4 minute read

Premise environment Unity 2019.4.9f1 (LTS) ML Agents 1.3.0 (Preview) ML Agents Extension 0.0.1 (Preview) Anaconda Python 3.8 Windows 10

Back to Top ↑

nginx

Back to Top ↑

Apache

Back to Top ↑

Bash

Back to Top ↑

MySQL

Back to Top ↑

Python

Back to Top ↑

Mac

Back to Top ↑

DataGridView

Back to Top ↑

MP3

Combine multiple mp3 files with ffmpeg

less than 1 minute read

Combine all mp3 files under the directory into one mp3 file. I found this to be the easiest of all the research and trials. You can do it with two command...

Back to Top ↑

cognito

Back to Top ↑

AWS

Back to Top ↑

OpenCvSharp

Back to Top ↑

Magic Leap

Back to Top ↑

UniRx

Back to Top ↑

VB.Net

[.NET] Should VB.NET be type inferred?

2 minute read

What is type inference? I don’t bother to write it now, but if I write it, it’s ** “Let the compiler infer the type from the right side of the assignment ex...

Back to Top ↑

.NET Framework

A memorandum to unfocus the TextBox

less than 1 minute read

I was a little addicted to it when implementing processing such as releasing the focus when the enter key was pressed, so I will write it down. It would be...

Back to Top ↑

Introduction to C #

Back to Top ↑

Mac

Back to Top ↑

kubernetes

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.

Back to Top ↑

Unity2D

Back to Top ↑

Android

Back to Top ↑

letsencrypt

Back to Top ↑

ListBox

Back to Top ↑

Machine Learning

I tried Unity ML-Agents

4 minute read

Premise environment Unity 2019.4.9f1 (LTS) ML Agents 1.3.0 (Preview) ML Agents Extension 0.0.1 (Preview) Anaconda Python 3.8 Windows 10

Back to Top ↑

Java

Back to Top ↑

Kotlin

Back to Top ↑

Dependency Injection

Back to Top ↑

Unity3D

Back to Top ↑

3D

Back to Top ↑

C # Primer

Back to Top ↑

Selenium

Back to Top ↑

Microsoft Graph

Back to Top ↑

iOS

Back to Top ↑

Photon

Back to Top ↑

Win32API

Back to Top ↑

UWP

Back to Top ↑

loop

Back to Top ↑

Jenkins

Back to Top ↑

Windows10

Back to Top ↑

microservices

Back to Top ↑

Project Tye

Back to Top ↑

mailcatcher

Back to Top ↑

RestSharp

Back to Top ↑

samba

Back to Top ↑

Anaconda

I tried Unity ML-Agents

4 minute read

Premise environment Unity 2019.4.9f1 (LTS) ML Agents 1.3.0 (Preview) ML Agents Extension 0.0.1 (Preview) Anaconda Python 3.8 Windows 10

Back to Top ↑

Excel

Precautions when outputting CSV in C #

1 minute read

CSV is convenient, isn’t it? When you want to export data to spreadsheet software such as Excel, creating .xlsx is not impossible, but it is quite troubleso...

Back to Top ↑

nginx

Back to Top ↑

Django

Back to Top ↑

Git

Back to Top ↑

Yum

Back to Top ↑

Azure

Back to Top ↑

Azure Functions

Back to Top ↑

ASP.NET_Core_MVC

Back to Top ↑

png

Back to Top ↑

load

Back to Top ↑

save

Back to Top ↑

offline

Back to Top ↑

JSON

Back to Top ↑

vmware

Back to Top ↑

udp

Back to Top ↑

LINQ

(C #) LINQ to get next weekday

less than 1 minute read

Introduction I wondered if I could write a clean code to get the next weekday in C # and tried it in LINQ. I would appreciate it if you could comment if yo...

Back to Top ↑

mariadb

Back to Top ↑

ECS

Back to Top ↑

Alibaba Cloud

Back to Top ↑

squid

CentOS IP address Setup

6 minute read

It is a story that solved the problem that ens224 and ens256 do not UP and the IP address cannot be set.

Back to Top ↑

scraping

Back to Top ↑

Eclipse

Back to Top ↑

JUnit

Back to Top ↑

IntelliJ

Back to Top ↑

migration

Back to Top ↑

Python3

Back to Top ↑

Database

Back to Top ↑

Alembic

Back to Top ↑

SPA

Back to Top ↑

MultiThread

Back to Top ↑

Npgsql

Back to Top ↑

gRPC

Back to Top ↑

MagicOnion

Back to Top ↑

Livet

Back to Top ↑

DataBinding

Back to Top ↑

id3v2

Back to Top ↑

DynamoDB

Back to Top ↑

shopify

Back to Top ↑

PUN2

Back to Top ↑

OculusQuest

Back to Top ↑

PhotonVoice2

Back to Top ↑

error

C # error message

less than 1 minute read

An error that occurred when the argument of Split was enclosed in ". When using it, specify it with single quotation marks such as data.Split (',').

Back to Top ↑

STL

Back to Top ↑

OpenTK

Back to Top ↑

ThreadPool

Back to Top ↑

Blazo

Try the MVVM pattern with Blazor

3 minute read

Introduction I was developing an application with Blazor, and I thought that it would be easier to develop if I could apply the MVVM pattern that was done d...

Back to Top ↑

form

Back to Top ↑

VR

Back to Top ↑

SteamVR

Back to Top ↑

tesseract

Back to Top ↑

GitLab

Back to Top ↑

unity1week

Back to Top ↑

Visual

Back to Top ↑

Xamarin

Back to Top ↑

Flutter

Back to Top ↑

Flutnet

Back to Top ↑

dll

Back to Top ↑

Windows Forms

Back to Top ↑

Ruby

Back to Top ↑

Swift

Back to Top ↑

NWPath

Back to Top ↑

Rust

Back to Top ↑

TypeScript

Back to Top ↑

Julia

Back to Top ↑

Introduction to Unity

Back to Top ↑

Introduction to C #

Back to Top ↑

GDI +

Back to Top ↑

Windows API

Back to Top ↑

math

Back to Top ↑

Win32 API

Back to Top ↑

submit

Back to Top ↑

log

Back to Top ↑

hash

Back to Top ↑

Laravel

Back to Top ↑

PHP7

Back to Top ↑

Tomcat

OpenAM installation on VirtualBox

13 minute read

In my work, I will write OSS x Security Article in a technical information magazine, and as the first experimental memo, this article Until OpenAM sneaks on...

Back to Top ↑

OpenAM

OpenAM installation on VirtualBox

13 minute read

In my work, I will write OSS x Security Article in a technical information magazine, and as the first experimental memo, this article Until OpenAM sneaks on...

Back to Top ↑

virtualbox

Back to Top ↑

ssh connection

Back to Top ↑

Arduino

Back to Top ↑

mbed

Back to Top ↑

serial

Back to Top ↑

OpenCV

Back to Top ↑

AR

Back to Top ↑

GitHub

Back to Top ↑

library

Back to Top ↑

performance

Back to Top ↑

Firebase

Back to Top ↑

Firebase Realtime Database

Back to Top ↑

GoogleCloudPlatform

Back to Top ↑

TextToSpeech

Back to Top ↑

HttpClient

Back to Top ↑

Digest authentication

Back to Top ↑

test

Back to Top ↑

Moq

Back to Top ↑

TabTip

[C #] Start Windows standard touch keyboard

3 minute read

Windows has a touch keyboard executable file called tabtip.exe (“C: /Program Files / Common Files / Microsoft Shared / ink / tabtip.exe”), and you can use t...

Back to Top ↑

TouchKeyboard

[C #] Start Windows standard touch keyboard

3 minute read

Windows has a touch keyboard executable file called tabtip.exe (“C: /Program Files / Common Files / Microsoft Shared / ink / tabtip.exe”), and you can use t...

Back to Top ↑

ScreenKeyboard

[C #] Start Windows standard touch keyboard

3 minute read

Windows has a touch keyboard executable file called tabtip.exe (“C: /Program Files / Common Files / Microsoft Shared / ink / tabtip.exe”), and you can use t...

Back to Top ↑

speed

Back to Top ↑

firewalld

firewalld went wrong, so I managed to fix it.

less than 1 minute read

Can I connect only with the rules described in drop? !! While I was messing around, I started to refuse the connection unless it was the service, IP, or por...

Back to Top ↑

REST-API

Back to Top ↑

AWS

Back to Top ↑

aws-cli

Back to Top ↑

wav

Back to Top ↑

conversion

Back to Top ↑

join

Combine multiple mp3 files with ffmpeg

less than 1 minute read

Combine all mp3 files under the directory into one mp3 file. I found this to be the easiest of all the research and trials. You can do it with two command...

Back to Top ↑

C # 8.0

Back to Top ↑

CSV

Precautions when outputting CSV in C #

1 minute read

CSV is convenient, isn’t it? When you want to export data to spreadsheet software such as Excel, creating .xlsx is not impossible, but it is quite troubleso...

Back to Top ↑

Qiita

Back to Top ↑

TextMeshPro

Back to Top ↑

game

[Unity] Rigidbody simple manual

3 minute read

Introduction This article is a brief description of the ** beginner ** Rigidbody, picking up the ones you use most often. The meaning of personal memos is ...

Back to Top ↑

Validation

Back to Top ↑

Internet Explorer

Back to Top ↑

dotnet

Back to Top ↑

uwsgi

Back to Top ↑

Sakura VPS

Back to Top ↑

Blockchain

Back to Top ↑

Minchain

Back to Top ↑

Samba4

Back to Top ↑

SRT

Back to Top ↑

IPVS

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.

Back to Top ↑

kube-proxy

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.

Back to Top ↑

gitolite

Back to Top ↑

KVM

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.

Back to Top ↑

lvm

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.

Back to Top ↑

ReactiveExtensions

Back to Top ↑

Rx

Back to Top ↑

class

Back to Top ↑

ImageJ

Back to Top ↑

video converter

Back to Top ↑

Phalcon

Back to Top ↑

C ++

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.

Back to Top ↑

OSS

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.

Back to Top ↑

OpenFOAM

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.

Back to Top ↑

CAE

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.

Back to Top ↑

load test

Back to Top ↑

gce

Back to Top ↑

gcp

Back to Top ↑

pacemaker

Back to Top ↑

install

Back to Top ↑

redhat

Back to Top ↑

repository

Back to Top ↑

video

Back to Top ↑

mediainfo

Back to Top ↑

phpMyadmin

Back to Top ↑

waf

Back to Top ↑

SiteGuard

Back to Top ↑

ASP.NET_Core_Identity

Back to Top ↑

Entity Framework_Core

Back to Top ↑

du

Back to Top ↑

df

Back to Top ↑

mobile-ffmpeg

Use Mobile-FFmpeg with Unity

4 minute read

Introduction It became necessary to process video files and audio files within the application being developed in Unity, so we decided to use Mobile-FFmpeg....

Back to Top ↑

macos

Back to Top ↑

MySQL

Back to Top ↑

oracle

Back to Top ↑

CentOS 6.x

Back to Top ↑

ntp

Back to Top ↑

F #

Back to Top ↑

VSCode

Back to Top ↑

list

Back to Top ↑

remove

Back to Top ↑

WinForms

Back to Top ↑

Razor

Back to Top ↑

sqlite

SQLiteUnityKit extension library

2 minute read

A library based on SQLiteUnityKit ――It is one of the many modifications of SQLite Unity Kit. –Repository (GitHub)

Back to Top ↑

struct

Back to Top ↑

bitmap

Back to Top ↑

mount

Back to Top ↑

troubleshooting

Back to Top ↑

DI

Back to Top ↑

Simple Injector

Back to Top ↑

mp4

Back to Top ↑

gif

Back to Top ↑

x265

Back to Top ↑

vbs

Back to Top ↑

Texture

Back to Top ↑

paint

Back to Top ↑

lerp

Back to Top ↑

File

Back to Top ↑

lambda

Back to Top ↑

Socket communication

Back to Top ↑

PID

Back to Top ↑

kill

Back to Top ↑

RazorPages

Back to Top ↑

async

Back to Top ↑

await

Back to Top ↑

Web

Back to Top ↑

RabbitMQ

Try RabbitMQ + PHP on CentOS

1 minute read

A note when I tried RabbitMQ to introduce asynchronous processing in PHP. This article uses CentOS7 and PHP7.3.

Back to Top ↑

Emacs

Back to Top ↑

VcXsrv

Back to Top ↑

WSL2

Back to Top ↑

PHP8

How to install beta php8.0 on CentOS8

1 minute read

Background It seems that php8.0 will be released on November 26, 2020. A beta version is also available in the repository of remi, so install it and check ...

Back to Top ↑

Utf8Json

Back to Top ↑

TItan2D

Back to Top ↑

LiteSpeed

Back to Top ↑

OpenLiteSpeed

Back to Top ↑

GridView

Back to Top ↑

automation

Network install CentOS 8 with Kickstart.

9 minute read

Introduction Previously, I posted an article about network installation using Ubuntu’s automatic installation function, but since it’s a big deal, I’ll leav...

Back to Top ↑

kickstart

Network install CentOS 8 with Kickstart.

9 minute read

Introduction Previously, I posted an article about network installation using Ubuntu’s automatic installation function, but since it’s a big deal, I’ll leav...

Back to Top ↑

pxeboot

Network install CentOS 8 with Kickstart.

9 minute read

Introduction Previously, I posted an article about network installation using Ubuntu’s automatic installation function, but since it’s a big deal, I’ll leav...

Back to Top ↑

C ++-CLI

Back to Top ↑

dlang

Back to Top ↑

D language

Back to Top ↑

C ++ CLI

Back to Top ↑

GUI

Back to Top ↑

Visual Studio 2019

Back to Top ↑

xstack

Back to Top ↑

amix

Back to Top ↑

Catalina

Back to Top ↑

Rails

Back to Top ↑

RaspberryPi

Back to Top ↑

Raspberrypi3

Back to Top ↑

CodeIgniter

Back to Top ↑

standard input

Back to Top ↑

Line

Back to Top ↑

Vim

Back to Top ↑

id

Back to Top ↑

Visual Studio Code

Back to Top ↑

VB6.0

Back to Top ↑

ShellScript

Back to Top ↑

AzureStorage

Back to Top ↑

FileStorage

Back to Top ↑

DataGrid

Back to Top ↑

WinRT

Back to Top ↑

EventSource

Back to Top ↑

tracing

Back to Top ↑

Diagnostics

Back to Top ↑

DiagnosticSource

Back to Top ↑

HTTP

Back to Top ↑

HTTPS

Back to Top ↑

SQL

Back to Top ↑

facedetect

Back to Top ↑

OpenVINO

Back to Top ↑

Attribute

Back to Top ↑

reflection

Back to Top ↑

outsystems

Back to Top ↑

IntegrationStudio

Back to Top ↑

SharePoint

Back to Top ↑

PnP

Back to Top ↑

nextcloud

Back to Top ↑

Alibaba cloud

Back to Top ↑

ownCloud

Back to Top ↑

ELR

Back to Top ↑

virtual environment

Use CentOS with LXD

less than 1 minute read

How to install and configure CentOS 8 on lxd 4.6 installed on Ubuntu 20.04. When the installation is complete and you log in, you should see something like...

Back to Top ↑

avahi

Use CentOS with LXD

less than 1 minute read

How to install and configure CentOS 8 on lxd 4.6 installed on Ubuntu 20.04. When the installation is complete and you log in, you should see something like...

Back to Top ↑

lxd

Use CentOS with LXD

less than 1 minute read

How to install and configure CentOS 8 on lxd 4.6 installed on Ubuntu 20.04. When the installation is complete and you log in, you should see something like...

Back to Top ↑

IPv6

Back to Top ↑

security

Back to Top ↑

network

Back to Top ↑

diff

Back to Top ↑

delta

Back to Top ↑

environment construction

Back to Top ↑

debugging

Back to Top ↑

LAMP environment

Back to Top ↑

rbenv

Back to Top ↑

Ubuntu

Docker operation memo

1 minute read

usage environment VirtulBox : 6.1 Host OS: Ubuntu 18.04 Docer : docker-ce 19.03.13 The host OS of docker is a virtual environment running on VirtualBox.

Back to Top ↑

PostgreSQL

Install PostgreSQL 12 on Centos8

1 minute read

Introduction Since I had only touched Mysql, I installed Postgresql using the installation method on the official website for verification. This time, we a...

Back to Top ↑

PostgreSQL12

Install PostgreSQL 12 on Centos8

1 minute read

Introduction Since I had only touched Mysql, I installed Postgresql using the installation method on the official website for verification. This time, we a...

Back to Top ↑

bonding

Back to Top ↑

802.1x

Back to Top ↑

AWS Lambda

Back to Top ↑

curl

CentOS 7 curl version upgrade

1 minute read

I thought that if I followed the procedure introduced in some article, it would be completed smoothly, but I struggled unexpectedly, so I summarized my own ...

Back to Top ↑

rtmp

Back to Top ↑

RTSP

Back to Top ↑

nginx-rtmp-module

Back to Top ↑

Git

Back to Top ↑

GitHub

Back to Top ↑