摘要:
If you are installing ClamAV for the first time, you have to add a new user and group to your system: groupadd clamav useradd -g clamav -s /bin/false 阅读全文
摘要:
安装Samba yum install samba samba-client samba-common -y 备份原始的Samba配置文件: mv /etc/samba/smb.conf /etc/samba/smb.conf.bak 編輯conf文件: vim /etc/samba/smb.con 阅读全文
摘要:
由於是透過 GUI 管理, 所以需要圖形桌面環境, 如果沒有安裝, 可以用以下指令安裝 GNOME: # yum groupinstall “GNOME Desktop” Centos 7安裝 VNC Server #yum install tigervnc-server 設定 VNC Server 阅读全文