Loading

摘要: 打开 *** 的 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 阅读(414) 评论(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 阅读(3057) 评论(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 阅读(1965) 评论(0) 推荐(0)
摘要: 设置启动目录为 Liunx 根目录 //wsl$/<yourlinuxname>/home/<yourname>/ 阅读全文
posted @ 2021-10-07 19:30 Rubrum 阅读(1167) 评论(0) 推荐(0)