PXE是一种电脑无盘(即没有硬盘)技术. 预启动执行环境(PXE)指的是那些使得IBM兼容计算机(经常是运行Windows系统)不需要硬盘或是启动软盘就能启动的方法. 通俗点讲就是配置好PXE以后可以同时多台机器安装系统: 1.先配置网卡 (1)ip add 查看网卡配置信息 vi /etc/sysconfig/network-scripts/网口 (2)改成BOOTPROTO=static ONBOOT=yes (3)添加上 ip 子网掩码 网关 DNS 在另外一个网口配置上 ip 掩码就行
目录 FastDFS介绍 楼主目标:前可H5撩妹,后可Linux搞运维 环境:Centos7 软件: 软件链接: 安装前所有准备,上传软件到Centos7上的/opt的目录下 安装依赖软件和类库(安装前的准备) 1 fdfs的依赖库 A 解压Libfastcommon B 进入Libfastcommon目录下 C make编译 D make install 安装 E libfastcommon.so复制文件到/usr/lib/ 2 fastdfs软件(tracker.storage) A 新建
不要在/tmp目录下保存文件,该目录会定期清理文件 /tmp默认保存10天 /var/tmp默认保存30天 配置文件:/usr/lib/tmpfiles.d/tmp.conf 默认配置文件:# This file is part of systemd.## systemd is free software; you can redistribute it and/or modify it# under the terms of the GNU Lesser General Public Lice