越简单越好!
centos7下安装 Chrome和ChromeDriver
发表于 2019-04-02 17:02    

安装google-chromecurl 

https://intoli.com/install-google-chrome.sh | bash

检查是否缺少依赖,返回为空说明正常:

ldd /opt/google/chrome/chrome | grep "not found"

查看详情已有6121次阅读  |  0次点赞  |  0个评论
yardvps下CentOS5.7配置apache+php+mysql+vsftp笔记
发表于 2011-12-21 22:33    

yardvps CentOS5.7配置apache+php+mysql+vsftp笔记

 

1. 增加用户关闭root用户登陆

#useradd bevin

#passwd bevin

#vim /etc/ssh/sshd_config

把#PermitRootLogin 改成 PermitRootLogin no

 

#vim /etc/redhat-release

查看版本C...

查看详情已有2111次阅读  |  0次点赞  |  0个评论
MacOSX下给树莓派3安装CentOS-RaspberryPi3系统
发表于 2017-12-22 12:10    
1. 下载镜像 从CentOS官方下载,地址:http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1708-RaspberryPi3.img.xz
查看详情已有2105次阅读  |  0次点赞  |  0个评论
返回顶部 ^