Difference between revisions of "Linux-hda commands"
From Amahi Wiki
Rampage537 (talk | contribs) |
Rampage537 (talk | contribs) |
||
Line 2: | Line 2: | ||
service httpd start = restart web server<br> | service httpd start = restart web server<br> | ||
yum -y update = Automatically update fedora<br> | yum -y update = Automatically update fedora<br> | ||
− | rpm -Uvh http://dl.getdropbox.com/u/364883/Amahi/hda-platform-*.*-*.noarch.rpm = updates HDA | + | rpm -Uvh http://dl.getdropbox.com/u/364883/Amahi/hda-platform-*.*-*.noarch.rpm = updates HDA<br> |
+ | rpm -q hda-platform = check to see what version of HDA your running | ||
<strong>ushare</strong><br> | <strong>ushare</strong><br> | ||
service amahi-ushare restart = restart ushare after adding new content | service amahi-ushare restart = restart ushare after adding new content | ||
+ | |||
+ | <strong>VNCServer</strong><br> | ||
+ | vncserver = Starts the VNCServer<br> | ||
+ | vncserver -kill :1 = Stops the VNCServer | ||
+ | |||
<strong>mt-daapd</strong><br> | <strong>mt-daapd</strong><br> | ||
/etc/init.d/mt-daapd start<br> | /etc/init.d/mt-daapd start<br> | ||
/etc/init.d/mt-daapd stop | /etc/init.d/mt-daapd stop |
Revision as of 06:07, 25 April 2009
General Linux/HDA Commands
service httpd start = restart web server
yum -y update = Automatically update fedora
rpm -Uvh http://dl.getdropbox.com/u/364883/Amahi/hda-platform-*.*-*.noarch.rpm = updates HDA
rpm -q hda-platform = check to see what version of HDA your running
ushare
service amahi-ushare restart = restart ushare after adding new content
VNCServer
vncserver = Starts the VNCServer
vncserver -kill :1 = Stops the VNCServer
mt-daapd
/etc/init.d/mt-daapd start
/etc/init.d/mt-daapd stop