製作yum源及安裝賽門鐵克

zhcunique發表於2021-03-05

mkdir /var/www/html/610

mount -o loop /home/CentOS-6.10-x86_64-bin-DVD1.iso  /var/www/html/610

service httpd start

netstat -antp |grep  80

vi /etc/httpd/conf/httpd.conf

   <VirtualHost *:80>

    ServerAdmin 123.com

    DocumentRoot /var/www/html/

    ServerName 112.com

    ErrorLog logs/112.log

   # CustomLog /var/log/121212.log

   </VirtualHost>

Listen 80

service httpd restart

 

[root@qmfkdb-bak home]# setenforce  0

setenforce: SELinux is disabled

 

rpm -ivh telnet-0.17-48.el6.x86_64.rpm

wget

 

iptables -L -n

service iptables stop

service iptables start

 

mv rhel-source.repo /etc/yum.repos.d/

     [rhel-source-beta]

     name=Red Hat Enterprise Linux $releasever Beta - $basearch - Source

     baseurl=

     enabled=1

     gpgcheck=0

rpm -ivh  jdk-8u221-linux-x64.rpm

unzip SymantecEndpointProtection.zip

yum  install glibc.i686

sh install.sh -i

pstree|grep symcfgd

 

yum list|grep ***

yum install -y ***


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69994536/viewspace-2761378/,如需轉載,請註明出處,否則將追究法律責任。

相關文章