摘要:
# 添加chrome源 cd /etc/yum.repos.d/ # 下载google-chrome.repo并保存# wget http://repo.fdzh.org/chrome/google-chrome-mirrors.repo # 安装Chrome# dnf install -y goo 阅读全文
posted @ 2016-07-02 18:31
远游骑士
阅读(1636)
评论(0)
推荐(0)
摘要:
首先执行以下3点(主要是前两点) 第一: 开启ssh #service sshd restart 第二:关闭防火墙 #service iptables stop 第三:selinux(重启电脑后失效) #setenforce 0 然后再用putty进行连接即可。 阅读全文
posted @ 2016-07-02 18:05
远游骑士
阅读(529)
评论(0)
推荐(0)