Linux

Linux

Rocky Linux memo #2

参考初期設定apache インストールdnf install httpdApache設定mv /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.org不要な設定ファイルは中身を空にし...
Linux

AlmaLinux memo

初期設定ssh インストールdnf install openssh-server##サービス有効化systemctl enable sshdsystemctl start sshdnetwork コマンド#ipconfig の代わりip a...
Linux

Ubuntu Desktop 22.0.04

以下を編集/etc/ssh/sshd_config# ForwardAgent no# ForwardX11 no# ForwardX11Trusted yesPasswordAuthentication yesPort 22# Ciphe...
Linux

Ubuntu 22.0.04 Redmine インストール

参考は下記にならってやってみる事前準備sudo apt update# RubyとPassengerのビルドに必要な開発ツールやヘッダファイルのインストールsudo apt install -y build-essential zlib1g...
Linux

Ubuntu 22.04.2 LTS インストール

ubuntuなお、ifconfig は使えないので、ip adderss を使ってIPを調べる。ssh は導入済みなので、Tera termを使って接続する。root 初期パスワード設定ubuntu1@ubuntu1:~$ sudo pas...
Linux

Centos 7

minecraft のサーバ設定ではまったので覚書久しぶりに CentOS を使ったが、Ver6.x 系から Ver 7.x で大きく概要が変わった。おもに下記サイトを参考にした。※インストール時解像度参考resolution=1024x8...