LinuxServer?
quiet
resolution=1280x800 quiet
sudo hostnamectl set-hostname hogeserver.tar3.net
sudo dnf update
sudo dnf install epel-release sudo dnf install bind-utils net-tools vim rsync wget openssh-server
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
sudo sysctl -p
pool 2.cloudlinux.pool.ntp.org iburst
server (ntpサーバーホスト名) iburst
sudo systemctl restart chronyd.service
sudo chronyc -a makestep
sudo chronyc tracking
chronyc sources
sudo systemctl status chronyd
Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; vendor preset: enabled)
sudo systemctl stop firewalld.service sudo systemctl disable firewalld.service
Enforcing ← SELinux有効
Permissive ← SELinux無効
SELINUX=disabled ← システム起動時にSELinuxを無効化
sudo dnf install open-vm-tools
sudo systemctl status vmtoolsd.service
root: hoge@nifty.com
sudo dnf install zabbix40-agent
sudo dnf update
sudo dnf config-manager --set-enabled powertools
sudo dnf install -y https://download.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf localinstall -y --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
sudo dnf install ffmpeg -y
エラー: 問題: conflicting requests - nothing provides libSDL2-2.0.so.0()(64bit) needed by ffmpeg-4.2.4-2.el8.x86_64 (インストール不可のパッケージをスキップするには、'--skip-broken' を追加してみてください または、'--nobest' を追加して、最適候補のパッケージのみを使用しないでください)
sudo dnf update