当前位置:网站首页>RHCE day 3
RHCE day 3
2022-07-04 10:18:00 【Attiude】
1.at Configure in 5 Hours later, , take "This is a at task" write in root Home directory at_test In file

2.crontab To configure , Every Saturday , Sunday 9 Half past six ,14 spot Remind me to go RHCE course write in root Home directory cron_test In file
[[email protected] ~]# crontab -e
30 9,14 * * 6-7 /root echo " Remind me to go RHCE course " > /root/cron_test
3. install apache The server : And in /var/www/html newly build index.html file
index.html The contents of the document :"This is my first web page"
Then type... In the browser 192.168.xxx.xxx Of ip visit
[[email protected] ~]# yum install httpd -y
[[email protected] ~]# systemctl start httpd
[[email protected] ~]# systemctl enable httpd

边栏推荐
- Exercise 7-2 finding the maximum value and its subscript (20 points)
- 华为联机对战如何提升玩家匹配成功几率
- View CSDN personal resource download details
- Hands on deep learning (36) -- language model and data set
- Some summaries of the third anniversary of joining Ping An in China
- Hands on deep learning (41) -- Deep recurrent neural network (deep RNN)
- Hands on deep learning (34) -- sequence model
- Latex error: missing delimiter (. Inserted) {\xi \left( {p,{p_q}} \right)} \right|}}
- Matlab tips (25) competitive neural network and SOM neural network
- The time difference between the past time and the present time of uniapp processing, such as just, a few minutes ago, a few hours ago, a few months ago
猜你喜欢

Hands on deep learning (35) -- text preprocessing (NLP)

leetcode1-3

Regular expression (I)

Pcl:: fromrosmsg alarm failed to find match for field 'intensity'

智能网关助力提高工业数据采集和利用

How web pages interact with applets

基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1

system design
Summary of reasons for web side automation test failure

SQL replying to comments
随机推荐
Hands on deep learning (41) -- Deep recurrent neural network (deep RNN)
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
Exercise 7-2 finding the maximum value and its subscript (20 points)
Does any teacher know how to inherit richsourcefunction custom reading Mysql to do increment?
Hands on deep learning (33) -- style transfer
Velodyne configuration command
Exercise 9-5 address book sorting (20 points)
Talk about scalability
Hands on deep learning (46) -- attention mechanism
Kotlin set operation summary
Hands on deep learning (34) -- sequence model
Write a mobile date selector component by yourself
MySQL develops small mall management system
C language pointer classic interview question - the first bullet
Whether a person is reliable or not, closed loop is very important
对于程序员来说,伤害力度最大的话。。。
Golang defer
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
Modules golang
Exercise 7-8 converting strings to decimal integers (15 points)