2016
03-08
03-08
搭建自已的yum源仓库:http仓库和ftp仓库 1004 VIEW
搭建http-yum 仓库:
[root@www ~]# yum install httpd
[root@www ~]# systemctl enable httpd
ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'
.... Read More >