CentOS

CentOS 修改 sshd 端口
一般為了在一定程度上避免他人暴力破解密碼,我都會修改 sshd 的默認端口。
CentOS Repository epel is listed more than once in the configuration
在使用 yum 如果出現以下提示,一般是設置了多個 epel 倉庫: Repository epel is listed more than once in the configuration
CentOS 安裝或升級到 PHP 7
CentOS 官方倉庫的 PHP 版本是 5.4,但此版本已經不再被官方支持,考慮到安全問題和更好的性能,我們有必要安裝或升級更高版本的 PHP,比如最新的 7.2。