<?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>Fordnox</title>
	<atom:link href="http://www.fordnox.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fordnox.com/blog</link>
	<description>Life is about trust</description>
	<lastBuildDate>Wed, 10 Feb 2010 10:08:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Payment Gateways Sandboxes</title>
		<link>http://www.fordnox.com/blog/2010/02/payment-gateways-sandboxes/</link>
		<comments>http://www.fordnox.com/blog/2010/02/payment-gateways-sandboxes/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:04:21 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=315</guid>
		<description><![CDATA[PayPal:
Both for buyer and seller
 https://developer.paypal.com
Authorize.net
For seller:
 http://developer.authorize.net/testaccount/
Google Checkout:
For buyer:
 https://sandbox.google.com/checkout
For seller
 https://sandbox.google.com/checkout/sell
2Checkout:
http://developers.2checkout.com/
]]></description>
			<content:encoded><![CDATA[<h3>PayPal:</h3>
<p>Both for buyer and seller<br />
<a href="https://developer.paypal.com"> https://developer.paypal.com</a></p>
<h3>Authorize.net</h3>
<p>For seller:<br />
<a href="http://developer.authorize.net/testaccount/"> http://developer.authorize.net/testaccount/</a></p>
<h3>Google Checkout:</h3>
<p>For buyer:<br />
<a href="https://sandbox.google.com/checkout"> https://sandbox.google.com/checkout</a><br />
For seller<br />
<a href="https://sandbox.google.com/checkout/sell"> https://sandbox.google.com/checkout/sell</a></p>
<h3>2Checkout:</h3>
<p><a href="http://developers.2checkout.com/">http://developers.2checkout.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fordnox.com/blog/2010/02/payment-gateways-sandboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Zend Framework Layout</title>
		<link>http://www.fordnox.com/blog/2010/01/default-zend-framework-layout/</link>
		<comments>http://www.fordnox.com/blog/2010/01/default-zend-framework-layout/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 16:46:58 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=309</guid>
		<description><![CDATA[
&#60; ?php echo $this-&#62;doctype() ?&#62;
&#60;html&#62;
&#60;head&#62;
    &#60; ?php echo $this-&#62;headTitle() ?&#62;
    &#60; ?php echo $this-&#62;headLink() ?&#62;
    &#60; ?php echo $this-&#62;headStyle() ?&#62;
&#60;/head&#62;
&#60;body&#62;
    &#60; ?php echo $this-&#62;layout()-&#62;content ?&#62;
    &#60; ?php echo $this-&#62;headScript() ?&#62;
&#60;/body&#62;
&#60;/html&#62;

]]></description>
			<content:encoded><![CDATA[<pre class="brush: js">
&lt; ?php echo $this-&gt;doctype() ?&gt;
&lt;html&gt;
&lt;head&gt;
    &lt; ?php echo $this-&gt;headTitle() ?&gt;
    &lt; ?php echo $this-&gt;headLink() ?&gt;
    &lt; ?php echo $this-&gt;headStyle() ?&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt; ?php echo $this-&gt;layout()-&gt;content ?&gt;
    &lt; ?php echo $this-&gt;headScript() ?&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fordnox.com/blog/2010/01/default-zend-framework-layout/feed/</wfw:commentRss>
		<slash:comments>0</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>
			<content:encoded><![CDATA[<p>Little useful Ubuntu terminal command:</p>
<pre class="brush: js">notify-send "Computer Says" "Hi"</pre>
<pre></pre>
]]></content:encoded>
			<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 output should something like this be like this &#8230;
[cc]Dec-15 19:58:50 Project       - [...]]]></description>
			<content:encoded><![CDATA[<p>Install Java</p>
<pre class="brush: js">sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts</pre>
<p>Test Java</p>
<pre class="brush: js">java -version</pre>
<p>Create SymLink</p>
<pre class="brush: js">sudo ln -s /usr/bin/java /bin/java</pre>
<p>Install Cruise Control</p>
<pre class="brush: js">cd /opt</pre>
<p>Download Cruise Control binary files at</p>
<pre class="brush: js">http://sourceforge.net/projects/cruisecontrol/files/CruiseControl/2.8.2/</pre>
<p>or directly</p>
<pre class="brush: js">sudo wget http://mesh.dl.sourceforge.net/project/cruisecontrol/CruiseControl/2.8.2/cruisecontrol-bin-2.8.2.zip</pre>
<p>Unzip Cruise Control</p>
<pre class="brush: js">sudo unzip cruisecontrol-bin-2.8.2.zip -d /opt</pre>
<p>Create SymLink</p>
<pre class="brush: js">sudo ln -s /opt/cruisecontrol-bin-2.8.2 /opt/cruisecontrol</pre>
<p>Start CruiseControl</p>
<pre class="brush: js">/opt/cruisecontrol/cruisecontrol.sh</pre>
<p>The output should something like this be like this &#8230;</p>
<pre class="brush: js">[cc]Dec-15 19:58:50 Project       - Project connectfour:  next build in 5 minutes
[cc]Dec-15 19:58:50 Project       - Project connectfour:  waiting for next time to build</pre>
<p>Get PhpUnderControl</p>
<pre class="brush: js">svn co svn://svn.phpunit.de/phpunit/phpUnderControl/trunk /opt/phpUnderControl</pre>
<p>Patch Cruise Control</p>
<pre class="brush: js">/opt/phpUnderControl/bin/phpuc.php install /opt/cruisecontrol</pre>
<p>Read next to start cruising your project</p>
<p>http://phpundercontrol.org/documentation/getting-started.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fordnox.com/blog/2009/12/php-under-control-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No video on Ubuntu with dual monitors</title>
		<link>http://www.fordnox.com/blog/2009/12/no-video-ubuntu-dual-monitor/</link>
		<comments>http://www.fordnox.com/blog/2009/12/no-video-ubuntu-dual-monitor/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 22:52:57 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[ubutnu]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/2009/12/no-video-ubuntu/</guid>
		<description><![CDATA[I had trouble with my Dual monitors and video. No matter what player i usede it just showed black screen. So the solution is:
Alt +F2 enter: 
gstreamer-properties
Then Video tab > Output and choose
X Windows System (No Xv)
Restart and give a try to video player.
]]></description>
			<content:encoded><![CDATA[<p>I had trouble with my Dual monitors and video. No matter what player i usede it just showed black screen. So the solution is:<br />
Alt +F2 enter: </p>
<pre class="brush: js">gstreamer-properties</pre>
<p>Then Video tab > Output and choose</p>
<pre class="brush: js">X Windows System (No Xv)</pre>
<p>Restart and give a try to video player.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fordnox.com/blog/2009/12/no-video-ubuntu-dual-monitor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crontab on linux</title>
		<link>http://www.fordnox.com/blog/2009/12/crontab-on-linux/</link>
		<comments>http://www.fordnox.com/blog/2009/12/crontab-on-linux/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:49:31 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=307</guid>
		<description><![CDATA[Edit crontab
crontab -e
Run web address each minute and log to file
00-59 * * * * wget -q -O ~/www/logs/cron.log http://www.domain.com
]]></description>
			<content:encoded><![CDATA[<p>Edit crontab</p>
<pre>crontab -e</pre>
<p>Run web address each minute and log to file</p>
<pre>00-59 * * * * wget -q -O ~/www/logs/cron.log http://www.domain.com</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fordnox.com/blog/2009/12/crontab-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google chrome on Ubuntu</title>
		<link>http://www.fordnox.com/blog/2009/12/google-chrome-on-ubuntu/</link>
		<comments>http://www.fordnox.com/blog/2009/12/google-chrome-on-ubuntu/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:48:39 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/2009/12/google-chrome-on-ubuntu/</guid>
		<description><![CDATA[Must say I am very impressed on how fast Google Chrome on Ubuntu is. It takes no time to load. It was pain to browse gmail on firefox with firebug enabled and now Gmail is just flying. Very good job. Thank you google team   
]]></description>
			<content:encoded><![CDATA[<p>Must say I am very impressed on how fast Google Chrome on Ubuntu is. It takes no time to load. It was pain to browse gmail on firefox with firebug enabled and now Gmail is just flying. Very good job. Thank you google team <img src='http://www.fordnox.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fordnox.com/blog/2009/12/google-chrome-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</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 mydomain.local
	DocumentRoot /home/user/www/public/

Restart apache
sudo /etc/init.d/apache2 restart
Check if your new domain is working at [...]]]></description>
			<content:encoded><![CDATA[<p>All virtual host for apache2 are saved in directory</p>
<pre class="brush: js">/etc/apache2/sites-enabled/</pre>
<p>and apache will automatically load all files in it</p>
<p>Create virtual host at your host file for ubuntu</p>
<pre class="brush: js">sudo gedit /etc/hosts</pre>
<p>Add new line, for example</p>
<pre class="brush: js">127.0.0.1	mydomain.local</pre>
<p>Create virtual host at your host file for apache</p>
<pre class="brush: js">sudo gedit /etc/apache2/sites-enabled/001-mydomain</pre>
<p>Add directives</p>
<pre class="brush: js">
<virtualhost *:80>
	ServerAdmin webmaster@localhost
	ServerName mydomain.local
	DocumentRoot /home/user/www/public/
</virtualhost></pre>
<p>Restart apache</p>
<pre class="brush: js">sudo /etc/init.d/apache2 restart</pre>
<p>Check if your new domain is working at http://mydomain.local/</p>
]]></content:encoded>
			<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: /etc/apache2/sites-enabled/000-default
PHP config: /etc/php5/apache2/php.ini
]]></description>
			<content:encoded><![CDATA[<p>Install Apache Mysql PHP</p>
<pre class="brush: js">sudo tasksel</pre>
<p>Select LAMP server and press OK<br />
Wizard will prompt for MySql password</p>
<p>Install PhpMyAdmin if needed</p>
<pre class="brush: js">sudo apt-get install phpmyadmin</pre>
<p>Restart Apache</p>
<pre class="brush: js">sudo /etc/init.d/apache2 restart</pre>
<p>That should be it. Check if everything is working by visiting <a href="http://127.0.0.1/phpmyadmin">http://127.0.0.1/phpmyadmin</a></p>
<p>Paths:<br />
Document Root: /var/www<br />
PhpMyAdmin config: /etc/phpmyadmin/config.inc.php<br />
Mysql config: /etc/mysql/my.cnf<br />
Apache config: /etc/apache2/sites-enabled/000-default<br />
PHP config: /etc/php5/apache2/php.ini</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fordnox.com/blog/2009/12/lamp-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Answer to all magic words</title>
		<link>http://www.fordnox.com/blog/2009/11/answer-to-all-magic-words/</link>
		<comments>http://www.fordnox.com/blog/2009/11/answer-to-all-magic-words/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 14:35:18 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[unit test]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=276</guid>
		<description><![CDATA[You are programmer
You find yourself talking some words like:

 Strange
Mystical
I don&#8217;t know
Perhaps
Out of nowhere
Wtf
Why did that &#8230;
&#8230;

You are noticing that these words tends to repeat more often.
There is an answer for these situations: Unit Testing.
]]></description>
			<content:encoded><![CDATA[<p>You are programmer</p>
<p>You find yourself talking some words like:</p>
<ul>
<li> Strange</li>
<li>Mystical</li>
<li>I don&#8217;t know</li>
<li>Perhaps</li>
<li>Out of nowhere</li>
<li>Wtf</li>
<li>Why did that &#8230;</li>
<li>&#8230;</li>
</ul>
<p>You are noticing that these words tends to repeat more often.</p>
<p>There is an answer for these situations: Unit Testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fordnox.com/blog/2009/11/answer-to-all-magic-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
