2020年4月
Linux-禁止root远程ssh
- ssh命令行禁止root远程登录(当然,关键操作时可以"su"切换为root!)
Linux-Ngrok内网穿透
1. 安装
手动搭建ngrok服务器(生成ngrok服务端和客户端文件)、启动ngrok服务器
安装杂项
[root@host ~]# yum -y install zlib-devel openssl-devel perl hg cpio expat-devel gettext-devel curl curl-devel perl-ExtUtils-MakeMaker hg wget gcc gcc-c++ build-essential mercurial
Linux-letsencrypt证书制作
说明
- 为你的网站设置免费的通配符ssl证书!
- Let’s Encrypt 是国外一个公共的免费 SSL 项目,由 Linux 基金会托管。它的来头不小,由 Mozilla、思科、Akamai、IdenTrust 和 EFF 等组织发起,目的就是向网站自动签发和管理免费证书。以便加速互联网由 HTTP 过渡到 HTTPS,目前 Facebook 等大公司开始加入赞助行列。
- Let’s Encrypt 已经得了 IdenTrust 的交叉签名,这意味着其证书现在已经可以被 Mozilla、Google、Microsoft 和 Apple 等主流的浏览器所信任。用户只需要在 Web 服务器证书链中配置交叉签名,浏览器客户端会自动处理好其它的一切,Let’s Encrypt 安装简单,使用非常方便。
Linux-更改CentOS的yum源
- 安装wget
[root@localhost ~]# yum -y install wget
下载三方源
# 以阿里云yum源为例
[root@localhost ~]# cd /etc/yum.repos.d/
[root@localhost yum.repos.d]# wget http://mirrors.aliyun.com/repo/Centos-7.repo