安裝配置dhcp
yum -y install dhcp tftp-server
修改如下,網段改為你自己的網段
vim /etc/dhcp/dhcpd.conf
subnet 172.16.1.0 netmask 255.255.255.0
安裝httpd
sed -i "277i servername 127.0.0.1:80" /etc/httpd/conf/httpd.conf掛在centos7 映象
mkdir /var/www/html/centos-7
mount /dev/cdrom /var/www/html/centos-7/
準備pxelinux.0檔案
yum -y install syslinux
cp /usr/share/syslinux/pxelinux.0 /var/lib/tftpboot/
複製isolinux所有檔案至tftpboot
cp -a /var/www/html/centos-7/isolinux/* /var/lib/tftpboot/
複製pxe配置檔案
mkdir -p /var/lib/tftpboot/pxelinux.cfg
cp /var/www/html/centos-7/isolinux/isolinux.cfg /var/lib/tftpboot/pxelinux.cfg/default
編輯pxe配置檔案
vim /var/lib/tftpboot/pxelinux.cfg/default
default vesamenu.c32
prompt 0
timeout 300
ontimeout local
menu title ----------------------- install the centos 7 linux -----------------------------
label 1
menu label ^1) install centos 7 x64
kernel vmlinuz
label 2
menu label ^2) install centos 7 x64 with vnc
kernel vmlinuz
label 3
menu label ^3) auto install centos 7 x64
kernel vmlinuz
label 4
menu label ^4) boot from local drive
localboot 0xffff
啟動服務
chkconfig tftp on如果選擇2使用vnc方式,進入之後,訪問位址在顯示器上有輸出,使用vnc客戶端連線 ip:1 登陸安裝系統
mac通過virtual box安裝centos7
安裝virtual box 對於virtual box如何安裝系統本文不進行累述,主要是說一下遇到的坑 1.無法聯網 wget或者crul都會報錯 開啟vi etc sysconfig network scripts 編輯檔名為ifcfg enp0s3 內容設定onboot yes,然後重啟系統re...
docker學習六 docker安裝centos
一 檢視可用的centos版本資訊 1 centos映象庫 2 搜尋centos可用映象 1 查詢centos映象 3 拉取映象 1 拉取centos7映象 2 檢視本地映象資訊 4 執行容器 1 執行centos容器 root test docker run itd name centos7 te...
使用pip方式安裝jupyter
scripts資料夾下的內容發生變化 在scripts資料夾下,進入命令列模式。輸入命令 jupyter notebook如果自動跳轉到該頁面,表明jupyter安裝成功。在python安裝目錄下建立jupyterspace資料夾 該資料夾的位置和名稱可以任意設定 在scripts資料夾下,進入命令...