重装升级Debian13后发现NetworkManager没有WIFI选项,其实这个问题在某次系统升级后就发现了想着要重装了一直没解决。今天升级到Debian13不得不面对这个问题,找了很多文章,最终得以解决,记录一下。免得下次忘记sudo apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-st...
tmux终端操作命令快捷键解释tmux new -s Test无创建新窗口tmux ls无列出终端tmux attach -t Test无连接终端tmux终端内操作命令快捷键解释tmux new-windowCtrl+b c创建新终端tmux rename-window NameCtrl+b ,终端重命名tmux select-window -t 0Ctrl+b 数字切换终端tmux spl...
su - vi /etc/apt/sources.list # 默认注释了源码仓库,如有需要可自行取消注释 deb http://mirrors.ustc.edu.cn/debian trixie main contrib non-free non-free-firmware # deb-src http://mirrors.ustc.edu.cn/debian trixie main c...