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 [2020/05/16 08:50] juckinsyum_installer_bash_script_centos7 [2020/10/08 08:27] juckins
Line 418: Line 418:
 echo "deltarpm" echo "deltarpm"
 yum -y install deltarpm yum -y install deltarpm
 +
 +# Best RDC for Windows
 +echo "remmina"
 +yum -y install remmina
  
 # Allow sound in Firefox # Allow sound in Firefox
Line 426: Line 430:
 echo "alsa-plugins-pulseaudio" echo "alsa-plugins-pulseaudio"
 yum -y install alsa-plugins-pulseaudio yum -y install alsa-plugins-pulseaudio
 +
 +# Postfix
 +echo "postfix"
 +yum -y install postfix
 +systemctl enable postfix ; systemctl start postfix
  
 echo "" echo ""
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins