当前位置:网站首页>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边栏推荐
- Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem
- The difference between MVVM and MVC
- [speech processing] speech signal denoising based on Matlab GUI Hanning window fir notch filter [including Matlab source code 1711]
- audiopolicy
- Ieventsystemhandler event interface
- Global and Chinese market of diesel fire pump 2022-2028: Research Report on technology, participants, trends, market size and share
- openresty ngx_lua正则表达式
- Hainan Nuanshen tea recruits warmhearted people: recruitment of the product experience recommender of Nuanshen multi bubble honey orchid single cluster
- 我把开源项目alinesno-cloud-service关闭了
- 3 find the greatest common divisor and the least common multiple
猜你喜欢

Finally understand what dynamic planning is

Data type, variable declaration, global variable and i/o mapping of PLC programming basis (CoDeSys)

Commonly used probability distributions: Bernoulli distribution, binomial distribution, polynomial distribution, Gaussian distribution, exponential distribution, Laplace distribution and Dirac delta d

513. Find the value in the lower left corner of the tree

Realize reverse proxy client IP transparent transmission

audiopolicy

TypeError: this. getOptions is not a function

Hcip day 11 (BGP agreement)

Three.JS VR看房

一文搞定垃圾回收器
随机推荐
基于STM32的ADC采样序列频谱分析
[digital signal denoising] improved wavelet modulus maxima digital signal denoising based on MATLAB [including Matlab source code 1710]
LeetCode102. Sequence traversal of binary tree (output by layer and unified output)
Global and Chinese markets for reciprocating seal compressors 2022-2028: Research Report on technology, participants, trends, market size and share
Alibaba Tianchi SQL training camp task4 learning notes
Element positioning of Web Automation
Commonly used probability distributions: Bernoulli distribution, binomial distribution, polynomial distribution, Gaussian distribution, exponential distribution, Laplace distribution and Dirac delta d
C Primer Plus Chapter 9 question 9 POW function
Leecode learning notes
Data type, variable declaration, global variable and i/o mapping of PLC programming basis (CoDeSys)
查看网页最后修改时间方法以及原理简介
30 optimization skills about mysql, super practical
Simple and beautiful method of PPT color matching
Getting started stm32--gpio (running lantern) (nanny level)
Business introduction of Zhengda international futures company
【Note17】PECI(Platform Environment Control Interface)
Finally understand what dynamic planning is
VOT toolkit environment configuration and use
[untitled]
Fix the memory structure of JVM in one article
https://github.com/fkortsagin/Simple-Debian-Setup