Loading

10 2021 档案

摘要:下载并使用 mkcert 生成本地SSL证书 将生成的两个证书存放到当前工作目录的 ssl 文件夹中 $ choco install -y mkcert $ mkcert -install $ mkcert "*.hlr.com" // 会在当前文件夹生成两个证书 _wildcard.hlr.com 阅读全文
posted @ 2021-10-31 19:22 Rubrum 阅读(488) 评论(0) 推荐(0)
摘要:安装中文包 因为 micro 的帮助文档是运行时加载的,所以很简单就可以将 micro 中的帮助文档替换为中文: git clone https://github.com/yi0322/micro-help-chinese.git && \ cd ./micro-help-chinese && mv 阅读全文
posted @ 2021-10-13 23:28 Rubrum 阅读(1281) 评论(0) 推荐(0)
摘要:修改 /usr/lib/sddm.conf.d/default.conf 中的 ServerArguments 对应值为 ServerArguments=-nolisten tcp -dpi 192 阅读全文
posted @ 2021-10-12 00:59 Rubrum 阅读(660) 评论(0) 推荐(0)
摘要:打开 *** 的 Allow LAN 在 ~/.bashrc 最下方添加host_ip=$(cat /etc/resolv.conf |grep "nameserver" |cut -f 2 -d " ") alias setproxy="export all_proxy=http://$hos 阅读全文
posted @ 2021-10-07 19:31 Rubrum 阅读(412) 评论(0) 推荐(0)
摘要:1. 安装输入法 sudo apt install dbus-x11 im-config fonts-noto fcitx fcitx-pinyin fcitx-sunpinyin fitx-googlepinyin 2. 设置自动启动 命令行执行 fcitx-autostart 3. 编辑 ~/. 阅读全文
posted @ 2021-10-07 19:30 Rubrum 阅读(3013) 评论(0) 推荐(0)
摘要:1. 修改文件 sudo vim etc/locale.gen 删掉文件中 # zh_CN.UTF-8 前的 # 2. 下载语言包 sudo locale-gen 3. (可选)修改中文为默认 sudo dpkg-reconfigure locales 4. 下载中文字体和语言包 sudo apt- 阅读全文
posted @ 2021-10-07 19:30 Rubrum 阅读(1947) 评论(0) 推荐(0)
摘要:设置启动目录为 Liunx 根目录 //wsl$/<yourlinuxname>/home/<yourname>/ 阅读全文
posted @ 2021-10-07 19:30 Rubrum 阅读(1157) 评论(0) 推荐(0)