当前位置:网站首页>Rhcsa - day 13
Rhcsa - day 13
2022-07-04 10:18:00 【Attiude】
Content :
1. Use rpm install zsh( Ignore dependency installation )
Check if... Is installed
Query all installed software
uninstall zsh
[[email protected] ~]# rpm -i --nodeps zsh-5.5.1-6.el8_1.2.x86_64.rpm
[[email protected] ~]# rpm -aq | grep zsh
zsh-5.5.1-6.el8_1.2.x86_64
[[email protected] ~]# rpm -e zsh
[[email protected] ~]# rpm -aq
Inquire about date Command package
Query not installed zsh File information for
2.yum Local source configuration
[[email protected] /]# cd /etc/yum.repos.d/
[[email protected] yum.repos.d]# vim redhat.repo
[[email protected] yum.repos.d]# yum repolist
yum Network source configuration
install httpd Software
see vim Which package does the command belong to
yum uninstall httpd
Clean cache
Recreate cache
3. Source code installation : memcached
[[email protected] ~]# tar -xzf memcached-1.6.12.tar.gz /usr/local/memcached
./configure --prefix=/usr/local/memcached
make
make install
4. see root User processes with terminals
Show processes without terminals
Show all processes
ps -aux and ps aux The difference between
ps -x
ps -a
ps -aux differ ps aux The two are for different systems
bsd The use of -aux
unix It uses aux
边栏推荐
- Qtreeview+ custom model implementation example
- If the uniapp is less than 1000, it will be displayed according to the original number. If the number exceeds 1000, it will be converted into 10w+ 1.3k+ display
- system design
- Does any teacher know how to inherit richsourcefunction custom reading Mysql to do increment?
- Hands on deep learning (42) -- bi-directional recurrent neural network (BI RNN)
- Golang defer
- Debug:==42==ERROR: AddressSanitizer: heap-buffer-overflow on address
- Hands on deep learning (35) -- text preprocessing (NLP)
- 【Day2】 convolutional-neural-networks
- xxl-job惊艳的设计,怎能叫人不爱
猜你喜欢
Doris / Clickhouse / Hudi, a phased summary in June
xxl-job惊艳的设计,怎能叫人不爱
Hands on deep learning (32) -- fully connected convolutional neural network FCN
Regular expression (I)
[200 opencv routines] 218 Multi line italic text watermark
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
PHP代码审计3—系统重装漏洞
If the uniapp is less than 1000, it will be displayed according to the original number. If the number exceeds 1000, it will be converted into 10w+ 1.3k+ display
【Day2】 convolutional-neural-networks
Hands on deep learning (35) -- text preprocessing (NLP)
随机推荐
xxl-job惊艳的设计,怎能叫人不爱
Hands on deep learning (35) -- text preprocessing (NLP)
Summary of small program performance optimization practice
Service developers publish services based on EDAs
2. Data type
Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
Servlet基本原理与常见API方法的应用
Use C to extract all text in PDF files (support.Net core)
Hands on deep learning (40) -- short and long term memory network (LSTM)
Velodyne configuration command
System. Currenttimemillis() and system Nanotime (), which is faster? Don't use it wrong!
Deep learning 500 questions
uniapp 小于1000 按原数字显示 超过1000 数字换算成10w+ 1.3k+ 显示
Nuxt reports an error: render function or template not defined in component: anonymous
Golang defer
What are the advantages of automation?
Hands on deep learning (39) -- gating cycle unit Gru
Hands on deep learning (45) -- bundle search
Intelligent gateway helps improve industrial data acquisition and utilization
2020-03-28