apt-get install icecast2
nano /etc/icecast2/icecast.xml
change values betweeen
<authentication> </authentication>
<hostname> </hostname>
save
nano /etc/default/icecast2
set enable=true
/etc/init.d/icecast2 start
October 24, 2014
add backports to source.list
For squeeze add this line
deb http://YOURMIRROR.debian.org/debian-backports squeeze-backports(-sloppy) main
to your sources.list (or add a new file with the ".list" extension to /etc/apt/sources.list.d/).
deb http://YOURMIRROR.debian.org/debian-backports squeeze-backports(-sloppy) main
to your sources.list (or add a new file with the ".list" extension to /etc/apt/sources.list.d/).
Subscribe to:
Posts (Atom)
How to type letters with accent
Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/