su - gedit /etc/sudoers nano /etc/sudoers
找到 root ALL=(ALL:ALL) ALL 之后在下面添加一行即可 xxx 表示用户名
# Host alias specification # User alias specification # Cmnd alias specification # User privilege specification root ALL=(ALL:ALL) ALL xxx ALL=(ALL:ALL) ALL换源
# Debian 10 buster # 中科大源 deb http://mirrors.ustc.edu.cn/debian buster main contrib non-free deb http://mirrors.ustc.edu.cn/debian buster-updates main contrib non-free deb http://mirrors.ustc.edu.cn/debian buster-backports main contrib non-free deb http://mirrors.ustc.edu.cn/debian-security/ buster/updates main contrib non-free安装输入法
sudo apt install fcitx-googlepinyin
记录一下安装输入法的过程中遇到的坑:
在使用im-config选择输入法软件时,明明手动选择fcitx,最后在终端运行fcitx或者fcitx-autostart,还是会提示“XIM启动错误。是否有另一个名为ibus的XIM守护程序正在运行?”这个BUG,导致始终用不了fcitx.
这个问题最后通过卸载ibus即可,最后im-config的界面中“正在使用”和“正常的自动选择”都变成fcitx才可。
sudo apt autoremove ibus*
通过以下命令可以配置fcitx输入法
fcitx-config-gtk3
https://jingyan.baidu.com/article/c45ad29cd8714b441753e2bf.html
Debian 系统安装命令TAB补全
apt-get install bash-completion
编辑 .profile .bashrc
添加下面的
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
安装声卡或者wifi的驱动/固件
sudo apt-get install firmware-realtek
sudo apt-get install firmware-iwlwifi
GitHub - fkortsagin/Simple-Debian-Setup: Complete tutorial on how to setup a pure Debian Buster Distro to play Steam games and do video editing and streaming with OBShttps://github.com/fkortsagin/Simple-Debian-Setup
networking - Startup Debian 9 error: `Failed to start Raise network interfaces` - Unix & Linux Stack Exchangehttps://unix.stackexchange.com/questions/390307/startup-debian-9-error-failed-to-start-raise-network-interfaces
Setup For Develop PC Of Debian9 · team4yf/server-yunplus-io-docker-compose Wiki · GitHubserver-yunplus-io-docker-compose. Contribute to team4yf/server-yunplus-io-docker-compose development by creating an account on GitHub.https://github.com/team4yf/server-yunplus-io-docker-compose/wiki/Setup-For-Develop-PC-Of-Debian9



