当前位置:网站首页>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边栏推荐
- Leecode learning notes
- 链表之双指针(快慢指针,先后指针,首尾指针)
- Hcip day 11 (BGP agreement)
- Registration and skills of hoisting machinery command examination in 2022
- openresty ngx_lua正则表达式
- Vcomp110.dll download -vcomp110 What if DLL is lost
- 鏈錶之雙指針(快慢指針,先後指針,首尾指針)
- Realize reverse proxy client IP transparent transmission
- Evolution of APK reinforcement technology, APK reinforcement technology and shortcomings
- audiopolicy
猜你喜欢

SPSS analysis of employment problems of college graduates
![[screen recording] how to record in the OBS area](/img/34/bd06bd74edcdabaf678c8d7385cae9.jpg)
[screen recording] how to record in the OBS area

Detailed explanation of pointer and array written test of C language

I closed the open source project alinesno cloud service
![[untitled]](/img/98/aa874a72f33edf416f38cb6e92f654.png)
[untitled]

Leetcode daily question 1189 The maximum number of "balloons" simple simulation questions~

Masked Autoencoders Are Scalable Vision Learners (MAE)

第一讲:蛇形矩阵

Simple and beautiful method of PPT color matching

Finally understand what dynamic planning is
随机推荐
d3dx9_ How to repair 31.dll_ d3dx9_ 31. Solution to missing DLL
Global and Chinese markets of industrial pH meters 2022-2028: Research Report on technology, participants, trends, market size and share
Finally understand what dynamic planning is
Spectrum analysis of ADC sampling sequence based on stm32
Function default parameters, function placeholder parameters, function overloading and precautions
二叉树递归套路总结
【Note17】PECI(Platform Environment Control Interface)
数据库基础知识(面试)
SPSS analysis of employment problems of college graduates
使用rewrite规则实现将所有到a域名的访问rewrite到b域名
Business introduction of Zhengda international futures company
Global and Chinese markets for children's amusement facilities 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese markets for welding products 2022-2028: Research Report on technology, participants, trends, market size and share
LeetCode102. Sequence traversal of binary tree (output by layer and unified output)
First, redis summarizes the installation types
我对新中台模型的一些经验思考总结
C Primer Plus Chapter 9 question 10 binary conversion
Yiwen gets rid of the garbage collector
TOPSIS code part of good and bad solution distance method
Tensor attribute statistics
https://github.com/fkortsagin/Simple-Debian-Setup