Skip to content

Instantly share code, notes, and snippets.

@gurjeet
Created October 26, 2013 06:49
Show Gist options
  • Save gurjeet/7166081 to your computer and use it in GitHub Desktop.
Save gurjeet/7166081 to your computer and use it in GitHub Desktop.
Radua/liquidsoap VM's history and config file
1 top -c -d 1
2 cd
3 top -c -d 1
4 ping google.com
5 ifconfig
6 sudo apt-get install icecast2
7 sudo apt-get remove icecast2
8 sudo apt-get install icecast2
9 sudo apt-get install liquidsoap
10 man iceauth
11 hostname
12 top -c -d 1
13 sudo su -
14 top -c -d 1
15 cd
16 top -c -d 1
17 liquidsoap 'output.icecast(%mp3, host = "localhost", port = 8000, password = "CHANGEME", mount = "liq2", mksafe(playlist("/usr/share/sounds/ubuntu/stereo/")))'
18 liquidsoap 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "CHANGEME", mount = "liq.ogg", mksafe(playlist("usr/share/sounds/ubuntu/stereo/")))'
19 liquidsoap 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "CHANGEME", mount = "liq.ogg", mksafe(playlist("/usr/share/sounds/ubuntu/stereo/")))'
20 top -c -d 1
21 su -
22 find / -iname "*.ogg"
23 find / -iname "*.ogg" 2>/dev/null
24 liquidsoap 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "CHANGEME", mount = "kalighat.ogg", mksafe(input.http("http://199.16.186.36:8419")))'
25 liquidsoap 'output.icecast(%mp3, host = "localhost", port = 8000, password = "CHANGEME", mount = "kalighat", mksafe(input.http("http://199.16.186.36:8419")))'
26 liquidsoap 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "CHANGEME", mount = "ubuntu.ogg", mksafe(playlist("/usr/share/sounds/ubuntu/stereo/")))'
27 ps faux | less
28 ps faux | grep icecas
29 vi /etc/icecast2/icecast.xml
30 liquidsoap 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "CHANGEME", mount = "ubuntu.ogg", mksafe(playlist("/usr/share/sounds/ubuntu/stereo/")))'
31 liquidsoap 'output.icecast(%mp3, host = "localhost", port = 8000, password = "CHANGEME", mount = "ubuntu", mksafe(playlist("/usr/share/sounds/ubuntu/stereo/")))'
32 top
33 while true; echo >/dev/null; done
34 while true; do echo >/dev/null; done
35 top -c -d 1
36 liquidsoap 'output.icecast(%mp3, host = "localhost", port = 8000, password = "CHANGEME", mount = "kalighat", mksafe(input.http("http://199.16.186.36:8419")))'
37 ll /home/gurjeet/Downloads/
38 liquidsoap 'output.icecast(%mp3, host = "localhost", port = 8000, password = "CHANGEME", mount = "kalighat", mksafe(playlist("/home/gurjeet/Downloads/peerates.net - sxsw.com free stuff - Kim_Taylor-Let_Me_Down.mp3")))'
39 liquidsoap 'output.icecast(%mp3, host = "localhost", port = 8000, password = "CHANGEME", mount = "kalighat", mksafe(playlist("/home/gurjeet/Downloads/")))'
40 liquidsoap 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "CHANGEME", mount = "kalighat.ogg", mksafe(input.http("http://199.16.186.36:8419")))'
41 while true; do echo >/dev/null;; done
42 while true; do echo >/dev/null ; done
43 uname -a
44 top -c -d 1
45 ls
46 ping google.com
47 ll
48 history > history
liquidsoap 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "CHANGEME", mount = "ubuntu.ogg", mksafe(playlist("/usr/share/sounds/ubuntu/stereo/")))'
liquidsoap 'output.icecast(%mp3, host = "localhost", port = 8000, password = "CHANGEME", mount = "ubuntu", mksafe(playlist("/usr/share/sounds/ubuntu/stereo/")))'
liquidsoap 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "CHANGEME", mount = "kalighat.ogg", mksafe(input.http("http://199.16.186.36:8419")))'
liquidsoap 'output.icecast(%mp3, host = "localhost", port = 8000, password = "CHANGEME", mount = "kalighat", mksafe(input.http("http://199.16.186.36:8419")))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment