08 2023 档案
摘要:修改 vim ~/.vnc/xstartup #!/bin/sh autocutsel -fork xrdb $HOME/.Xresources xsetroot -solid grey export XKL_XMODMAP_DISABLE=1 export XDG_CURRENT_DESKTOP=
阅读全文
摘要:4台服务器安装rsync并配置 #安装 yum install rsync -y #配置 vim /etc/rsyncd.conf uid = root gid = root use chroot = no hosts allow=* max connections = 3 pid file = /
阅读全文