chrome中国区离线下载https://www.google.cn/intl/zh-CN/chrome/chrome官网离线下载https://www.google.com/chrome/?standalone=1
创建或修改 /etc/apt/sources.list.d/debian.sourcesTypes: deb #URIs: https://deb.debian.org/debian 官方源注释了 URIs: http://mirrors.ustc.edu.cn/debian Suites: trixie trixie-updates #Components: main non-free-firmware Components: main contrib non-free non-free-firmware Signed-By: /usr/share/keyrings/debian-...
重装升级Debian13后发现NetworkManager没有WIFI选项,其实这个问题在某次系统升级后就发现了想着要重装了一直没解决。今天升级到Debian13不得不面对这个问题,找了很多文章,最终得以解决,记录一下。免得下次忘记sudo apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms sudo apt-get install -f sudo dpkg-reconfigure broadcom-sta-dkms find /lib/modules/$(uname -r)...
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 split-window -hCtrl+b %终端垂直分割tmux split-windowCtrl+b "终端水平分割tmux select-pane -[UDLR]Ctrl+b [上下左右]切换窗口tm...