1. at is configured to write "This is a at task" to the at_test file in the root directory after 5 hours. After 5 hours, open the file and it will contain "This is a at_task" 2.crontab configuration, every Saturday and Sunday at 9:30 and 14:00 to remind me to go to RHCE class and write it into the cron_test file in the root directory 3. Install Apache server: and create a new index.html file in /var/www/html index.html file content: "This is my RHCE" Then enter the 192.168.xxx.xxx ip in the browser to access First install and make sure the yum source has been installed If not, install the yum source first cd /etc/yum.repos.d/ [root@lyzyyds yum.repos.d]# This is the end of this article about installing Apache on RHCE and accessing IP with a browser. For more information about installing Apache on RHCE, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! |
<<: CSS cleverly uses gradients to achieve advanced background light animation
>>: Quickly solve the problem of slow and stuck opening of input[type=file]
Preface: Integer is one of the most commonly used...
What is a primary key? A primary key is a column ...
Preface Due to the weak typing of JS, loose writi...
Table of contents 1. Operate the database 1.1 Cre...
The basic principle of all animations is to displ...
Table of contents 01 Container consistency 02 Con...
Table of contents 1. Scene layout 2. Add a handle...
A jQuery plugin every day - stacked menu, for you...
Table of contents Preface: 1. Create a project wi...
1. Introduction Oracle has released MySQL 8.0GA. ...
illustrate MySql Community Edition supports table...
Table of contents Preface question principle test...
The most common, most commonly used and most gener...
<br />This tag is used to create a multi-lin...
count script #!/bin/sh numOfArgs=$# if [ $numOfAr...