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 15:51] juckinsyum_installer_bash_script_centos7 [2016/05/20 16:18] juckins
Line 183: Line 183:
 echo "*****************************************************************" echo "*****************************************************************"
 #yum -y install xorg-x11-fonts* #yum -y install xorg-x11-fonts*
 +yum -y install net-tools
 yum -y install cups yum -y install cups
 yum -y install ImageMagick* yum -y install ImageMagick*
Line 197: Line 198:
 #yum install gnome-packagekit-installer         # for GUI icon notifying updates, not working #yum install gnome-packagekit-installer         # for GUI icon notifying updates, not working
 #yum install gpk-update-viewer #yum install gpk-update-viewer
-yum install deltarpm+yum -y install deltarpm
 #yum -y install *vpn*                           # may not be needed (175MB) #yum -y install *vpn*                           # may not be needed (175MB)
 yum -y install ncftp yum -y install ncftp
Line 215: Line 216:
 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 install mariadb-server mariadb +yum -y install mariadb-server mariadb 
-yum install bind-utils+yum -y install bind-utils
  
  
Line 223: Line 224:
 systemctl start httpd.service systemctl start httpd.service
 systemctl enable httpd.service systemctl enable httpd.service
 +
 +
 +echo "******************** ENABLE GRAPHICAL LOGIN  ********************"
 +echo "*****************************************************************"
 +systemctl isolate graphical.target
 +systemctl set-default graphical.target
 +
  
 echo "*****************************************************************" echo "*****************************************************************"
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins