越简单越好!
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...

查看详情已有2225次阅读  |  0次点赞  |  0个评论
centos7 安装使用 Let’ s Encrypt 证书
发表于 2018-04-17 10:28    

1. 需要安装python, 2.7以上版本

2. 下载 letsencrypt   git clone https://github.com/letsencrypt/letsencrypt

查看详情已有3261次阅读  |  0次点赞  |  0个评论
阿里云centos7安装VNC Server实现图形化访问
发表于 2020-02-20 23:38    

1.安装Server with GUI

yum update -y

yum groupinstall -y "Server with GUI"


查看详情已有6480次阅读  |  0次点赞  |  0个评论
返回顶部 ^