搜索内容

最新文章
  • OpenWrt中,旁路由的设置与使用
    NRS

    OpenWrt中,旁路由的设置与使用

    旁路由,这神奇的名称,听着是不是有点不知所云? 本文的目的,是让您知晓旁路由的概念,并掌握最基础的旁路由设置方法。 一、什么是旁路由? 旁路由又叫独臂路由,这一概念由杨过大侠首创(手动狗头)。旁路由一般是由CPU性能比较强的路由器来担当。旁路由的主要责任是帮助网络中的其他设备获取国外网站的数据。 二、旁路由的接线方式及工作原理 最基础最常规的旁路由接线方式是这样的 基础的旁路由接线方式 是不是有点挑战常识?主路由的LAN口居然接着旁路由的LAN口?没错,我没画错! 主路由可以是普通的无线路由器。所有联网设备都……
    Jays 2021-02-27
  • Linux 下使用 mktorrent 制作 BT/PT 种子
    NRS

    Linux 下使用 mktorrent 制作 BT/PT 种子

    安装mktorrent git clone https://github.com/Rudde/mktorrent.git #下载源码 cd mktorrent make && make install #编译安装   可选参数 root@debian:~# mktorrent -h mktorrent 1.1 (c) 2007, 2009 Emil Renner Berthing Usage: mktorrent [OPTIONS] <target directory or filename> Options: -a <url>[,<url>]* : specify the full announce URLs #添加Tracker服务器地址 at least one is required additional -……
    Jays 2021-02-26
  • lastpass迁移Bitwarden或microsoft authenticator
    收藏分享

    lastpass迁移Bitwarden或microsoft authenticator

        从 2021 年 3 月 16 日开始,LastPass 将开始限制其免费服务只适用于一种设备类型,这意味着那些注册的用户需要在电脑或智能手机之间选择访问服务。后者还包括平板电脑(iPad)和智能手表上的 LastPass 访问。你将选择一种 “活动设备类型”来决定你将在哪里使用该服务。对于目前的免费用户,3 月 16 日之后你登录的第一个设备类型将决定你的活动类型。在选择被锁定之前,你将有三次机会在设备类型之间进行挑选。之后,你需要注册 LastPass Premium,才能在两个不同的平台上使用服务。 “作为免费用户,你在 3 月 16 日或之后的首次登……
    Jays 2021-02-21
  • Kodi无法手动刮削视频的一种解决办法
    NRS

    Kodi无法手动刮削视频的一种解决办法

    电影文件: 热血街区电影版2:红雨篇.High.and.Low.The.Red.Rain.2016.Bluray.1080p.x265.10bit.DDP.5.1 -High.and.Low.The.Red.Rain.2016.Bluray.1080p.x265.10bit.DDP.5.1.mkv 正常情况下,Kodi自动刮削无法识别的时候,可以通过手动刮削添加的媒体库,如果还是刮削不到相关信息 则会弹出一个手动填写文件名的对话框,如下图1、但是我这里突然显示图2,也就是无法手动输入。 然后开始排查原因,下载了同样名字不同压制组的两部电影,发现一部可以识别,另外一个无法识别 两部电影的,命名方式基本一致,除了后面压制小组名称不一样。……
    Jays 2021-02-18
  • 解决TheMovieDb刮削器失效 – 改hosts
    NRS

    解决TheMovieDb刮削器失效 – 改hosts

    # TMDB API 99.84.238.75 api.themoviedb.org 99.84.238.99 api.themoviedb.org 99.84.238.7 api.themoviedb.org 99.84.238.30 api.themoviedb.org 13.35.67.86 api.themoviedb.org 104.16.57.155 image.tmdb.org 104.16.58.155 image.tmdb.org 104.16.59.155 image.tmdb.org 104.16.60.155 image.tmdb.org 104.16.61.155 image.tmdb.org 13.227.241.109 themoviedb.org 13.227.241.21 themoviedb.org 13.227.241.52 themoviedb.org 13.227.241.70 themoviedb.org 54.192.150.108 themoviedb.org 54.192.150.49 themoviedb.org 54.192.1……
    Jays 2021-02-03
  • 解决宝塔面板7.5.1证书签发错误
    收藏分享

    解决宝塔面板7.5.1证书签发错误

    |-正在发送CSR.. |-正在下载证书.. Traceback (most recent call last): File "class/acme_v2.py", line 753, in save_cert self.sub_all_cert(key_file, pem_file) File "class/acme_v2.py", line 775, in sub_all_cert if to_cert_init['issuer'] != cert_init['issuer'] and to_cert_init['issuer'].find("Let's Encrypt") == -1: AttributeError: 'NoneType' object has no attribute 'find' |-申请成功,正在部署到站点.. 对域名签发证书的提示如上,google了一圈,找到了类似解决办法 看似成功实际上根本就没有成功。 于是定位到 ……
    Jays 2021-01-23
  • 错误代码: 0x80041017 – repair the WMI windows10
    收藏分享

    错误代码: 0x80041017 – repair the WMI windows10

    Type “command prompt” in the Start Search and right click on Command Prompt from the search results and then select “Run as administrator”. After opening Command Prompt with admin privileges, type and enter this command: winmmgmt /salvagerepository The command you entered is used when the winmmgmt command performs a consistency check. So if an inconsistency is detected, it will rebuilt the repository. Next, execute this command to see if the WMI repository now comes back as consistent: winm……
    Jays 2021-01-14
  • Debian 10 修改时区设置
    收藏分享

    Debian 10 修改时区设置

    错误的: 执行 tzselct 命令,只能当次有效,重启后恢复默认。 echo “TZ=‘Asia/Shanghai’; export TZ” >> ~/.profile ,可能以前有用,但在新版Debian上已经失效了。 正确的: sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
    Jays 2020-12-12
  • 使用HE的tunnelbroker IPv6隧道为阿里云等国内VPS增加IPv6支持
    收藏分享

    使用HE的tunnelbroker IPv6隧道为阿里云等国内VPS增加IPv6支持

    1、首先修改  /etc/sysctl.conf ,加入下面三行内容 Bash net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.default.disable_ipv6 = 0 net.ipv6.conf.lo.disable_ipv6 = 0 2、保存使设置生效,启用IPv6。 Bash sysctl -p 3、到 https://www.tunnelbroker.net/ 注册一个账户,然后登陆,点击左侧的 Create Regular Tunnel 。 IPv4 Endpoint (Your side)填VPS的公网 IP 地址, Available Tunnel Servers 选一个隧道接入服务器,尽量选择距离自己vps最近的接入点。比如阿里云香港对应选择香港,新加坡就选新加坡,会有助于降低延迟……
    Jays 2020-12-09