Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos7 [2016/05/20 16:49] juckinsyum_installer_bash_script_centos7 [2016/10/28 20:16] juckins
Line 203: Line 203:
  
  
-#echo "" +echo "" 
-#echo "********************* NOW INSTALLING PACKAGE ********************" +echo "********************* NOW INSTALLING PACKAGE ********************" 
-#echo "X Window System" +echo "X Window System" 
-#echo "*****************************************************************" +echo "*** Note this is needed for MATE Desktop and graphical login ***" 
-#yum -y groupinstall "X Window System"+echo "*****************************************************************" 
 +yum -y groupinstall "X Window System"
  
  
Line 233: Line 234:
 yum -y install ncftp yum -y install ncftp
 yum -y install dkms yum -y install dkms
-yum -y install totem+yum -y install vlc                             # needs nux
 #yum -y install ktorrent #yum -y install ktorrent
 yum -y install gimp yum -y install gimp
-yum -y install php-mbstring php-mcrypt php-mysql+yum -y install php php-mbstring php-mcrypt php-mysql
 yum -y install fail2ban.noarch                 # epel yum -y install fail2ban.noarch                 # epel
 yum -y install perl-File-Slurp.noarch          # base yum -y install perl-File-Slurp.noarch          # base
Line 244: Line 245:
 yum -y install perl-List-Compare.noarch        # epel yum -y install perl-List-Compare.noarch        # epel
 yum -y install perl-List-MoreUtils.x86_64      # base yum -y install perl-List-MoreUtils.x86_64      # base
-#yum -y install perl-Array-Utils.noarch         # epel     +#yum -y install perl-Array-Utils.noarch        # epel     
-yum -y install rdesktop                       # NUX desktop repo+yum -y install rdesktop                        # NUX desktop repo
 yum -y install freerdp                         # replacement for rdesktop yum -y install freerdp                         # replacement for rdesktop
 yum -y install mariadb-server mariadb yum -y install mariadb-server mariadb
 yum -y install bind-utils yum -y install bind-utils
 +#yum -y install libpng12                       # Maybe VirtualBox EL7 
 +yum -y install qt                              # VirtualBox EL7 
 +yum -y install qt-x11                          # VirtualBox EL7 
 +yum -y install vsftpd 
 +yum -y install perl-CPAN 
 +yum -y install python-httplib2                 # TAT 
 +yum -y install MySQL-python                    # TAT 
 +yum -y install gnome-disk-utility              # for gnome-disks command 
 +yum -y install mod_ssl                         # HTTPS functionality 
 +yum -y install chrony                          # NTP / clock 
 +yum -y install ntpdate
  
 echo "" echo ""
Line 256: Line 267:
 systemctl start httpd.service systemctl start httpd.service
 systemctl enable httpd.service systemctl enable httpd.service
 +systemctl start chronyd.service
 +systemctl enable chronyd.service
  
  
Line 269: Line 282:
 echo "                           DONE                               *" echo "                           DONE                               *"
 echo "*****************************************************************" echo "*****************************************************************"
 +
 +
 +echo ""
 +echo "*****************************************************************"
 +echo "You probably want to reboot your machine.                       *"
 +echo "*****************************************************************"
 +echo ""
 </code> </code>
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins