Suse 9.3 (32BIT)
Verfügbare Pakete
Bind: 9.5.0P1
Manuelle Installation: http://rpms.serversupportforum.de/suse93/
Installation Suse 9.3:
Code:
/etc/init.d/named stop
cd /root
mkdir bind
cd bin
#Alles Downloaden
wget -r -np -nH -1 http://rpms.serversupportforum.de/suse93/bind-9.5.0P1/
#Installieren bzw. Updaten
rpm -Uvh *.rpm
/etc/init.d/named start
Suse 9.3 (32BIT)
Verfügbare Pakete
Icecast: 2.3.1 | 2.3-kh34a
Manuelle Installation: http://rpms.serversupportforum.de/suse93/icecast-2.3-kh34a
Meine iPhone Applikation für das kommende iPhone OS 2.0 ist nun fertig. Mehr Infos und Screenshots demnächst hier.
Suse 9.3 (32BIT)
Verfügbare Pakete
Icecast: 2.3.1 | 2.3-kh32
Manuelle Installation: http://rpms.serversupportforum.de/suse93/icecast-2.3-kh32
Installation Suse 9.3:
Code:
cd /root
mkdir icecast
cd icecast
#Alles Downloaden
wget -r -np -nH -1 http://rpms.serversupportforum.de/suse93/icecast-2.3-kh32/
#Div Pakete Löschen
rm icecast-*.src.rpm
rm icecast-debuginfo-*.i586.rpm
#Installieren bzw. Updaten
rpm -Uvh *.rpm
/etc/icecast.xml anpassen
Und starten via
Code:
/etc/init.d/icecast start