centos7升级内核
centos7升级内核 1,查看当前内核 uname -sr 2,在 CentOS 7 中升级内核 大多数现代发行版提供了一种使用 yum 等包管理系统和官方支持的仓库升级内核的方法。 但是,这只会升级内核到仓库中可用...
Centos7安装rtorrnet+rutorrent
yum -y update -----更新系统,也可不更新 /斜眼笑 vi /etc/selinux/config -----永久关闭selinux 将SELINUX=enforcing 修改为SELINUX=disabled :wq -----保存退出 systemctl disable firewalld...
Debian9安装rtorrent+rutorrent
前提!!!必做!!! dash改成bash: dpkg-reconfigure dash 后选否 第一步,所需软件包安装 !!!安装操作系统的时候建议软件源选择国内的163!!! apt-get -y update && apt-get u...
centos安装最新版docker
centos安装最新版docker 1,添加docker-ce源 vi /etc/yum.repo.d/docker-ce.repo 2,复制下面这些地址粘贴到 /etc/yum.repo.d/docker-ce.repo [docker-ce-stable] name=Docker CE Stable - $bas...