当前位置:网站首页>Debian 10 installation configuration
Debian 10 installation configuration
2022-07-05 23:04:00 【Delusional industrial pharmacist】
Have sudo jurisdiction
su -
gedit /etc/sudoers
nano /etc/sudoersfind root ALL=(ALL:ALL) ALL Then add a line below xxx Represents the user name
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
xxx ALL=(ALL:ALL) ALLSource change
# Debian 10 buster
# China University of science and technology
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-freeInstall input method
sudo apt install fcitx-googlepinyinRecord the pits encountered in the process of installing the input method :
In the use of im-config When selecting input method software , Mingming manual selection fcitx, Finally, it runs at the terminal fcitx perhaps fcitx-autostart, It will still prompt “XIM Startup error . Is there another name ibus Of XIM Daemon is running ?” This BUG, It will never work fcitx.
This problem is finally solved by uninstalling ibus that will do , Last im-config In the interface “ Being used ” and “ Normal automatic selection ” All become fcitx Only then can .
sudo apt autoremove ibus*
You can configure fcitx typewriting
fcitx-config-gtk3https://jingyan.baidu.com/article/c45ad29cd8714b441753e2bf.html
Debian System installation command TAB completion
apt-get install bash-completionif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fiInstall sound card or wifi The driver / The firmware
sudo apt-get install firmware-realtek
sudo apt-get install firmware-iwlwifi边栏推荐
- 查看网页最后修改时间方法以及原理简介
- d3dx9_ What if 29.dll is missing? System missing d3dx9_ Solution of 29.dll file
- Paddle Serving v0.9.0 重磅发布多机多卡分布式推理框架
- TCC of distributed solutions
- 第一讲:蛇形矩阵
- [screen recording] how to record in the OBS area
- 2022 registration examination for safety management personnel of hazardous chemical business units and simulated reexamination examination for safety management personnel of hazardous chemical busines
- Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem
- Spectrum analysis of ADC sampling sequence based on stm32
- Distributed solution selection
猜你喜欢

第十七周作业

Paddy serving v0.9.0 heavy release multi machine multi card distributed reasoning framework

Vision Transformer (ViT)

Usage Summary of scriptable object in unity

LeetCode102. Sequence traversal of binary tree (output by layer and unified output)

VOT Toolkit环境配置与使用

One article deals with the microstructure and instructions of class

【Note17】PECI(Platform Environment Control Interface)

两数之和、三数之和(排序+双指针)

第一讲:蛇形矩阵
随机推荐
【Note17】PECI(Platform Environment Control Interface)
The introduction to go language is very simple: String
The difference between MVVM and MVC
Nangou Gili hard Kai font TTF Download with installation tutorial
Thoroughly understand JVM class loading subsystem
Yiwen gets rid of the garbage collector
[screen recording] how to record in the OBS area
Unity Max and min constraint adjustment
Leetcode daily question 1189 The maximum number of "balloons" simple simulation questions~
Lesson 1: serpentine matrix
Metasploit(msf)利用ms17_010(永恒之蓝)出现Encoding::UndefinedConversionError问题
Global and Chinese markets for welding products 2022-2028: Research Report on technology, participants, trends, market size and share
Commonly used probability distributions: Bernoulli distribution, binomial distribution, polynomial distribution, Gaussian distribution, exponential distribution, Laplace distribution and Dirac delta d
分布式解决方案之TCC
链表之双指针(快慢指针,先后指针,首尾指针)
[untitled]
[untitled]
PLC编程基础之数据类型、变量声明、全局变量和I/O映射(CODESYS篇 )
Evolution of APK reinforcement technology, APK reinforcement technology and shortcomings
VIM tail head intercept file import
https://github.com/fkortsagin/Simple-Debian-Setup