1. (其它) 在服務器上面搭建httpd服務器,首頁是你個人的簡單的自我介紹頁面(拼音),並且附上你舍友的鏈接跳轉。記得用ipconfig -all 合影
安裝Apache-httpd
yum install httpd -y
cd到var/www/html下
cd /var/www/html
創建並編輯一個index頁面 默認ip地址會自動到index 無需繼續加路徑訪問
vim index.html
ins輸入以下內容 退出保存esc :wq
<h1>我是林楠宇,我來自廣州理工學院</h1> <a href="http://ip/">跳轉到我的服務器上</a>
關閉防火牆
systemctl stop firewalld
開啟阿帕奇服務
systemctl start httpd
瀏覽器地址欄訪問
點擊a標簽跳轉 記住要加http://ip