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/06/06 19:45] juckinsyum_installer_bash_script_centos7 [2017/05/30 10:45] juckins
Line 214: Line 214:
 echo "********************* NOW INSTALLING EXTRAS  ********************" echo "********************* NOW INSTALLING EXTRAS  ********************"
 echo "*****************************************************************" echo "*****************************************************************"
-#yum -y install xorg-x11-fonts*+yum -y install xorg-x11-fonts*
 yum -y install net-tools yum -y install net-tools
 yum -y install cups yum -y install cups
Line 234: 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 gstreamer1-libav                for totem H264 streaming video+
 #yum -y install ktorrent #yum -y install ktorrent
 yum -y install gimp yum -y install gimp
Line 254: Line 253:
 yum -y install qt                              # VirtualBox EL7 yum -y install qt                              # VirtualBox EL7
 yum -y install qt-x11                          # VirtualBox EL7 yum -y install qt-x11                          # VirtualBox EL7
-yum -y vsftpd +yum -y install vsftpd 
-yum -y perl-CPAN +yum -y install perl-CPAN 
-yum -y python-httplib2                         # TAT +yum -y install python-httplib2                 # TAT 
-yum -y MySQL-python                            # 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 265: 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
  
  
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins