Linux Mint 配置 - Bsuperstation

Linux Mint 配置 #整理

  • zsh
  • appimageluncher
  • cmake 3.27
1
2
3
4
# download source form git lab然后
./bootstrap
make -j12
make install
  • kde PLASMA 桌面安装
  • latte --》 仿mac os启动器
  • Panel Transparency Button --> 把边栏变透明
  • reclone --> 挂载云端硬盘
  • google-drive-ocamlfuse --> 挂载google_dirve https://github.com/astrada/google-drive-ocamlfuse
  • 如果报某个库 ld.so 有错误,估计就是安装时安错了,重新下载符合版本要求的再安一次,如appimageluncher

KDE 使用遇到wifi问题

  • 没有wifi控制:
1
apt install plasma-nm

然后可以在setting看到

此时已经断网,使用命令行控制

1
2
3
nmcil r wifi on #打开wifi
nmcil dev wifi
nmcil dev wifi connect "wifi名" password "passwd"