inarave

  • {{ item.name }}
  • 主页
  • 云端
  • 生活
  • 收藏
  • 友情链接
  • 文章归档
  • 榜上有名
  • 隐私政策

登陆后发动态

点击登陆

密码保护:流媒体规则 必须经过代理的域名

  • 2022-06-25
  • 0

密码保护:openwrt smartdns 搭配 passwall

  • 2022-06-06
  • 0

密码保护:关于婚姻

  • 2022-05-28
  • 0

主题代码 <style> /* 屏幕适配 */ @media only screen and (min-width: 1200px) { .ui.container { width: 80% !important; } } @media only screen and (max-width: 767px) { .ui.card>.content>.header:not(.ui), .ui.cards>.card>.content>.header:not(.ui) { margin-top: 0.4em !import...

哪吒监控透明主题

  • 2022-05-27
  • 1

脚本来自互联网 请执行以下一键脚本即可 bash <(curl -sSL https://raw.githubusercontent.com/Netflixxp/NF/main/nf.sh) 原作者:@CoiaPrant @zerocloud

服务器解锁Netflix检测脚本

  • 2022-05-11
  • 1

首先安装 Docker curl -sSL https://get.docker.com/ | sh systemctl start docker systemctl enable docker systemctl enable docker docker run -d -p 6688:80 ilemonrain/html5-speedtest:alpine 搭建完成 打开 http://你VPS的IP:6688 即可 如果CentOS 7打不开,需要打开防火墙端口,或者...

使用 Docker 一键安装 HTML5 Speedtest

  • 2022-05-11
  • 0

总体测试 curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full 三网测速 bash <(curl -Lso- http://yun.789888.xyz/speedtest.sh) 回程路由一键测试脚本 wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh bash testrace.sh 91云检测脚本 wge...

常用服务测试脚本

  • 2022-05-11
  • 0

宝塔定时备份网站及数据库至群晖FTP存储空间

  • 2022-05-09
  • 2

列出所有容器ID docker ps -aq 查看所有运行或者不运行容器 docker ps -a 停止所有的container(容器),这样才能够删除其中的images: docker stop $(docker ps -a -q) 或者 docker stop $(docker ps -aq) 如果想要删除所有container(容器)的话再加一个指令: docker rm $(docker ps -a -q) ...

Docker常用命令

  • 2022-05-08
  • 0

首先安装 Docker curl -sSL https://get.docker.com/ | sh systemctl start docker systemctl enable docker systemctl enable docker docker run -d -p 6688:80 ilemonrain/html5-speedtest:alpine 搭建完成 打开 http://你VPS的IP:6688 即可 如果CentOS 7打不开,需要打开防火墙端口,或者...

一键安装 HTML5 Speedtest

  • 2022-05-08
  • 0
  • 1
  • 2
© 2023 inarave
Theme by Wing