3959

Centos7安装桌面环境Xfce、远程桌面服务xrdp

安装桌面环境Xfce

Xfce是一个简单小巧,内存占用极低的桌面环境,非常适合平时对桌面的需求度不高,而某些情况不得不使用桌面的情况。

1.安装yum epel源

yum install epel-release
2108

Centos7更换国内源

备份yum源

cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

安装国内源

#阿里云源
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

#网易源
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo
5117

Centos终端下显示图片

安装caca-utils

yum install caca-utils -y

查看图片

cacaview 1.jpg
834

docker访问宿主机

host模式,容器内共享宿主机的网络

--network host
4684

Centos用Certbot安装ssl证书

安装certbot

yum install certbot python2-certbot-nginx

1. 使用nginx插件自动配置

certbot --nginx