2021年的MacOS BigSur系统外接2k显示屏及字体虚化锯齿的解决方案整理

1. 关闭系统 SIP

https://zhuanlan.zhihu.com/p/343151907

执行命令前需要关闭SIP(系统完整性保护),具体做法是:
进入恢复模式(开机时按住 command+R 键),在右上角打开系统终端,输入 csrutil disable(禁用)命令,在开启hidpi后可重新使用命令 csrutil enable (开启)。具体可参考,>>传送门

Linux启动时,如何编辑GRUB2的启动参数

To edit Grub2 during the boot process try the following:

为了在启动时,编辑GRUB2,可以尝试下面的步骤

  1. Immediately after the BIOS splash screen during boot, press and hold the SHIFT button. This will display you grub containing a list of kernels and recovery options
    在启动过程中出现 BIOS 启动画面后,立即按住SHIFT按键。
    这将显示包含内核和恢复选项列表的grub

Maven单独的settings.xml配置文件,国内阿里云镜像

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                          https://maven.apache.org/xsd/settings-1.0.0.xsd">

      <mirrors>
        <mirror>  
            <id>alimaven</id>  
            <name>aliyun maven</name>  
            <url>https://maven.aliyun.com/repository/public</url>
            <mirrorOf>central</mirrorOf>          
        </mirror>  
      </mirrors>
</settings>

上海贝尔 E-140W-P,光猫配置

Telnet

telnet 命令:telnet 192.168.1.1
telnet 账号密码:telnetadmin / telnetadmin

默认密码

telecomadmin
nE7jA%5m
telnet密码
telnetadmin / telnetadmin

Gridea同步github失败最终解决方案

前言

废话不多说,解决这个问题的核心思路就是跑代理,如果你没有科学上网工具的话,那下面的也就用不着看了,建议你用coding吧。

重要提示

Gridea官方置顶的issue版本2021.10.23更新,关于检测远程链接成功,但同步错误的案例收集与修复测试包,该版本的同步功能存在严重的BUG,无法正常同步到Github。下文基于Gridea的正式0.9.2版本测试通过。

OpenWRT / LEDE 设置跨网段访问方法

1. 静态IPv4路由,增加路由表

  • 访问网络->静态路由页面
    需要填入目标网段,IPv4子网掩码,IPv4网关,

2. 防火墙,增加防火墙允许规则

  • 访问网络->防火墙->通讯规则页面
    需要填入名称,匹配规则,动作

Mac编译N2N组件SuperNode和Edge

参考:https://www.jianshu.com/p/5021b70c3ff9

使用Brew安装必要软件

brew install openssl
brew tap homebrew/cask
brew install --cask tuntap