<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=E-Vink</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=E-Vink"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/E-Vink"/>
	<updated>2026-05-05T00:24:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Headphones&amp;diff=43219</id>
		<title>Headphones</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Headphones&amp;diff=43219"/>
		<updated>2011-07-29T15:55:13Z</updated>

		<summary type="html">&lt;p&gt;E-Vink: Started a page for a how-to install headphones.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://github.com/rembo10/headphones Headphones] is a SABnzbd add-on that automates your music downloading. You can import all your favorite artists from iTunes, and keep an eye out for any new albums they might be releasing.&lt;br /&gt;
&lt;br /&gt;
It can be configured to work with a few search providers, including NZBMatrix, NZBs.org and Newznab servers.&lt;br /&gt;
&lt;br /&gt;
*Movies: [http://wiki.amahi.org/index.php/CouchPotato Couchpotato]&lt;br /&gt;
*TV Shows: [http://wiki.amahi.org/index.php/Sick_Beard SickBeard]&lt;br /&gt;
*Music:  [https://github.com/rembo10/headphones Headphones]&lt;br /&gt;
&lt;br /&gt;
{{MessageBox|&lt;br /&gt;
backgroundcolor	= #FBB|&lt;br /&gt;
image	=Warning.png|&lt;br /&gt;
heading	=WARNING|&lt;br /&gt;
message = Headphones is still under heavy development and in alpha stadium.}}&lt;br /&gt;
This guidance will instruct you how to get Headphones and add it to your HDA.  Upon completion, you will have Headphones running, but not as a service since their is only a init.d script for Ubuntu users at this moment.  &lt;br /&gt;
&lt;br /&gt;
== PreRequisites ==&lt;br /&gt;
[http://www.amahi.org/apps/sabnzbd SabNZBD]&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
* First install git-core in case you don't have it.:&lt;br /&gt;
{{Code|su -&lt;br /&gt;
yum install git-core&lt;br /&gt;
}}&lt;br /&gt;
* Now get headphones using the following command.: &lt;br /&gt;
{{Code|git clone https://github.com/rembo10/headphones.git&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
* Now you can start up headphones by executing the following command. (Change /headphones/directory to your download directory eg. /home/user/headphones/Headphones.py)&lt;br /&gt;
{{Code|python /headphones/directory/Headphones.py&lt;br /&gt;
}}&lt;br /&gt;
Now you can use Headphones by going to http://hda:8181/&lt;/div&gt;</summary>
		<author><name>E-Vink</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PhpVirtualBox&amp;diff=42685</id>
		<title>PhpVirtualBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PhpVirtualBox&amp;diff=42685"/>
		<updated>2011-07-12T11:24:41Z</updated>

		<summary type="html">&lt;p&gt;E-Vink: Since their was no config.php file I had to copy it from config.php-example and edit this one. I added this to the guide.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:apps]]&lt;br /&gt;
[http://www.amahi.org/apps/phpvirtualbox phpVirtualBox] has been packaged for Amahi and is currently in ''ALPHA'' testing.  &lt;br /&gt;
&lt;br /&gt;
==== How to Install Manually: ====&lt;br /&gt;
* Ensure '''''Advanced Settings''''' is be enabled on your HDA.  This can be done via the '''''Settings''''' tab in the Amahi Dashboard.&lt;br /&gt;
* Navigate to the Amahi '''''Applications tab''''', create a web app called '''phpvb'''.  &lt;br /&gt;
* Become '''root''' user:&lt;br /&gt;
{{Code|su -}}&lt;br /&gt;
* Install dependency:&lt;br /&gt;
{{Code|yum -y install php-soap}}&lt;br /&gt;
* Download and extract the source file:&lt;br /&gt;
{{Code|cd /var/hda/web-apps/phpvb&lt;br /&gt;
wget &amp;lt;nowiki&amp;gt;http://phpvirtualbox.googlecode.com/files/phpvirtualbox-4.0-7.zip&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
unzip phpvirtualbox-4.0-7.zip&lt;br /&gt;
mv phpvirtualbox-4.0-7/* html&lt;br /&gt;
chown -R apache:users html}}&lt;br /&gt;
* Copy the example config file.&lt;br /&gt;
{{Code|cd /var/hda/web-apps/phpvb/html&lt;br /&gt;
cp config.php-example config.php}}&lt;br /&gt;
* Edit the copied '''''config.php''''' and change the values below to your user name and password (must be the same user name as added to the ''vboxusers'' group during VirtualBox install):&lt;br /&gt;
 var $username = 'ian';&lt;br /&gt;
 var $password = 'pass';&lt;br /&gt;
* Start Web Service:&lt;br /&gt;
{{Code|/usr/bin/vboxwebsrv -b --logfile /dev/null &amp;gt;/dev/null}}&lt;br /&gt;
&lt;br /&gt;
* Enable Web Service start on boot:&lt;br /&gt;
Exit '''root''' user and edit crontab for your user (''whoami'' will display the current user name and must match the one in the previous step):&lt;br /&gt;
{{Code|whoami&lt;br /&gt;
crontab -e}}&lt;br /&gt;
and add the following line. (to save, enter ''':''' followed by '''wq'''):&lt;br /&gt;
{{Text|Text=@reboot /usr/bin/vboxwebsrv -b --logfile /dev/null &amp;gt;/dev/null}}&lt;br /&gt;
&lt;br /&gt;
* Create Web Service daemon (this will allow start/stop for updating VirutalBox versions):&lt;br /&gt;
As '''root''' user, create the file '''''/etc/init.d/vboxwebsrv''''' and add the following (ensure you replace ''username'' on line 6 with the same user name as added to the ''vboxusers'' group during VirtualBox install):&lt;br /&gt;
 #! /bin/sh&lt;br /&gt;
 PATH=/usr/sbin:/usr/bin:/sbin:/bin&lt;br /&gt;
 DESC=&amp;quot;VirtualBox Web Service&amp;quot;&lt;br /&gt;
 NAME=vboxwebsrv&lt;br /&gt;
 SCRIPTNAME=/etc/init.d/$NAME&lt;br /&gt;
 USER=username&lt;br /&gt;
 [ -r /etc/default/$NAME ] &amp;amp;&amp;amp; . /etc/default/$NAME&lt;br /&gt;
 [ -f /etc/default/rcS ] &amp;amp;&amp;amp; . /etc/default/rcS&lt;br /&gt;
 . /etc/rc.d/init.d/functions&lt;br /&gt;
 VBPID=`ps -U ${USER} --no-heading -o pid,cmd | grep vboxwebsrv | grep -v ${SCRIPTNAME} | grep -v  grep | tail -1 | awk '{ print $1 }'`&lt;br /&gt;
 do_start()&lt;br /&gt;
 {&lt;br /&gt;
   if [ &amp;quot;$VBPID&amp;quot; != &amp;quot;&amp;quot; ] &amp;amp;&amp;amp; [ &amp;quot;$VBPID&amp;quot; -gt 0 ]; then&lt;br /&gt;
      echo $NAME already running with PID $VBPID&lt;br /&gt;
   else&lt;br /&gt;
      su ${USER} -c 'vboxwebsrv -b --logfile /dev/null &amp;gt;/dev/null'&lt;br /&gt;
   fi&lt;br /&gt;
 }&lt;br /&gt;
 do_stop()&lt;br /&gt;
 {&lt;br /&gt;
   if [ &amp;quot;$VBPID&amp;quot; != &amp;quot;&amp;quot; ] &amp;amp;&amp;amp; [ &amp;quot;$VBPID&amp;quot; -gt 0 ]; then&lt;br /&gt;
        echo Stopping $NAME ...&lt;br /&gt;
        kill $VBPID&lt;br /&gt;
   else &lt;br /&gt;
        echo $NAME not running&lt;br /&gt;
   fi&lt;br /&gt;
 }&lt;br /&gt;
 do_status()&lt;br /&gt;
 {&lt;br /&gt;
   if [ &amp;quot;$VBPID&amp;quot; != &amp;quot;&amp;quot; ] &amp;amp;&amp;amp; [ &amp;quot;$VBPID&amp;quot; -gt 0 ]; then&lt;br /&gt;
        echo Running with pid $VBPID&lt;br /&gt;
   else&lt;br /&gt;
        echo $NAME not running&lt;br /&gt;
   fi&lt;br /&gt;
 }&lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
  start)&lt;br /&gt;
    [ &amp;quot;$VERBOSE&amp;quot; != no ] &amp;amp;&amp;amp; echo &amp;quot;Starting $DESC&amp;quot; &amp;quot;$NAME&amp;quot;&lt;br /&gt;
    do_start&lt;br /&gt;
    ;;&lt;br /&gt;
  stop)&lt;br /&gt;
    [ &amp;quot;$VERBOSE&amp;quot; != no ] &amp;amp;&amp;amp; echo &amp;quot;Stopping $DESC&amp;quot; &amp;quot;$NAME&amp;quot;&lt;br /&gt;
    do_stop&lt;br /&gt;
    ;;&lt;br /&gt;
  restart|force-reload)&lt;br /&gt;
    echo &amp;quot;Restarting $DESC&amp;quot; &amp;quot;$NAME&amp;quot;&lt;br /&gt;
    do_stop&lt;br /&gt;
    sleep 1&lt;br /&gt;
    VBPID=0&lt;br /&gt;
    echo Starting $NAME ...&lt;br /&gt;
    do_start&lt;br /&gt;
    ;;&lt;br /&gt;
  status)&lt;br /&gt;
    do_status&lt;br /&gt;
    ;;&lt;br /&gt;
  *)&lt;br /&gt;
    echo &amp;quot;Usage: $SCRIPTNAME {start|stop|restart|force-reload|status}&amp;quot; &amp;gt;&amp;amp;2&lt;br /&gt;
    exit 3&lt;br /&gt;
    ;;&lt;br /&gt;
 esac&lt;br /&gt;
Set permissions:&lt;br /&gt;
{{Code|chmod 755 /etc/init.d/vboxwebsrv}}&lt;br /&gt;
To use the service, do the following as '''root''' user (option:  start, stop, restart, force-reload, status):&lt;br /&gt;
{{Code|service vboxwebsrv option}}&lt;br /&gt;
* That's it.  You should now be able to access VirtualBox from your browser at &amp;lt;nowiki&amp;gt;http://phpvb&amp;lt;/nowiki&amp;gt;.  It will restart automatically on reboot as well.  Be aware moving the mouse pointer in this app is quirky and often difficult to navigate.&lt;br /&gt;
* Refer to [http://code.google.com/p/phpvirtualbox/wiki/Installation phpVirtualBox Installation] for additional guidance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  See [[Amahi_on_VirtualBox|Amahi on VirtualBox]] for detailed guidance on installing Amahi on a virtual machine (VM).&lt;/div&gt;</summary>
		<author><name>E-Vink</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PhpVirtualBox&amp;diff=42679</id>
		<title>PhpVirtualBox</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PhpVirtualBox&amp;diff=42679"/>
		<updated>2011-07-12T11:05:35Z</updated>

		<summary type="html">&lt;p&gt;E-Vink: File was not found, updated to new version.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:apps]]&lt;br /&gt;
[http://www.amahi.org/apps/phpvirtualbox phpVirtualBox] has been packaged for Amahi and is currently in ''ALPHA'' testing.  &lt;br /&gt;
&lt;br /&gt;
==== How to Install Manually: ====&lt;br /&gt;
* Ensure '''''Advanced Settings''''' is be enabled on your HDA.  This can be done via the '''''Settings''''' tab in the Amahi Dashboard.&lt;br /&gt;
* Navigate to the Amahi '''''Applications tab''''', create a web app called '''phpvb'''.  &lt;br /&gt;
* Become '''root''' user:&lt;br /&gt;
{{Code|su -}}&lt;br /&gt;
* Install dependency:&lt;br /&gt;
{{Code|yum -y install php-soap}}&lt;br /&gt;
* Download and extract the source file:&lt;br /&gt;
{{Code|cd /var/hda/web-apps/phpvb&lt;br /&gt;
wget &amp;lt;nowiki&amp;gt;http://phpvirtualbox.googlecode.com/files/phpvirtualbox-4.0-7.zip&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
unzip phpvirtualbox-4.0-7.zip&lt;br /&gt;
mv phpvirtualbox-4.0-7/* html&lt;br /&gt;
chown -R apache:users html}}&lt;br /&gt;
* Edit '''''/var/hda/web-apps/phpvb/html/config.php''''' and change the values below to your user name and password (must be the same user name as added to the ''vboxusers'' group during VirtualBox install):&lt;br /&gt;
 var $username = 'ian';&lt;br /&gt;
 var $password = 'pass';&lt;br /&gt;
* Start Web Service:&lt;br /&gt;
{{Code|/usr/bin/vboxwebsrv -b --logfile /dev/null &amp;gt;/dev/null}}&lt;br /&gt;
&lt;br /&gt;
* Enable Web Service start on boot:&lt;br /&gt;
Exit '''root''' user and edit crontab for your user (''whoami'' will display the current user name and must match the one in the previous step):&lt;br /&gt;
{{Code|whoami&lt;br /&gt;
crontab -e}}&lt;br /&gt;
and add the following line. (to save, enter ''':''' followed by '''wq'''):&lt;br /&gt;
{{Text|Text=@reboot /usr/bin/vboxwebsrv -b --logfile /dev/null &amp;gt;/dev/null}}&lt;br /&gt;
&lt;br /&gt;
* Create Web Service daemon (this will allow start/stop for updating VirutalBox versions):&lt;br /&gt;
As '''root''' user, create the file '''''/etc/init.d/vboxwebsrv''''' and add the following (ensure you replace ''username'' on line 6 with the same user name as added to the ''vboxusers'' group during VirtualBox install):&lt;br /&gt;
 #! /bin/sh&lt;br /&gt;
 PATH=/usr/sbin:/usr/bin:/sbin:/bin&lt;br /&gt;
 DESC=&amp;quot;VirtualBox Web Service&amp;quot;&lt;br /&gt;
 NAME=vboxwebsrv&lt;br /&gt;
 SCRIPTNAME=/etc/init.d/$NAME&lt;br /&gt;
 USER=username&lt;br /&gt;
 [ -r /etc/default/$NAME ] &amp;amp;&amp;amp; . /etc/default/$NAME&lt;br /&gt;
 [ -f /etc/default/rcS ] &amp;amp;&amp;amp; . /etc/default/rcS&lt;br /&gt;
 . /etc/rc.d/init.d/functions&lt;br /&gt;
 VBPID=`ps -U ${USER} --no-heading -o pid,cmd | grep vboxwebsrv | grep -v ${SCRIPTNAME} | grep -v  grep | tail -1 | awk '{ print $1 }'`&lt;br /&gt;
 do_start()&lt;br /&gt;
 {&lt;br /&gt;
   if [ &amp;quot;$VBPID&amp;quot; != &amp;quot;&amp;quot; ] &amp;amp;&amp;amp; [ &amp;quot;$VBPID&amp;quot; -gt 0 ]; then&lt;br /&gt;
      echo $NAME already running with PID $VBPID&lt;br /&gt;
   else&lt;br /&gt;
      su ${USER} -c 'vboxwebsrv -b --logfile /dev/null &amp;gt;/dev/null'&lt;br /&gt;
   fi&lt;br /&gt;
 }&lt;br /&gt;
 do_stop()&lt;br /&gt;
 {&lt;br /&gt;
   if [ &amp;quot;$VBPID&amp;quot; != &amp;quot;&amp;quot; ] &amp;amp;&amp;amp; [ &amp;quot;$VBPID&amp;quot; -gt 0 ]; then&lt;br /&gt;
        echo Stopping $NAME ...&lt;br /&gt;
        kill $VBPID&lt;br /&gt;
   else &lt;br /&gt;
        echo $NAME not running&lt;br /&gt;
   fi&lt;br /&gt;
 }&lt;br /&gt;
 do_status()&lt;br /&gt;
 {&lt;br /&gt;
   if [ &amp;quot;$VBPID&amp;quot; != &amp;quot;&amp;quot; ] &amp;amp;&amp;amp; [ &amp;quot;$VBPID&amp;quot; -gt 0 ]; then&lt;br /&gt;
        echo Running with pid $VBPID&lt;br /&gt;
   else&lt;br /&gt;
        echo $NAME not running&lt;br /&gt;
   fi&lt;br /&gt;
 }&lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
  start)&lt;br /&gt;
    [ &amp;quot;$VERBOSE&amp;quot; != no ] &amp;amp;&amp;amp; echo &amp;quot;Starting $DESC&amp;quot; &amp;quot;$NAME&amp;quot;&lt;br /&gt;
    do_start&lt;br /&gt;
    ;;&lt;br /&gt;
  stop)&lt;br /&gt;
    [ &amp;quot;$VERBOSE&amp;quot; != no ] &amp;amp;&amp;amp; echo &amp;quot;Stopping $DESC&amp;quot; &amp;quot;$NAME&amp;quot;&lt;br /&gt;
    do_stop&lt;br /&gt;
    ;;&lt;br /&gt;
  restart|force-reload)&lt;br /&gt;
    echo &amp;quot;Restarting $DESC&amp;quot; &amp;quot;$NAME&amp;quot;&lt;br /&gt;
    do_stop&lt;br /&gt;
    sleep 1&lt;br /&gt;
    VBPID=0&lt;br /&gt;
    echo Starting $NAME ...&lt;br /&gt;
    do_start&lt;br /&gt;
    ;;&lt;br /&gt;
  status)&lt;br /&gt;
    do_status&lt;br /&gt;
    ;;&lt;br /&gt;
  *)&lt;br /&gt;
    echo &amp;quot;Usage: $SCRIPTNAME {start|stop|restart|force-reload|status}&amp;quot; &amp;gt;&amp;amp;2&lt;br /&gt;
    exit 3&lt;br /&gt;
    ;;&lt;br /&gt;
 esac&lt;br /&gt;
Set permissions:&lt;br /&gt;
{{Code|chmod 755 /etc/init.d/vboxwebsrv}}&lt;br /&gt;
To use the service, do the following as '''root''' user (option:  start, stop, restart, force-reload, status):&lt;br /&gt;
{{Code|service vboxwebsrv option}}&lt;br /&gt;
* That's it.  You should now be able to access VirtualBox from your browser at &amp;lt;nowiki&amp;gt;http://phpvb&amp;lt;/nowiki&amp;gt;.  It will restart automatically on reboot as well.  Be aware moving the mouse pointer in this app is quirky and often difficult to navigate.&lt;br /&gt;
* Refer to [http://code.google.com/p/phpvirtualbox/wiki/Installation phpVirtualBox Installation] for additional guidance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  See [[Amahi_on_VirtualBox|Amahi on VirtualBox]] for detailed guidance on installing Amahi on a virtual machine (VM).&lt;/div&gt;</summary>
		<author><name>E-Vink</name></author>
		
	</entry>
</feed>