栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

Debian 10安装配置

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Debian 10安装配置

拥有sudo权限
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

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/733399.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号