码迷,mamicode.com
首页 >  
搜索关键字:centos pxe tftp dhcp nfs kickstart    ( 37835个结果
CentOS 7 使用 yum 安装 PHP 5.6.x
系统版本: [root@localhost modules]# rpm -q centos-release centos-release-7-5.1804.el7.centos.x86_64 一、yum安装PHP 1.检查当前安装的PHP包 yum list installed | grep php ...
分类:Web程序   时间:2021-04-28 12:02:43    阅读次数:0
centos8编译安装php8
2021年4月24日17:29:22 环境: php8.0.3 centos 8.3 ./configure \ --prefix=/usr/local/php8 \ --with-config-file-path=/usr/local/php8/etc \ --with-curl \ --with ...
分类:Web程序   时间:2021-04-27 15:21:59    阅读次数:0
CentOs 8 软件源更新 镜像 中科大
对于 CentOS 8,使用以下命令替换默认的配置 sudo sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://mirror.centos.org/$contentdir|baseurl=https://mirrors.u ...
分类:其他好文   时间:2021-04-27 15:10:23    阅读次数:0
华为tftp导入导出配置
将pc和设备相连,打开tftp服务器软件。 导出配置文件 <Huawei>tftp 192.168.0.100 put vrpcfg.zip //将文件vrpcfg.zip导出到192.168.0.100主机 导入配置文件 <Huawei>tftp 192.168.0.100 get vrpcfg. ...
分类:其他好文   时间:2021-04-27 15:09:08    阅读次数:0
Centos 7建立本地内网源
原文地址: https://blog.csdn.net/oToyix/article/details/106170701 repo的路径不要放到root下,放到/usr/share/nginx/下,要不没权限 Centos 7建立本地内网源一、环境二、先配置163base源及阿里epel源三、建立本 ...
分类:其他好文   时间:2021-04-27 14:52:02    阅读次数:0
CentOS中部署jar包时提示:org.quartz.SchedulerException: Couldn't get host name
场景 jar包在本地Windows系统上运行不报错,在CentOS服务器上运行时提示: org.quartz.SchedulerException: Couldn't get host name 注: 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公 ...
分类:编程语言   时间:2021-04-27 14:23:18    阅读次数:0
lv创建并配置成nfs服务
环境:centos7 1、准备挂载盘 (创建pv-vg-lv) [root@node3 ~]# pvcreate /dev/sdb Physical volume "/dev/sdb" successfully created. [root@node3 ~]# pvs PV VG Fmt Attr ...
分类:其他好文   时间:2021-04-26 13:49:19    阅读次数:0
iTOP-i.MX6ULL开发板-Busybox移植DHCP-烧写测试
1烧写文件系统1.烧写前,我们先来修改 mfgtools 烧写工具的一些配置。如果您的板子是 EMMC 的,修改 cfg.init 如图 89.5.1 所示: 如果您的板子是 NAND 的,修改 cfg.init 如图 89.5.2 所示:2.将 rootfs.tar.bz2 通过 ssh 软件放入 ...
分类:其他好文   时间:2021-04-26 13:42:36    阅读次数:0
CentOs6 无法正常使用yum命令
安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas ...
分类:其他好文   时间:2021-04-26 13:13:52    阅读次数:0
Centos7 yum命令异常报错Could not retrieve mirrorlist http://mirrorlist.centos.org
Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
分类:Web程序   时间:2021-04-24 13:53:03    阅读次数:0
37835条   上一页 1 ... 19 20 21 22 23 ... 3784 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!