This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum update -y | |
reboot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ yum -y install wget | |
$ wget downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz | |
$ wget downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz | |
$ wget downloads.asterisk.org/pub/telephony/libpri/libpri-current.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# be sure sed stream editor is installed in the system | |
$ yum install -y sed | |
# using sed you can edit the line containing in /etc/sysconfig/selinux file | |
$ sed -i ‘s/\(^SELINUX=\).*/\SELINUX=disabled/’ /etc/sysconfig/selinux | |
$ sed -i ‘s/\(^SELINUX=\).*/\SELINUX=disabled/’ /etc/selinux/config |
NewerOlder