Got an iPhone or iPad? We have a brand new Pastebin app for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

BioS

By: a guest on Feb 1st, 2010  |  syntax: Bash  |  size: 0.37 KB  |  hits: 147  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. #!/bin/sh
  2. # loading sound driver
  3. /sbin/modprobe snd_dummy
  4. # setting DISPLAY
  5. export DISPLAY=:1
  6. # starting virtual framebuffer X-Server
  7. nohup /usr/bin/Xvfb ${DISPLAY} -screen scrn 300x600x8 >/dev/null &
  8. #Start Skype
  9. nohup skype >/dev/null &
  10. #Give it some Time to boot
  11. sleep 5
  12. #Start SipToSiS
  13. cd /usr/local/siptosis
  14. nohup ./SipToSis_linux siptosis.cfg >/dev/null &