Tag: bash

  • Restart XBMC Live from SSH (Bash Shell)

    As an update for XBMCbuntu, you can run the following command to start/stop XBMC: sudo service lightdm [start|stop|restart] Original Post: I always forget the command for restarting XBMC Live from the shell, so I figured I would post it to my blog. It’s a really simple, one-line command: sudo /etc/init.d/xbmc-live restart Then enter the password…