当前位置:网站首页>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
边栏推荐
- 原生div具有编辑能力
- Velodyne configuration command
- 基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
- Qtreeview+ custom model implementation example
- Reasons and solutions for the 8-hour difference in mongodb data date display
- leetcode1-3
- Pcl:: fromrosmsg alarm failed to find match for field 'intensity'
- Vs201 solution to failure to open source file HPP (or link library file)
- 7-17 crawling worms (15 points)
- Advanced technology management - how to design and follow up the performance of students at different levels
猜你喜欢
今日睡眠质量记录78分
Intelligent gateway helps improve industrial data acquisition and utilization
Normal vector point cloud rotation
Mmclassification annotation file generation
Hands on deep learning (39) -- gating cycle unit Gru
入职中国平安三周年的一些总结
Latex learning insertion number - list of filled dots, bars, numbers
Three schemes of ZK double machine room
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
Summary of small program performance optimization practice
随机推荐
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
Golang defer
Exercise 9-4 finding books (20 points)
华为联机对战如何提升玩家匹配成功几率
Hands on deep learning (37) -- cyclic neural network
Hands on deep learning (44) -- seq2seq principle and Implementation
原生div具有编辑能力
MySQL develops small mall management system
MongoDB数据日期显示相差8小时 原因和解决方案
uniapp---初步使用websocket(长链接实现)
Es entry series - 6 document relevance and sorting
Hands on deep learning (34) -- sequence model
Development guidance document of CMDB
【Day2】 convolutional-neural-networks
The future education examination system cannot answer questions, and there is no response after clicking on the options, and the answers will not be recorded
Hands on deep learning (38) -- realize RNN from scratch
uniapp 处理过去时间对比现在时间的时间差 如刚刚、几分钟前,几小时前,几个月前
2021-08-11 function pointer
Use C to extract all text in PDF files (support.Net core)
什么是 DevSecOps?2022 年的定义、流程、框架和最佳实践