參考:https://wiki.freedomstu.com/books/librenms/page/librenms-rocky-linux-8
開啟cockpit IP:9090
[root@localhost ~]# systemctl enable –now cockpit.socket
$ sudo dnf install epel-release -y
$ sudo dnf install neofetch –y
Webmin:好用的web介面作業系統管理工具
Webmin 官方網站:http://www.webmin.com
先安裝相依檔案
[root@mail2 ~]# dnf install perl-lib perl-open perl-Encode-Detect
先抓到P上
https://sourceforge.net/projects/webadmin/files/webmin/2.000/webmin-2.000-1.noarch.rpm/download?use_mirror=altushost-swe&use_mirror=altushost-swe&r=
然後透過WINSCP上傳到LINUX
安裝WEBMIN RPM
rpm -ivh webmin-2.000-1.noarch.rpm
防火牆開啟WEBMIN 10000 PORT
到GUI安裝防火牆APP
新增10000 PORT
停用ipv6
sysctl net.ipv6.conf.all.disable_ipv6=1
sysctl net.ipv6.conf.default.disable_ipv6=1
關閉SELinux 不關閉FTP等服務會異常
[root@www2 ~]# vi /etc/selinux/config
SELINUX=disabled
重新開機
安裝SENDMAIL
[root@librenms ~]# dnf install sendmail*
開機啟動SENDMAIL
[root@librenms ~]# systemctl enable sendmail.service
設定root收信人
[root@librenms ~]# vim /etc/aliases
root: roger.lin@t3ex-techiview.com
在家目錄新增 .vimrc
set nu
set tabstop=4
· 安裝 Nginx 先決條件
1
dnf install […]
近期留言