当前位置:网站首页>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边栏推荐
- Using LNMP to build WordPress sites
- 一文搞定JVM常见工具和优化策略
- Marginal probability and conditional probability
- npm ELECTRON_ Mirror is set as domestic source (npmmirror China mirror)
- Krypton Factor-紫书第七章暴力求解
- Exponential weighted average and its deviation elimination
- 我把开源项目alinesno-cloud-service关闭了
- 透彻理解JVM类加载子系统
- [digital signal denoising] improved wavelet modulus maxima digital signal denoising based on MATLAB [including Matlab source code 1710]
- 鏈錶之雙指針(快慢指針,先後指針,首尾指針)
猜你喜欢

Tensor attribute statistics

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

Masked Autoencoders Are Scalable Vision Learners (MAE)

Hcip day 11 (BGP agreement)

Usage Summary of scriptable object in unity

First, redis summarizes the installation types

终于搞懂什么是动态规划的

一文搞定JVM的内存结构

Unity Max and min constraint adjustment

Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem
随机推荐
【Note17】PECI(Platform Environment Control Interface)
媒体查询:引入资源
Finally understand what dynamic planning is
一文搞定垃圾回收器
Three.js-01 入门
fibonacci search
Ieventsystemhandler event interface
VOT toolkit environment configuration and use
Hcip day 11 (BGP agreement)
Thinkphp5.1 cross domain problem solving
Three. JS VR house viewing
使用rewrite规则实现将所有到a域名的访问rewrite到b域名
Masked Autoencoders Are Scalable Vision Learners (MAE)
鏈錶之雙指針(快慢指針,先後指針,首尾指針)
2022.02.13 - SX10-30. Home raiding II
Vision Transformer (ViT)
Event trigger requirements of the function called by the event trigger
openresty ngx_lua请求响应
[speech processing] speech signal denoising and denoising based on MATLAB low-pass filter [including Matlab source code 1709]
[digital signal denoising] improved wavelet modulus maxima digital signal denoising based on MATLAB [including Matlab source code 1710]
https://github.com/fkortsagin/Simple-Debian-Setup