解决办法:检查服务器是否开启了selinux,如开启请关闭。 sed -i "s/SELINUX=enforcing/#SELINUX=enforcing\nSELINUX=disabled/g" /...
Centos 7 安装新内核启用BBR
1:首先yum update -y更新到最新CentOS 7.3 1611 cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) 2...
KVM DD Windows
直接在Linux命令行下,下载一个已封装好的Windows,用dd命令写入到/dev/sda。 网上找到有2个镜像节点下载: http://kvm.im/ISO/Windows/DD/ http://...
使用证书登录Centos
1、新建链接 2. 点击Authentication, --Method选择Public Key,点击Browse 3、点击Generate生成public/private key 4、点击Next ...
Centos 更新 initscripts 报错
更新initscripts时,报如下错误: Error unpacking rpm package initscripts-9.49.30-1.el7_2.3.x86_64 error: unpack...
L2TP 开放端口以及NAT转发
开放端口: iptables -A INPUT -p udp -m udp --dport 500 -j ACCEPT iptables -A INPUT -p udp -m udp --dport ...
yum update 命令详解
1.列出所有可更新的软件清单 命令: yum check-update 2.安装所有更新软件 命令: yum update 3.仅安装指定的软件 命令: yum install <package...
Centos 7 Crontab用法
名称 : crontab 使用权限 : 所有使用者 使用方式 : crontab file [-u user]-用指定的文件替代目前的crontab。 crontab-[-u user]-用标准输入替...
Centos 更换内核&修改内核启动顺序
更换内核: rpm -ivh http://dev.centos.org/c7.01.u/kernel/20150327030147/3.10.0-229.1.2.el7.x86_64/kernel-...
nginx 强制使用https访问
Nginx重定向: server { listen 80; server_name friend.kper.net; rewrite ^/(.*) https://friend.kper.net/$1...
7