October 24, 2014

icecast2 debian

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


binary hex converters

http://www.binaryhexconverter.com/

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/).

set fodler rights recursevly

icacls "Folder_Name" /grant User_Name:(OI)(CI)F /T

How to type letters with accent

Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/