CentOS

OSバージョン確認
# cat/etc/redhat-release
CentOS Linux release 8.3.2011
1.リポジトリをダウンロード
# wget

2.リポジトリを ...

CentOS

OSバージョン確認
# cat/etc/redhat-release
CentOS Linux release 8.3.2011
1.リポジトリを追加する
# dnf config-manager &# ...

CentOS

OSバージョン確認
# cat/etc/redhat-release
CentOS Linux release 8.3.2011
1.Anacondaダウンロード
# cd/usr/local/src ...

CentOS

# cat/etc/redhat-release
CentOS Linux release 8.3.2011
1.リポジトリを確認
# yum module list redis
CentOS Linu ...

CentOS

エラーメッセージ
configure: error: no acceptable C compiler found in $PATH
対策
# yum install gcc

インストール済 ...

CentOS

1.データベースへ接続
# su –c ‘psql’ postgres
psql:/lib64/libpq.so.5: no version information availabl ...

CentOS

操作方法
1.chronyのインストール
# dnf install chrony

2.chronyステータスの確認
# systemctl status chronyd
● chronyd ...

CentOS

OS確認
# cat/etc/redhat-release
CentOS Linux release 8.3.2011

1.タイムゾーン確認
$ timedatectl
Local time ...

CentOS

操作方法
1.アップデート
# sudo dnf update
メタデータの期限切れの最終確認:

これでよろしいですか? : Y

アップグレード済み:
fir ...

CentOS

操作方法
1.デバイスを確認
# nmcli device
DEVICE TYPE STATE CONNECTION
virbr0 bridge 接続済み virbr0
ens33 ethern ...

CentOS

操作方法
# cat/etc/redhat-release
CentOS Linux release 8.2.2004 (Core)

firewallを確認
# systemctl list-uni ...

CentOS

システム環境
VMware Workstation 15 Player
CentOS-8.2.2004-x86_64-dvd1.iso

現象
CentOS8をインストールする途中に、 「pane i ...

CentOS

1.OSの確認
# cat/etc/redhat-release
CentOS Linux release 7.8.2003 (Core)

2.ローケルを確認
# localectl status ...

CentOS

OSバージョン確認
# cat/etc/redhat-release
CentOS Linux release 7.8.2003 (Core)

OSの更新
# yum update
エラーメ ...

CentOS

1.エラー現象
# php -v
-bash:/usr/bin/php: No such file or directory
# which php
/usr/bin/which: no php in ...

CentOS

書式
sed s文字列A 文字列B ファイル名
使用例
1.ファイルの内容を確認
# cat sample.txt
test
aaaa
bbbb
aaaa
ccc ...

CentOS

javaバージョン確認
# java -version
openjdk version “1.8.0_282”
OpenJDK Runtime Environment (build 1. ...

CentOS

# cat/etc/redhat-release
CentOS Stream release 8
1.リポジトリ確認
# yum module list redis
CentOS Stream 8 &# ...