博文

目前显示的是 十月, 2019的博文

獨特的V2ray動態端口科學上網,能否讓你的VPS難以被識別?2019.10.29指令小結

安裝環境 VPS平臺DigitalOcean   操作系統Debian10 Debian10常用软件包 root用户下安装 #apt-get -y update && apt-get -y install unzip zip wget curl mc nano sudo ufw socat ntp ntpdate gcc git 233一鍵代碼 ,克隆脚本 #bash <(curl -Ls  https://raw.githubusercontent.com/mikewubox/tvonekey/master/v2ray.sh ) 加速優化BBR # wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh 加速優化TCP fastopen # echo 3 > /proc/sys/net/ipv4/tcp_fastopen

雙雙升級了,新版CentOS8&新版V2Ray三件套一鍵安裝代碼2019.10.24摘要

小結 CentOS8 CentOS 8在2019年9月24日发布,此版本与之前的包库不同,主要分为两个,一个为BaseOS和AppStream,并且开始使用dnf作为管理包的程序。 官網 https://www.centos.org/ V2ray三件套一鍵安裝wulabing版,升級版 2019-10-17 建议遇到问题的用户重置系统后重新安装 变更 添加 Nginx systemd serverfile 修复 又双叒叕尝试修复 Nginx 开机自启动问题 2019-10-16 适配 Centos8 Debian10 Ubuntu19.04 修复 部分系统下 计划任务不生效的问题 修复 时间同步服务 在 Centos8 下无法安装的错误 修复 部分系统下 证书不会自动更新的问题 修复 部分系统下 Nginx 开机自启配置失效的问题 变更 重复安装时,将不对相同的域名进行重复的证书申请,防止出现 Let's encrypt API 次数限制 变更 默认 alterID 64 -> 4 ,减少资源占用 变更 nginx 安装方式从源获取 变更为 编译安装,并使用新版Openssl,支持tls1.3 变更 nginx 配置文件 ssl_protocols ssl_ciphers,适配 tls1.3 变更 取消对Debian8 Ubuntu 16.04 的适配工作(本版本可能依旧可用) 变更 默认页面伪装为 html5 小游戏 新增 安装完成,节点配置信息留档 新增 使用自定义证书 新增 链接方式导入导入 新增 二维码方式导入 https://github.com/wulabing/V2Ray_ws-tls_bash_onekey centos8 常用软件包 #yum -y update && yum -y install unzip zip wget nano sudo curl firewalld redhat-lsb epel-release socat  gcc git BBR加速 # wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh &am

V2Ray官方脚本手動安裝三件套,Nginx偽站點+WS+TLS+CDN指令小結2019.10.21

配置文件參考https://github.com/mikewubox/V2Ray3 偽站點網頁計算器https://github.com/dunizb/sCalc 安裝環境Digitalocean Debian10 免費域名freenom 免費CDN Cloudflare SSH工具 Xshell SFTP工具 WINSCP 零、建VPS並解析域名到VPS IP 一、安裝常用軟件包 #apt-get update && apt-get install unzip zip wget curl  mc  nano sudo ufw socat ntp ntpdate gcc git 二、時間校正(有人説可省略) 时间设置为UTC+8 首先执行 rm /etc/localtime 然后执行 ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 三、安裝ngnix+為站點 安裝 #apt install nginx 停止nginx #service nginx stop 偽站點安裝 #rm -rf /home/wwwroot && mkdir -p /home/wwwroot && cd /home/wwwroot #git clone https://github.com/dunizb/sCalc.git 伪站点文件路徑 root  /home/wwwroot/sCalc 四、安裝V2Ray官方脚本 #bash <(curl -Ls https://install.direct/go.sh) 五、TLS證書(參考V2官網) # curl  https://get.acme.sh | sh #source ~/.bashrc 生成ECC证书: # sudo ~/.acme.sh/acme.sh --issue -d XXX007.ml --standalone -k ec-256 将ECC证书和密钥安装到 /etc/v2ray 中 $ sudo ~/.acme.sh/acme.sh --installcert -d XXX007.ml --fullchainpath /etc/v2ray/

當下環境科學上網工具與VPS的選擇2019.10.16

6月,9月两次大整治,靠谱的科学上网工具 1,V2Ray三件套, https://github.com/v2ray/v2ray-core 2,Trojan, https://github.com/trojan-gfw/trojan 靠谱的VPS 1,DigitalOcean,免费浮动IP,免费云防火墙,按小时计费,先用后缴费(一个月缴费一次) 现在注册DigitalOcean云主机VPS送$50刀 注册 https://m.do.co/c/927b03987854           https://geni.us/mydo 2,Linode,原VPS可跨机房全球,迁移按小时计费,先用后缴费(一个月缴费一次) 现在注册LinodeVPS送$20 注册链接https://www.linode.com/?r=fb91098dd0609214db8afb407122e453d9cbfbaa https://geni.us/lino 某英文Linux大神的$20优惠码promotion(必填)EGEE19 3,AWS Lightsail 名牌大厂,实惠,免费换IP,免费云防火墙,按小时计费,先用后缴费(一个月缴费一次) 流量双向计费 。 https://aws.amazon.com 如果你注册DO,LINO后用了半年以上,我将收到一些推荐费,你不会增加额外费用。这不是国内商家加价推销吃回扣。

免費頂級域名與低價頂級域名注冊網址2019.10.06

图片
一、免費域名 www.freenom.com 目前注冊難度大大增加 二、低價域名$0.99/首年+隱私保護 www.namesilo.com

申請一個免費實用可靠的SSL/TLS證書,防止證書被劫持僞造相關網址小結

相關視頻 https://youtu.be/kiniBh16VMY 一、簡單、實用、免費 https://letsencrypt.org/ 二、好用的第三方客戶端acme.sh https://github.com/Neilpang/acme.sh 三、申請證書圖文教程 https://guide.v2fly.org/advanced/tls.html 四、證書防劫持僞造措施 添加CAA記錄 五、證書查詢網址 https://transparencyreport.google.com/https/certificates https://crt.sh/

Trojan-GFW木馬安裝相關指令小結2019.10.05

相關視頻 https://www.youtube.com/watch?v=wP3VQ-sfTb4 安裝環境 DigitalOcean Debian10 VPS 中電信100M光纖 客戶端WIN10專業版 安裝準備:一個域名並解析到VPS IP                    為域名申請好TLS證書密鑰 相關安裝工具:XSELL6                            WINSCP5.15.6 安裝指令: 一、常用安裝包 #apt-get update && apt-get install unzip zip wget curl  mc   nano sudo ufw socat ntp ntpdate gcc git 二、BBR加速 # wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh 三、安裝trojan #sudo apt install trojan 四:服務器配置文件 具體見https://trojan-gfw.github.io/trojan/config 五、 啓動trojan服務 # systemctl start trojan # systemctl enable trojan 六、客戶端WIN10 https://github.com/trojan-gfw/trojan/releases/download/v1.13.0/trojan-1.13.0-win.zip 補丁包Windows (>=Vista) https://aka.ms/vs/16/release/vc_redist.x64.exe