排序
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...
Debian9安装rtorrent+rutorrent
前提!!!必做!!! dash改成bash: dpkg-reconfigure dash 后选否 第一步,所需软件包安装 !!!安装操作系统的时候建议软件源选择国内的163!!! apt-get -y update && apt-get u...
Centos7安装rtorrnet+rutorrent
yum -y update -----更新系统,也可不更新 /斜眼笑 vi /etc/selinux/config -----永久关闭selinux 将SELINUX=enforcing 修改为SELINUX=disabled :wq -----保存退出 systemctl disable firewalld...