0%

1
2
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.9/linux-headers-4.10.9-041009_4.10.9-041009.201704080516_all.deb
dpkg -i linux-headers-4.10.9*.deb
1
2
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.9/linux-image-4.10.9-041009-generic_4.10.9-041009.201704080516_amd64.deb
dpkg -i linux-image-4.10.9*.deb
1
2
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.9/linux-headers-4.10.9-041009-generic_4.10.9-041009.201704080516_amd64.deb
dpkg -i linux-headers-4.10.9-041009-generic_4.10.9-041009.201704080516_amd64.deb
1
dpkg -l|grep linux-image
1
apt-get purge ** -y
1
update-grub
1
reboot
1
2
3
4
5
6
7
8
9
apt-get install make gcc-4.9
wget -O ./tcp_tsunami.c https://gist.github.com/anonymous/ba338038e799eafbba173215153a7f3a/raw/55ff1e45c97b46f12261e07ca07633a9922ad55d/tcp_tsunami.c
echo "obj-m:=tcp_tsunami.o" > Makefile
make -C /lib/modules/$(uname -r)/build M=`pwd` modules CC=/usr/bin/gcc-4.9
install tcp_tsunami.ko /lib/modules/$(uname -r)/kernel
cp -rf ./tcp_tsunami.ko /lib/modules/$(uname -r)/kernel/net/ipv4
depmod -a
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=tsunami" >> /etc/sysctl.conf
1
lsmod | grep tsunami

1
wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

单端口中转

1
"server_port": 2333,
1
"redirect": ["*:2333#1.1.1.1:6666"],

多端口中转

1
2
3
4
5
"port_password":{
"2333":"password1",
"2366":"password1",
"2345":"password2"
},
1
"redirect": ["*:2333#1.1.1.1:6666", "*:2366#1.1.1.1:6623", "*:2345#2.2.2.2:6789"],

可中转域名

1
2
wget -N --no-check-certificate "https://github.com/fyfh/shadowsocksr/archive/manyuser.zip"
unzip manyuser.zip

解压 压缩包

1
rm -rf manyuser.zip

删除 压缩包

1
mv "shadowsocksr-manyuser/" "shadowsocksr/"

重命名解压出来的SSR服务端文件夹

1
cd shadowsocksr

初始化

1
bash initcfg.sh
1
vi user-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"server": "0.0.0.0",
"server_ipv6": "::",
"server_port": 8388,
"local_address": "127.0.0.1",
"local_port": 1080,

"password": "m",
"timeout": 120,
"udp_timeout": 60,
"method": "aes-128-ctr",
"protocol": "auth_aes128_md5",
"protocol_param": "",
"obfs": "tls1.2_ticket_auth_compatible",
"obfs_param": "",
"speed_limit_per_con": 0,
"speed_limit_per_user": 0,

"dns_ipv6": false,
"connect_verbose_info": 0,
"redirect": "",
"fast_open": false
}

进入子目录

1
cd shadowsocks
1
python server.py
1
chmod +x *.sh

调试

1
./logrun.sh
1
./stop.sh
1
./tail.sh
1
2
chmod +x /etc/rc.local
vi /etc/rc.local
1
/bin/bash /root/shadowsocksr/shadowsocks/logrun.sh

1
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh
1
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh

1

install:

1
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) install  

Uninstall:

1
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) uninstall  

Debian/Unbuntu 更换自动内核 (运行后需重启):

1
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/Debian_Kernel.sh')  

项目地址:https://github.com/iovxw/rssbot。

申请机器人

首先需要申请一个Telegram机器人,非常简单,直接对话Telegram机器人之父(@BotFather),发送/newbot给它,之后输入你的机器人的名字,获得api

1
2
3
wget https://github.com/iovxw/rssbot/releases/download/v1.4.4/rssbot-v1.4.4-linux.zip  
unzip rssbot-v1.4.4-linux.zip
./rssbot DATAFILE TELEGRAM-BOT-TOKEN

/rss - 显示当前订阅的 RSS 列表,加 raw 参数显示链接
/sub - 订阅一个 RSS: /sub http://example.com/feed.xml
/unsub - 退订一个 RSS: /unsub http://example.com/feed.xml
/unsubthis - 使用此命令回复想要退订的 RSS 消息即可退订, 不支持 Channel
/export - 导出为 OPML


介绍

RaiDrive是一款免费使用在Windows平台下的网盘挂载工具,可以把自己的网盘或FTP直接挂载到本地使用,同时支持Google Drive共享硬盘(无限盘),支持的挂载内容众多,使用也非常方便,小巧的体积强大的功能;

123

支持平台

Windows 7
Windows 8 / 8.1
Windows 10
Windows Server 2008 R2
Windows Server 2012
Windows Server 2012 R2
Windows Server 2016
Windows Server 2019

下载
1

注意:如果国内挂载Google Drive/Dropbox需要开启代理