Translate This Page

About Me

profile_picture_120

Name: Joshua Lyon
Birthday: August 8, 1985
Location: Valley Ranch (Irving), TX
E-mail: josh@boshdirect.com

Related Articles

Content View Hits : 492562
All Blog Categories
How to Install GIT on XBMC Live
Written by Josh Lyon   
Saturday, 06 February 2010 16:15

It's relatively easy to install GIT on XBMC Live, but I didn't find it well documented anywhere. Login to your XBMC machine console -- either via SSH / Putty or directly from the machine (Ctrl+Alt+F2). After you are logged in, run the following command which will install the git utility:

sudo apt-get install git-core

You may need to enter your root password (default password is 'xbmc'). The system will likely prompt you to install some other required resources. Press 'Y' to install those resources.

 
Restart XBMC Live from SSH (Bash Shell)
Written by Josh Lyon   
Tuesday, 02 February 2010 22:42

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 for the root account (typically 'xbmc').

Just to be clear, the benefit of running this command instead of a full reboot (sudo reboot) is the above command only restarts the XBMC Live application. This means if you have any other services or apps running (like SABnzbd+), you can keep those apps running.

The only reason I've ever really needed the xbmc-live restart command is when something gets locked up on XBMC... and that usually only happens when I'm trying out new skins or plugins.

I should also note that on occasion this command will not restart XBMC live. The alternative is to stop, then start XBMC again using the following commands:

sudo /etc/init.d/xbmc-live stop
sudo /etc/init.d/xbmc-live start 

 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 5 of 63