一台十年前的老旧笔记本电脑安装了 Linux Mint 操作系统,记录一下平时遇到的问题、软件工具以及相关配置事项。
Programming Language
Rust
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
sudo apt-get update
sudo apt install build-essential gdb
gcc --version
g++ --version
gdb --version
Q & A
sudo apt update
How to fix “E: The list of sources could not be read” error?
ls /etc/apt/sources.list.d/
sudo rm -r /etc/apt/sources.list.d/<list name>
Softwares
Fcitx 5
sudo apt install fcitx5
sudo apt install fcitx5-chinese-addons
sudo apt install fcitx5-frontend-gtk4 fcitx5-frontend-gtk3 fcitx5-frontend-gtk2
sudo apt install fcitx5-frontend-qt5
solaar
Keyboard Logitech K780 supported on Mint 20.1 Cinnamon?
sudo apt install solaar
V2RayA
wget -qO - https://apt.v2raya.org/key/public-key.asc | sudo tee /etc/apt/keyrings/v2raya.asc
echo "deb [signed-by=/etc/apt/keyrings/v2raya.asc] https://apt.v2raya.org/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
sudo apt update
sudo apt install v2raya v2ray
sudo systemctl start v2raya.service
sudo systemctl enable v2raya.service
软件配置链接:http://localhost:2017/
管理员帐号重置命令:sudo v2raya --reset-password
没有评论:
发表评论