当前位置:网站首页>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边栏推荐
- Distributed solution selection
- Usage Summary of scriptable object in unity
- Ultrasonic sensor flash | LEGO eV3 Teaching
- 数据库基础知识(面试)
- 【无标题】
- H5c3 advanced - player
- Global and Chinese market of diesel fire pump 2022-2028: Research Report on technology, participants, trends, market size and share
- One article deals with the microstructure and instructions of class
- 查看网页最后修改时间方法以及原理简介
- 基于STM32的ADC采样序列频谱分析
猜你喜欢

LeetCode145. Post order traversal of binary tree (three methods of recursion and iteration)

Three. JS VR house viewing

2022 R2 mobile pressure vessel filling review simulation examination and R2 mobile pressure vessel filling examination questions

并查集实践

Ieventsystemhandler event interface

CorelDRAW plug-in -- GMS plug-in development -- new project -- macro recording -- VBA editing -- debugging skills -- CDR plug-in (2)

My experience and summary of the new Zhongtai model

Masked Autoencoders Are Scalable Vision Learners (MAE)
![[digital signal denoising] improved wavelet modulus maxima digital signal denoising based on MATLAB [including Matlab source code 1710]](/img/b4/af689abb3ad4e25988f2d17152406e.jpg)
[digital signal denoising] improved wavelet modulus maxima digital signal denoising based on MATLAB [including Matlab source code 1710]

实现反向代理客户端IP透传
随机推荐
MoCo: Momentum Contrast for Unsupervised Visual Representation Learning
Vcomp110.dll download -vcomp110 What if DLL is lost
Detailed explanation of pointer and array written test of C language
C Primer Plus Chapter 9 question 10 binary conversion
Request preview display of binary data and Base64 format data
openresty ngx_lua请求响应
Overview of Fourier analysis
LeetCode145. Post order traversal of binary tree (three methods of recursion and iteration)
Starting from 1.5, build a micro Service Framework -- log tracking traceid
判断二叉树是否为完全二叉树
Element positioning of Web Automation
Marginal probability and conditional probability
Tiktok__ ac_ signature
傅里叶分析概述
一文搞定JVM的内存结构
VOT toolkit environment configuration and use
Global and Chinese market of water treatment technology 2022-2028: Research Report on technology, participants, trends, market size and share
Expectation, variance and covariance
Spectrum analysis of ADC sampling sequence based on stm32
Distributed solution selection
https://github.com/fkortsagin/Simple-Debian-Setup