一键检测奈飞Netflix的IP解锁范围和对应地区
这个是使用Go语言编写的流媒体NetFlix解锁检测脚本。 Github地址:https://github.com/sjlleo/netflix-verify 使用方法 简约模式 Github主站下载链接(IPv6 Only的VPS请使用下方的CDN链接): wget -N -O nf https://github.com/sjlleo/netflix-……
CentOS7+warp+wgcf+wireguard-go+wireguard-tools给VPS添加IPV6访问,Ubuntu、Debian同理
本文以CentOS7 x64系统为例 一、安装wireguard-go Github地址:https://github.com/WireGuard/wireguard-go 编译安装 一些需要的软件yum install -y wget git make 如果是debian/ubuntu:apt install -y wget git make 1.安装go……
俄罗斯套娃之Docker里使用Docker
好像并没有什么用 docker run -v /var/run/docker.sock:/var/run/docker.sock ……
Linux下ls命令根据文件/夹属性不同显示不同颜色,效率更高
将alias ls='ls --color=auto'添加到.bashrc或者.profile或者/etc/profile 命令如下 echo "alias ls='ls --color=auto'" >> ~/.bashrc 效果如下图 ……
记录——Debian10+Warp+WireGuard
安装 WireGuard # 先安装linux-headers apt update apt install linux-headers-$(uname -r) -y # 安装WireGuard echo "deb http://deb.debian.org/debian/ unstable main" > /etc……
使用SHC加密shell脚本的教程
Debian下可以直接apt安装 apt-get install -y shc 如果没有安装gcc也要安装,否则会出现sh: 1: cc: not found apt-get install -y shc gcc 加密脚本 shc -f 脚本路径 [email protected]:~/shc# echo -e '#!/bin/bash……
PHP单文件实现的目录列表程序files.photo.gallery
Demo:https://files.photo.gallery/demo/ 代码 https://cdn.jsdelivr.net/npm/files.photo.gallery/index.php 或 https://cdn.jsdelivr.net/gh/peng4740/jsdelivr/photo.gallery/index.php 只需下载……
Windows下PowerShell终端配置http/https代理
仅当前终端有效 $env:HTTP_PROXY="socks5://127.0.0.1:10808" $env:HTTPS_PROXY="socks5://127.0.0.1:10808" ……
BingApi,PHP单文件实现的Bing壁纸API——更新新增缓存功能
Bing必应壁纸PHP单文件实现的API Github仓库:https://github.com/peng4740/BingApi 代码直链: https://raw.githubusercontent.com/peng4740/BingApi/master/index.php 或 https://cdn.jsdelivr.net/gh/peng4740/B……