<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Alex Amiryan's Linux Blog</title>
	<atom:link href="http://www.amiryan.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amiryan.org</link>
	<description>Just sharing my experiance in linux</description>
	<lastBuildDate>Sat, 03 Apr 2010 20:30:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on VirtualBox init.d service autostart script by Alex Amiryan</title>
		<link>http://www.amiryan.org/2009/11/04/virtualbox-init-d-service-autostart-script/comment-page-1/#comment-1944</link>
		<dc:creator>Alex Amiryan</dc:creator>
		<pubDate>Sat, 03 Apr 2010 20:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=246#comment-1944</guid>
		<description>If you get this message it means that you are using not Fedora linux. This script is for Fedora.</description>
		<content:encoded><![CDATA[<p>If you get this message it means that you are using not Fedora linux. This script is for Fedora.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox init.d service autostart script by Bob</title>
		<link>http://www.amiryan.org/2009/11/04/virtualbox-init-d-service-autostart-script/comment-page-1/#comment-1943</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 03 Apr 2010 14:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=246#comment-1943</guid>
		<description>Here is what I get when I run &quot;service vbox start&quot;:
Starting Virtual Box Machines: WindowsXPProfessional /etc/init.d/vbox: line 46: failure: command not found</description>
		<content:encoded><![CDATA[<p>Here is what I get when I run &#8220;service vbox start&#8221;:<br />
Starting Virtual Box Machines: WindowsXPProfessional /etc/init.d/vbox: line 46: failure: command not found</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox init.d service autostart script by Alex Amiryan</title>
		<link>http://www.amiryan.org/2009/11/04/virtualbox-init-d-service-autostart-script/comment-page-1/#comment-1940</link>
		<dc:creator>Alex Amiryan</dc:creator>
		<pubDate>Wed, 31 Mar 2010 09:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=246#comment-1940</guid>
		<description>The thing is that you have to copy this script to /etc/init.d/vbox and you don&#039;t have to run it from terminal. Make:
chkconfig –add vbox
chkconfig vbox on
and then
service vbox start

Good luck!</description>
		<content:encoded><![CDATA[<p>The thing is that you have to copy this script to /etc/init.d/vbox and you don&#8217;t have to run it from terminal. Make:<br />
chkconfig –add vbox<br />
chkconfig vbox on<br />
and then<br />
service vbox start</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox init.d service autostart script by Bob</title>
		<link>http://www.amiryan.org/2009/11/04/virtualbox-init-d-service-autostart-script/comment-page-1/#comment-1939</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 31 Mar 2010 00:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=246#comment-1939</guid>
		<description>When I run the vbox script in a terminal I get 
&quot;Usage:  {start&#124;stop&#124;restart&#124;force-reload&#124;status}&quot; 
and nothing happens. 
Any ideas?</description>
		<content:encoded><![CDATA[<p>When I run the vbox script in a terminal I get<br />
&#8220;Usage:  {start|stop|restart|force-reload|status}&#8221;<br />
and nothing happens.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto recursively add unversioned files into SVN repository by Leo</title>
		<link>http://www.amiryan.org/2009/04/22/howto-recursively-add-unversioned-files-into-svn-repository/comment-page-1/#comment-1933</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Thu, 25 Mar 2010 08:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=189#comment-1933</guid>
		<description>What about svn add --force *
bye, Leo</description>
		<content:encoded><![CDATA[<p>What about svn add &#8211;force *<br />
bye, Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox init.d service autostart script by Troels Liebe Bentsen</title>
		<link>http://www.amiryan.org/2009/11/04/virtualbox-init-d-service-autostart-script/comment-page-1/#comment-1745</link>
		<dc:creator>Troels Liebe Bentsen</dc:creator>
		<pubDate>Thu, 04 Feb 2010 00:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=246#comment-1745</guid>
		<description>I have made a init.d script for ubuntu that also creates a private network for the vms and gives that network access to the internet, feel free to use the code.

https://www.it-kartellet.dk/dokuwiki/howto/virtualbox#initd_scripts_for_ubuntu</description>
		<content:encoded><![CDATA[<p>I have made a init.d script for ubuntu that also creates a private network for the vms and gives that network access to the internet, feel free to use the code.</p>
<p><a href="https://www.it-kartellet.dk/dokuwiki/howto/virtualbox#initd_scripts_for_ubuntu" rel="nofollow">https://www.it-kartellet.dk/dokuwiki/howto/virtualbox#initd_scripts_for_ubuntu</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox init.d service autostart script by Nathan</title>
		<link>http://www.amiryan.org/2009/11/04/virtualbox-init-d-service-autostart-script/comment-page-1/#comment-1728</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sat, 23 Jan 2010 01:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=246#comment-1728</guid>
		<description>Sorry forgot to post my code

ln -s /home/{yourusername}/.VirtualBox/VirtualBox.xml /root/.VirtualBox/</description>
		<content:encoded><![CDATA[<p>Sorry forgot to post my code</p>
<p>ln -s /home/{yourusername}/.VirtualBox/VirtualBox.xml /root/.VirtualBox/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox init.d service autostart script by Nathan</title>
		<link>http://www.amiryan.org/2009/11/04/virtualbox-init-d-service-autostart-script/comment-page-1/#comment-1727</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sat, 23 Jan 2010 00:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=246#comment-1727</guid>
		<description>Awesome work thank you for sharing.  I two have been a VMWare man until it looks like the anyany patches have stopped (plus a couple of years of can&#039;t be ass&#039;ed upgrading from fedora 8).  Their fault for not making fedora a accepted host.  VBox is looking good except for this startup problem.

I had to make a symbolic link from my home directory to root. As I made my vms within the gui logged in as myself. This way VBoxManage could list them.

For some reason there still not starting up but it&#039;s a work in progress</description>
		<content:encoded><![CDATA[<p>Awesome work thank you for sharing.  I two have been a VMWare man until it looks like the anyany patches have stopped (plus a couple of years of can&#8217;t be ass&#8217;ed upgrading from fedora 8).  Their fault for not making fedora a accepted host.  VBox is looking good except for this startup problem.</p>
<p>I had to make a symbolic link from my home directory to root. As I made my vms within the gui logged in as myself. This way VBoxManage could list them.</p>
<p>For some reason there still not starting up but it&#8217;s a work in progress</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox init.d service autostart script by Pierre M</title>
		<link>http://www.amiryan.org/2009/11/04/virtualbox-init-d-service-autostart-script/comment-page-1/#comment-1495</link>
		<dc:creator>Pierre M</dc:creator>
		<pubDate>Mon, 30 Nov 2009 08:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.amiryan.org/?p=246#comment-1495</guid>
		<description>Excellent! Works great. Been looking for this for months.

Notes:
================
Watchout for word wrap when pasteing into Nano, I re-did it but used vi the second time.

chmod 755 /etc/init.d/vbox
chmod 644 /etc/sysconfig/vbox

No Spaces!
VBOX_AUTOSTART=&quot;myvbox&quot;

chkconfig --add vbox
chkconfig --level 3 vbox on
chkconfig --list &#124; grep vbox
================

Thank you, thank you, thank you!
Great job.</description>
		<content:encoded><![CDATA[<p>Excellent! Works great. Been looking for this for months.</p>
<p>Notes:<br />
================<br />
Watchout for word wrap when pasteing into Nano, I re-did it but used vi the second time.</p>
<p>chmod 755 /etc/init.d/vbox<br />
chmod 644 /etc/sysconfig/vbox</p>
<p>No Spaces!<br />
VBOX_AUTOSTART=&#8221;myvbox&#8221;</p>
<p>chkconfig &#8211;add vbox<br />
chkconfig &#8211;level 3 vbox on<br />
chkconfig &#8211;list | grep vbox<br />
================</p>
<p>Thank you, thank you, thank you!<br />
Great job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Efficient usage of CVS in web development by Web-CVS-Tools is now under GNU GPLv3 &#124; Alex Amiryan's Linux Blog</title>
		<link>http://www.amiryan.org/2008/08/01/efficient-usage-of-cvs-in-web-development/comment-page-1/#comment-1426</link>
		<dc:creator>Web-CVS-Tools is now under GNU GPLv3 &#124; Alex Amiryan's Linux Blog</dc:creator>
		<pubDate>Tue, 10 Nov 2009 19:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://alexamiryan.wordpress.com/?p=101#comment-1426</guid>
		<description>[...] Web-CVS-Tools is a bunch of script written in Perl to automate and make easier web development using CVS. You can read about the intended web development team work flow in my earlier article, which can be found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Web-CVS-Tools is a bunch of script written in Perl to automate and make easier web development using CVS. You can read about the intended web development team work flow in my earlier article, which can be found here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
