1/19/2025

我的 Linux Mint 软件和工具

一台十年前的老旧笔记本电脑安装了 Linux Mint 操作系统,记录一下平时遇到的问题、软件工具以及相关配置事项。

Programming Language

Rust

安装 Rust 环境

curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

安装 C 语言编译器

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

安装配置 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

新一代 Linux 客户端安装配置教程

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

没有评论:

发表评论

Cloudflare R2 + WebP Cloud + uPic 免费图床方案

搭建免费全球可访问的图床方案:Cloudflare R2 + WebP Cloud + uPic