CentOS 7

環境
# cat/etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

インストールの方法
1.Monitorix をインストールします ...

CentOS 7

環境
# cat/etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

インストールの方法
1.packagecloudリポジトリを追加しま ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4
書式
INSERT(targetstr,pos,len,newstr)
targetstr:対象となる文字列
po ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4

書式
HEX(文字列)
引数に指定した文字列(str)について 1 文字毎に16進数に変換し文字列として取得します。 ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4

書式
HEX(N)
引数に指定した数値( N )を 16 進数に変換し文字列として取得します。
HEX 関数を ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4
書式
SUBSTRING_INDEX(文字列,delim,count)
対象となる文字列に含まれる区切り文字(delim) ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4
書式
SUBSTRING_INDEX(文字列,delim,count)
対象となる文字列に含まれる区切り文字(delim) ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4
書式
SUBSTRING_INDEX(文字列,delim,count)
対象となる文字列に含まれる区切り文字(delim) ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4
書式
CHAR_LENGTH(文字列)
CHAR_LENGTH 関数は引数に指定した文字列の長さを文字数単位で取得するため ...

Debian 11

環境
osバージョンを確認します
# cat/etc/debian_version
11.2

インストールの方法
1.Podman をインストールします
# apt -y insta ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4

インストールの方法
1.Apache httpd をインストールします
# apt -y install apache ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4
書式
TRIM( FROM] str)
TRIM 関数は引数に指定した文字列の先頭や末尾から空白や指定した文字列を取り除く ...

Electron

環境
Windows10 64bit
>npm –version
8.3.0
>node –version
v17.0.1

インストールの方法 ...

Debian 11

環境
osバージョンを確認します
# cat/etc/debian_version
11.2

インストールの方法
1.ufwをインストールします
# sudo apt -y inst ...

Debian 11

環境情報
osバージョンを確認します
# cat/etc/debian_version
11.2
dockerバージョンを確認します

# docker --versionDocker versio ...

Debian 11

環境情報
osバージョンを確認します
# cat/etc/debian_version
11.2

インストールの方法
1.OpenLDAP をインストールします
# apt -y i ...

Django

環境情報
osバージョンを確認します
# cat/etc/debian_version
11.2

Django 3.2インストールの方法
1.必要なパッケージをインストールします
# ...

Debian 11

環境情報

osバージョンを確認します# cat/etc/debian_version11.2pythonバージョンを確認します# python3.10 --versionPython 3.10.1

インストールの方法