ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    群晖DDNS科学上网时获取公网IP异常

    Jan 31, 20231 min read

    在“规则列表”-“直连列表”中添加以下域名即可

    synology.cn
    synology.com
    quickconnect.to
    quickconnect.cn
    akamai.com
    dyndns.com
    dyndns.org
    

    相关文章

    Node 执行 adb shell 命令

    该代码片段展示了一个在Node.js环境中执行给定shell命令的函数。

    How To Solve Error [ERR_PACKAGE_PATH_NOT_EXPORTED]

    To resolve the ERR_PACKAGE_PATH_NOT_EXPORTED error, downgrade Node.js to the LTS version (currently v14.18.1) by uninstalling the current version and installing the LTS version using nvm.

    Electron 源代码目录结构

    Electron的源代码结构包括多个目录,如C++和JavaScript源代码、Chromium源代码复制、文档、第三方依赖和工具脚本,以及用于管理和更新依赖的Git子模块命令。

    Ubuntu 生成桌面快捷方式

    Ubuntu系统中通过复制和修改权限生成Google Chrome桌面快捷方式。

    Linux 如何关闭指定网卡?

    使用 `ifconfig` 命令,通过 `sudo ifconfig eth0 down` 来关闭指定的网卡 `eth0`。