<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hooduku</title>
	<atom:link href="http://www.hooduku.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hooduku.com</link>
	<description>Solutions as a Service</description>
	<lastBuildDate>Fri, 15 Mar 2013 14:30:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Simple Unix tasks!</title>
		<link>http://www.hooduku.com/simple-unix-tasks/</link>
		<comments>http://www.hooduku.com/simple-unix-tasks/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 14:30:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hooduku.com/?p=1513</guid>
		<description><![CDATA[Some of these tasks are quite routine in Sysadmin world.  I am including it here for some one to refer as often as possible With Cloud some of these tasks are automated via scripts &#8211; There are occassions where we feel such scripts could be quite handy. So here is my version and if any [...]]]></description>
				<content:encoded><![CDATA[<p>Some of these tasks are quite routine in Sysadmin world.  I am including it here for some one to refer as often as possible</p>
<p>With Cloud some of these tasks are automated via scripts &#8211; There are occassions where we feel such scripts could be quite handy. So here is my version and if any one can make use of it.</p>
<p>Amazon EC2 : You can probably spin a virtualmininstance.</p>
<p>But with other cloud &#8211; you have no way of spinning  a pre built image. I tend to use</p>
<p>http://software.virtualmin.com/gpl/scripts/install.sh</p>
<p>chmod +a install.sh</p>
<p>./install.sh</p>
<p>This will install virtualmin. Great way to get some per-requisites installed upfront</p>
<p>Create users &#8211; you can use virtualmin to create users or alternatively use useradd &lt;username&gt;</p>
<p>Giving write access to all users</p>
<p>o best share with multiple users who should be able to write in <code>/var/www</code>, it should be assigned a common group. For example the default group for web content on Ubuntu and Debian is <code>www-data</code>. Make sure all the users who need write access to <code>/var/www</code> are in this group.</p>
<pre><code>sudo usermod -a -G www-data &lt;some_user&gt;
</code></pre>
<p>Then set the correct permissions on /var/www.</p>
<pre><code>sudo chgrp -R www-data /var/www
sudo chmod -R g+w /var/www
</code></pre>
<p>Additionally, you should make the directory and all directories below it &#8220;set GID&#8221;, so that all <em>new</em> files and directories created under <code>/var/www</code> are owned by the <code>www-data</code> group.</p>
<pre><code>sudo find /var/www -type d -exec chmod 2775 {} \;    
</code></pre>
<p>Find all files in <code>/var/www</code> and add read and write permission for owner and group:</p>
<pre><code>sudo find /var/www -type f -exec chmod ug+rw {} \;
</code></pre>
<p>You might have to log out and log back in to be able to make changes if you&#8217;re editing permission for your own account.</p>
<p>The following command is quite handy to take care of dreaded warning server cannot be bound <img src='http://www.hooduku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre><code>echo ServerName $HOSTNAME &gt; /etc/apache2/conf.d/fqdn
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/simple-unix-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solutions Delivered</title>
		<link>http://www.hooduku.com/solutions-delivered/</link>
		<comments>http://www.hooduku.com/solutions-delivered/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 04:46:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/?p=1223</guid>
		<description><![CDATA[<p style="font-size:12px;">Our team delivers the only Enterprise-ready Joomla solution with Master - Slave configuration, and support for Oracle, SQLServer and Azure. Hooduku Cloud is the only vendor with a scalable Joomla solution for the cloud.</p>]]></description>
				<content:encoded><![CDATA[<p style="font-size:12px;">Our team delivers the only Enterprise-ready Joomla solution with Master &#8211; Slave configuration, and support for Oracle, SQLServer and Azure. Hooduku Cloud is the only vendor with a scalable Joomla solution for the cloud.<br />
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/solutions-delivered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>abcdefghi</title>
		<link>http://www.hooduku.com/abcdefghi/</link>
		<comments>http://www.hooduku.com/abcdefghi/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 12:42:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/?p=1212</guid>
		<description><![CDATA[sahsh hdasdladhsjahdask]]></description>
				<content:encoded><![CDATA[<p>sahsh hdasdladhsjahdask</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/abcdefghi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test</title>
		<link>http://www.hooduku.com/test/</link>
		<comments>http://www.hooduku.com/test/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 05:10:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/?p=1077</guid>
		<description><![CDATA[adaaad

asdss

sddad

adsass

sadffdss

sdfssf]]></description>
				<content:encoded><![CDATA[<p>adaaad</p>
<p>asdss</p>
<p>sddad</p>
<p>adsass</p>
<p>sadffdss</p>
<p>sdfssf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla</title>
		<link>http://www.hooduku.com/joomla/</link>
		<comments>http://www.hooduku.com/joomla/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 17:31:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/?p=1049</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.hp.com"><br />
<img src="/wp-content/themes/saastheme/master_images/hp.gif" alt="" width="168" height="50" border="0" /> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pics</title>
		<link>http://www.hooduku.com/pics/</link>
		<comments>http://www.hooduku.com/pics/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 13:02:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/beta/?p=953</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.hp.com"><br />
							<img src="/wp-content/uploads/2012/03/dev_gold.png" ></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/pics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalablity</title>
		<link>http://www.hooduku.com/scalablity/</link>
		<comments>http://www.hooduku.com/scalablity/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 12:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/beta/?p=947</guid>
		<description><![CDATA[<p><font size="2" face="arial"</p>
Moving is a pain–solutions that scale with your growth aren't. Find peace in knowing that growth won't be something to worry about]]></description>
				<content:encoded><![CDATA[<p>Moving is a pain–solutions that scale with your growth aren&#8217;t. Find peace in knowing that growth won&#8217;t be something to worry about</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/scalablity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Services</title>
		<link>http://www.hooduku.com/services/</link>
		<comments>http://www.hooduku.com/services/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 12:34:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/beta/?p=942</guid>
		<description><![CDATA[<p><font size="2" face="arial"</p>
As your IT partner, our team comprising of business and technical professionals will work to match your needs with the perfect solution to bring your concept to fruition, and if that solution doesn’t exist then we’ll build it.]]></description>
				<content:encoded><![CDATA[<p><font size="2" face="arial"</p>
<p>As your IT partner, our team comprising of business and technical professionals will work to match your needs with the perfect solution to bring your concept to fruition, and if that solution doesn’t exist then we’ll build it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source</title>
		<link>http://www.hooduku.com/open-source/</link>
		<comments>http://www.hooduku.com/open-source/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 12:34:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/beta/?p=943</guid>
		<description><![CDATA[<p><font size="2" face="arial"</p>
Open Source is a cost effective alternative to expensive software with many benefits. That's why we love it and made it our expertise.]]></description>
				<content:encoded><![CDATA[<p>Open Source is a cost effective alternative to expensive software with many benefits. That&#8217;s why we love it and made it our expertise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News</title>
		<link>http://www.hooduku.com/news/</link>
		<comments>http://www.hooduku.com/news/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 11:25:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/hooduku/beta/?p=833</guid>
		<description><![CDATA[<p>Hooduku introduces HoodukuERP and have started signing up clients.</p>
<a style="color:#FF6600; padding-bottom:0px;"  href="http://www.hooduku.com/news">Read More</a>

<p style="padding-top:5px;">Joomla 2.5 released with Multidb and Microsoft Windows Azure Support.</p>
<a style="color:#FF6600" href="http://www.hooduku.com/news" >Read More</a></br>


<p style="padding-top:5px;"><a href="http://www.xervmon.com/" target="_blank"><span style="font-size:17px;">Xervmon launched</span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.joomla.org/announcements/release-news/5406-joomla-25-released.html">Read More</a></p>
<p>Hooduku introduces HoodukuERP and have started signing up clients.</p>
<p><a href="http://www.hoodukuerp.com/">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hooduku.com/news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
