how to install shoutcast on linux
yes i know its not actuall programming but its a tutorial from some random ass site and i need to find it again later.
tired of fucking noob ass youtube vids on how to do it
Installing shoutcast server (linux)
Setting up shoutcast on the server is pretty easy.
im guessing that this is a linux server
ssh into the server:
1. (download shoutcast files to server)
wget http://www.shoutcast.com/downloads/...x-glibc6.tar.gz
2. (untar files)
tar -zxvf shoutcast-1-9-5-linux-glibc6.tar.gz
3. (rename folder)
mv shoutcast-1-9-5-linux-glibc6 shoutcast
4.(remove downloaded file)
rm shoutcast-1-9-5-linux-glibc6.tar.gz
5. now you could either ftp into ur server and config sc_serv.conf or use shell editor (pico or nano) depending on the whats install on the box
pico sc_serv.conf
or
nano sc_serv.conf
6. (edit config)
Edit sc_serv.conf file as needed
maxuser
password
port
remore the ; infront of adminpassword and set a password
7. (save config)
ctrl-x to save and exit the editor
8.(start the server)
./sc_serv sc_serv.conf
tired of fucking noob ass youtube vids on how to do it
Installing shoutcast server (linux)
Setting up shoutcast on the server is pretty easy.
im guessing that this is a linux server
ssh into the server:
1. (download shoutcast files to server)
wget http://www.shoutcast.com/downloads/...x-glibc6.tar.gz
2. (untar files)
tar -zxvf shoutcast-1-9-5-linux-glibc6.tar.gz
3. (rename folder)
mv shoutcast-1-9-5-linux-glibc6 shoutcast
4.(remove downloaded file)
rm shoutcast-1-9-5-linux-glibc6.tar.gz
5. now you could either ftp into ur server and config sc_serv.conf or use shell editor (pico or nano) depending on the whats install on the box
pico sc_serv.conf
or
nano sc_serv.conf
6. (edit config)
Edit sc_serv.conf file as needed
maxuser
password
port
remore the ; infront of adminpassword and set a password
7. (save config)
ctrl-x to save and exit the editor
8.(start the server)
./sc_serv sc_serv.conf