yum-config-manager --add-repo=
rpm --import buffer.pubkey
rpm --import
yum repolist
yum -y install mondo
在終端輸入mondoarchive執行mondo
1)選擇hard disk
2)後面進行預設選擇
3)在選擇壓縮型別時,我選擇的是gzip型別。這裡可以根據自己的需要進行選擇
4)在/var/cache/mondo目錄下就會生成對應的iso檔案
contos7關機命令
shutdown命令 shutdown 選項 時間 c 取消前乙個關機命令 h 關機 r 重啟 root localhost date 2018年 06月 21日 星期三 15 48 33 cst root localhost shutdown r 17 30 shutdown scheduled ...
ContOS7開啟ssh,實現遠端連線
1 檢視確認是否已經安裝ssh服務 yum list installed grep openssh server有如下輸出表示已經安裝ssh服務,可以直接去第三步ssh配置。如果什麼也沒提示說明沒有安裝,需要執行第二步安裝ssh服務。2 安裝ssh服務 yum install openssh ser...
Linux基礎命令使用(基於ContOS7)
1.1 tab 鍵自動補全 1.2 按 上 下 游標鍵曾經使用過的命令來回切換 1.3 ctrl c 結束命令 a 顯示指定目錄下所有子目錄與檔案,包括隱藏檔案 l 以列表方式顯示檔案的詳細資訊 h 配合 l 以人性化的方式顯示檔案大小 d 僅列出目錄本身,而不是列出目錄內的檔案資料 cd 切換到上...