RedHat7搭建KVM虛擬機 1. 宿主機安裝RedHat7.3系統 1.1選擇語言 中文、簡體中文(中國) 1.2安裝位置 1.2.1自定義分區,選擇LVM,將分區空間全部分配給根 1.2.2禁用Kdump 2.安裝KVM 2.1安裝前准備 2.1.1配置yum源 ...
yum安裝MongoDB 添加MongoDB源 vi etc yum.repos.d mongodb org . .repo MongoDB包 安裝MongoDB yum install y mongodb org 設置MongoDB服務開機自啟動 chkconfig mongod on 啟動MongoDB服務 service mongod start 備注:卸載MongoDB 停止MongoDB ...
2015-12-08 10:24 1 1937 推薦指數:
RedHat7搭建KVM虛擬機 1. 宿主機安裝RedHat7.3系統 1.1選擇語言 中文、簡體中文(中國) 1.2安裝位置 1.2.1自定義分區,選擇LVM,將分區空間全部分配給根 1.2.2禁用Kdump 2.安裝KVM 2.1安裝前准備 2.1.1配置yum源 ...
測試環境 server: 1.安裝rsyslog 2.配置rsyslog 如果希望自定義客戶端日志的保存格式,請參考本文最底部的鏈接 3.重啟rsy ...
1.新建目錄 # mkdir -p /content/rhel7/x86_64/{isos,dvd}/ 2.上傳RedHat安裝光盤鏡像,上傳后的路徑為 /content/rhel7/x86_64/isos/rhel-server-7.2-x86_64-dvd.iso 3.搭建http服務器 ...
編譯安裝PHP 下載PHP# wget http://cn2.php.net/distributions/php-7.0.0.tar.gz 解壓縮PHP# tar -zxvf php-7. ...
編譯安裝MariaDB 下載MariaDB# wget http://mirrors.opencas.cn/mariadb//mariadb-10.1.8/source/mariadb-10. ...
請先閱讀 (下面yum全部基於已經切換了linux的yum為阿里雲源進行操作的。) redhat7 配置使用centos的yum源 Docker 需要lxc 和cgroup 支持,內核版本大於3.8,需要root 用戶操作。 查看版本 升級 yum -y update ...
RedHat 啟動 docker報錯: 錯誤:Error starting daemon: SELinux is not supported with the overlay2 graph driver on t...=false) 解決方法: https ...
一、telnet的安裝和啟動 1. 安裝telent服務端 # yum install telnet-server.x86_64 2.安裝telnet客戶端 # yum install tel ...