当前位置:网站首页>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边栏推荐
- fibonacci search
- Element positioning of Web Automation
- Using LNMP to build WordPress sites
- Spectrum analysis of ADC sampling sequence based on stm32
- Starting from 1.5, build a micro Service Framework -- log tracking traceid
- 2022 R2 mobile pressure vessel filling review simulation examination and R2 mobile pressure vessel filling examination questions
- openresty ngx_lua正則錶達式
- Leetcode buys and sells stocks
- 一文搞定JVM常见工具和优化策略
- [speech processing] speech signal denoising and denoising based on Matlab GUI low-pass filter [including Matlab source code 1708]
猜你喜欢

Exponential weighted average and its deviation elimination

Simple and beautiful method of PPT color matching

Editor extensions in unity

2022.02.13 - SX10-30. Home raiding II

CJ mccullem autograph: to dear Portland

Three.js-01 入门

audiopolicy

fibonacci search
![[screen recording] how to record in the OBS area](/img/34/bd06bd74edcdabaf678c8d7385cae9.jpg)
[screen recording] how to record in the OBS area

一文搞定class的微观结构和指令
随机推荐
Methods modified by static
Leetcode daily question 1189 The maximum number of "balloons" simple simulation questions~
30 optimization skills about mysql, super practical
[speech processing] speech signal denoising based on Matlab GUI Hanning window fir notch filter [including Matlab source code 1711]
基于STM32的ADC采样序列频谱分析
Exponential weighted average and its deviation elimination
[untitled]
Ieventsystemhandler event interface
Editor extensions in unity
数据库基础知识(面试)
【Note17】PECI(Platform Environment Control Interface)
Hj16 shopping list
LeetCode102. Sequence traversal of binary tree (output by layer and unified output)
一文搞定class的微观结构和指令
Function default parameters, function placeholder parameters, function overloading and precautions
东南亚电商指南,卖家如何布局东南亚市场?
Element positioning of Web Automation
Leetcode buys and sells stocks
One article deals with the microstructure and instructions of class
The difference between MVVM and MVC
https://github.com/fkortsagin/Simple-Debian-Setup