- 2026年08月08日
- 星期六
vmlinuz initrd=initrd.img linux dd quiet linux dd 可以帮助我们查看分区情况,找到u盘后,如下设置grub参数即可 inst.stage2=hd:/dev/sdb3
wget –no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh chmod +x bbr.sh ./bbr.sh 重启 sysctl net.ipv4.tcp_available_congestion_control 若出现 net.ipv4.tcp_available_congestion_control = bbr cubic reno 成功
centos7重启后网卡启动不起来,百度后发现好多说是mac要变一下怎样,我想我也没克隆虚拟机啊,应该不是这个问题; 后来又看网上有人说是NetworkManager的问题,要将其禁用,禁用后一试,果然好了
“` 下载 wgt http://cdn.npm.taobao.org/dist/node/v8.4.0/node-v8.4.0.tar.gz tar xvf node-v8.4.0.tar.gz # cd node-v0.10.28 # ./configure –prefix=/usr/local/node 指定目录安装 # make # make install # cp /usr/local/bin/node /usr/sbin/ 查看当前
“` cd /root/lnmp1.2/src/php-5.6.9/ext/fileinfo /usr/local/php/bin/phpize ./configure -with-php-config=/usr/local/php/bin/php-config make make install “` /usr/local/php/etc/php.ini 加上 “` extension = fileinfo.so “` iptables -F iptables
30 08-18/2 * * * wget http://www.jitapu.me //每天8点30到18点30每2小时访问一次www.jitapu.me主页 30 7,11,14 * * * wget http://www.jitapu.me //每天7.30,11.30,14.30访问一次www.jitapu.me主页
查看端口: netstat -tln 防火墙设置可用端口: [root@i-uktl7ctb ~]# yum install firewalld firewall-config [root@i-uktl7ctb ~]# systemctl start firewalld [root@i-uktl7ctb ~]# firewall-cmd –permanent –zone=public –add-port=8888/tcp [root@i-u
安装nginx $ yum -y install nginx 安装完成后的默认配置文件路径 默认nginx配置文件: /etc/nginx/nginx.conf 【nginx主要的配置文件】 默认nginx的ssl配置文件: /etc/nginx/conf.d/ssl.conf 【配置SSL证书的,也可以并入到nginx.conf文件里】 默认nginx的虚
# 安装 1. 下载mysql的repo源 “` $ wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm “` 2. 安装mysql-community-release-el7-5.noarch.rpm包 “` $ sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm “` 3. 安装mysql “` $
