AlmaLinux 主机常用

网络配置

vi /etc/NetworkManager/system-connections/ens33.nmconnection
[connection]
id=enp0s3
uuid=f8b3aa8f-a06f-3b7a-ab3b-fdee13613216
type=ethernet
autoconnect-priority=-999
interface-name=enp0s3
timestamp=1698912560

[ethernet]

[ipv4]
#method=auto
method=manual
address1=192.168.100.2/24,192.168.100.1
[ipv6]
addr-gen-mode=eui64
method=auto

[proxy]

MINIO 启动文件 (start_minio.sh)

#!/bin/bash
export MINIO_ROOT_USER=xianpm
export MINIO_ROOT_PASSWORD=xianpm
nohup minio server --console-address ":9090" /usr/miniodata>output.file 2>&1 &
posted @ 2023-11-02 17:05  一个小笨蛋  阅读(39)  评论(0编辑  收藏  举报