SSR的搭建教程和SSR一键脚本,安装BBR,锐速脚本

(以下内容是当时安装SSR及锐速是网上找到的,现做记录)
开始搭建SSR
国外服务器运行脚本时容易出错,错误提示 bash: wget: command not found
所以请在服务器中执行 yum -y install wget
简单的来说,如果你什么都不懂,那么你直接一路回车就可以了!
本脚本需要Linux root账户权限才能正常安装运行,所以如果不是root账号,请先切换为root,如果是 root账号,那么请跳过!
[html] view plain copy
sudo su
输入上面代码回车后会提示你输入当前用户的密码,输入并回车后,没有报错就继续下面的步骤安装ShadowsocksR。
[html] view plain copy
wget -N –no-check-certificate https://softs.fun/Bash/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh
备用下载地址(上面的链接无法下载,就用这个):
[html] view plain copy
wget -N –no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh
[html] view plain copy
bash ssrmu.sh
# 还有一个 运行参数,是用于所有用户流量清零的
bash ssrmu.sh clearall
# 不过不需要管这个,可以通过脚本自动化的设置 crontab 定时运行脚本
VPS大学发现很多群友需要网络加速服务,这里分享一下锐速一键安装脚本,供有需要的网友学习参考。
脚本一:CentOS6和CentOS7 一键更换内核,一键安装锐速[lotServer][serverSpeeder ]
支持KVM、VMWARE、Hyper-v、XEN 虚拟化技术的VPS
CentOS6和CentOS7 一键更换内核,完成后会重启
wget –no-check-certificate https://blog.asuhu.com/sh/ruisu.sh
bash ruisu.sh
CentOS6和7 更换内核完成一键安装锐速[lotServer]
wget –no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install
安装完成后检测是否启用
lsmod |grep appex
service serverSpeeder status <==检查锐速状态 ServerSpeeder is running! <==锐速正在运行中 service serverSpeeder stop <==停止锐速 service serverSpeeder start <==开启锐速 service serverSpeeder restart <==重启锐速 脚本一:CentOS6和CentOS7 一键更换内核,一键安装锐速[lotServer][serverSpeeder ] 支持KVM、VMWARE、Hyper-v、XEN 虚拟化技术的VPS CentOS6和CentOS7 一键更换内核,完成后会重启 wget --no-check-certificate https://blog.asuhu.com/sh/ruisu.sh bash ruisu.sh CentOS6和7 更换内核完成一键安装锐速[lotServer] wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install 安装完成后检测是否启用 lsmod |grep appex

给WORDPRESS添加背景音乐成功

仪表盘-外观-小工具-文本拖到页脚加入以下代码
<audio autoplay=”autoplay” loop=”loop” controls=”controls” hidden=”ture”>

<source src=”音乐链接” ></source>

</audio>
无限循环播放、隐藏面板,但是怎么让苹果设备也自动播放?