Linux FTPサーバに匿名ユーザーanomnymousの設定を行う方法
環境
# cat/etc/redhat-release
CentOS Stream release 8
操作方法
1.FTPサーバ側の設定
vsftpd.confの編集
vsftpd ...
Linux vsftpdサーバ のインストールと簡単な設定方法メモ
環境
# cat/etc/redhat-release
CentOS Stream release 8
操作方法
1.現在の RPM パッケージ を確認する
CentOS 8 プログラミング言語「scala」をインストールする
環境
# cat/etc/redhat-release
CentOS Stream release 8
操作方法
1.インストール可能scalaバージョンを確認します
CentOS 8.5にコンテナ管理ツールPortainerをインストールする
環境
OSバージョンの確認
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.dockerリポジトリを追加 ...
CentOS 8.5にPostgeSQL13をアンインストールする
環境
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
操作方法
1.ステータスを確認します
CentOS 8.5にOpenLiteSpeedをインストールする
環境
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.リポジトリを追加します
CentOS 8.5にPostgreSQL13をインストールする
環境
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.PostgreSQL 13をインストールします
CentOS 8.5にPerl 5.30 をインストールする
環境
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.Perlのバージョンを確認します
CentOS 8.5にPerl 5.26 をインストールする
環境
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.Perlのバージョンを確認します
CentOS8.5でApache Maven 3.8.4をインストールする
環境
OSバージョンの確認
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.java8をインストールしま ...
CentOS 8.5でNode.js 16をインストールする
環境
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.有効になっている Node.js のバージョンを確認します ...
CentOS 8.5にJava OpenJDK8をインストールする
環境
OSバージョンの確認
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.java8をインストールしま ...
CentOS 8.5にセキュリティ監査ツール Lynis のインストールする
環境
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
インストールの方法
1.epel-releaseのインストール
CentOS 8.5にMongoDB 5.0をインストールする
環境
# cat/etc/redhat-release
CentOS Linux release 8.5.2111
参考URL
インストールの方法
1.リポジトリファイルを作成
CentOS8.4にSELinuxを無効にする
# cat/etc/redhat-release
CentOS Linux release 8.4.2105
1.SELinux の現在の状態
# getenforce
Enforcing ...
CentOS8.4にモジュラーリポジトリを利用する
# cat/etc/redhat-release
CentOS Linux release 8.4.2105
1.利用可能なモジュールのリストを表示
# dnf module list2.Postgre ...
CentOS8.4にファイアウォールを停止する
1.ファイアウォールサービスの現在の状態
# systemctl status firewalld
2. サービスを停止
# systemctl stop firewalld
3.自動起動設定を ...
CentOS8.4にrootユーザにスイッチユーザを限定する
1.root ユーザーアカウントにスイッチ可能なユーザーを限定する場合
許可ユーザを指定する 例arkuser
7行目のコメントを解除
# vi/etc/p ...