<?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>PHP and Unix tips &#187; ubuntu</title>
	<atom:link href="http://www.fordnox.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fordnox.com/blog</link>
	<description>Web developer for web developers</description>
	<lastBuildDate>Mon, 21 Mar 2011 16:00:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Dual monitors issue</title>
		<link>http://www.fordnox.com/blog/2011/03/dual-monitors-issue/</link>
		<comments>http://www.fordnox.com/blog/2011/03/dual-monitors-issue/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 12:41:50 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/2011/03/dual-monitors-issue/</guid>
		<description><![CDATA[I was having trouble with dual monitors and &#8220;Make default&#8221; button. Thanks to http://www.thetechrepo.com/main-articles/502-how-to-change-the-primary-monitor-in-ubuntu-or-other-linux-distributions Short code: xrandr &#8211;output HDMI2 &#8211;primary]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2011/03/dual-monitors-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu notify message</title>
		<link>http://www.fordnox.com/blog/2009/12/ubuntu-notify-message/</link>
		<comments>http://www.fordnox.com/blog/2009/12/ubuntu-notify-message/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 23:07:49 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=302</guid>
		<description><![CDATA[Little useful Ubuntu terminal command: notify-send "Computer Says" "Hi"]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/12/ubuntu-notify-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Under Control on Ubuntu</title>
		<link>http://www.fordnox.com/blog/2009/12/php-under-control-on-ubuntu/</link>
		<comments>http://www.fordnox.com/blog/2009/12/php-under-control-on-ubuntu/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 22:54:41 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=289</guid>
		<description><![CDATA[Install Java sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts Test Java java -version Create SymLink sudo ln -s /usr/bin/java /bin/java Install Cruise Control cd /opt Download Cruise Control binary files at http://sourceforge.net/projects/cruisecontrol/files/CruiseControl/2.8.2/ or directly sudo wget http://mesh.dl.sourceforge.net/project/cruisecontrol/CruiseControl/2.8.2/cruisecontrol-bin-2.8.2.zip Unzip Cruise Control sudo unzip cruisecontrol-bin-2.8.2.zip -d /opt Create SymLink sudo ln -s /opt/cruisecontrol-bin-2.8.2 /opt/cruisecontrol Start CruiseControl /opt/cruisecontrol/cruisecontrol.sh The [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/12/php-under-control-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating virtual hosts on Ubuntu</title>
		<link>http://www.fordnox.com/blog/2009/12/creating-virtual-hosts-on-ubuntu/</link>
		<comments>http://www.fordnox.com/blog/2009/12/creating-virtual-hosts-on-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 19:13:30 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual host]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=283</guid>
		<description><![CDATA[All virtual host for apache2 are saved in directory /etc/apache2/sites-enabled/ and apache will automatically load all files in it Create virtual host at your host file for ubuntu sudo gedit /etc/hosts Add new line, for example 127.0.0.1 mydomain.local Create virtual host at your host file for apache sudo gedit /etc/apache2/sites-enabled/001-mydomain Add directives ServerAdmin webmaster@localhost ServerName [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/12/creating-virtual-hosts-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LAMP on Ubuntu</title>
		<link>http://www.fordnox.com/blog/2009/12/lamp-on-ubuntu/</link>
		<comments>http://www.fordnox.com/blog/2009/12/lamp-on-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 18:02:21 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=279</guid>
		<description><![CDATA[Install Apache Mysql PHP sudo tasksel Select LAMP server and press OK Wizard will prompt for MySql password Install PhpMyAdmin if needed sudo apt-get install phpmyadmin Restart Apache sudo /etc/init.d/apache2 restart That should be it. Check if everything is working by visiting http://127.0.0.1/phpmyadmin Paths: Document Root: /var/www PhpMyAdmin config: /etc/phpmyadmin/config.inc.php Mysql config: /etc/mysql/my.cnf Apache config: [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/12/lamp-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

