<?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>Rimantas Januškevičius</title>
	<atom:link href="http://web.vu.lt/ittc/r.januskevicius/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://web.vu.lt/ittc/r.januskevicius</link>
	<description>Tarnybinis tinklalapis</description>
	<lastBuildDate>Thu, 24 Oct 2013 14:07:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>ownCloud Ubuntu serveryje</title>
		<link>http://web.vu.lt/ittc/r.januskevicius/?p=8</link>
		<comments>http://web.vu.lt/ittc/r.januskevicius/?p=8#comments</comments>
		<pubDate>Thu, 24 Oct 2013 14:02:28 +0000</pubDate>
		<dc:creator>rj</dc:creator>
				<category><![CDATA[Clouds]]></category>

		<guid isPermaLink="false">http://web.vu.lt/ittc/r.januskevicius/?p=8</guid>
		<description><![CDATA[- Instaliavimo apra&#353;ymas: http://doc.owncloud.org/server/5.0/admin_manual/installation.html - Guide Installation ownCloud 4 in Ubuntu Server 12.04 LTS: http://ubuntuserverguide.com/2013/03/how-to-install-owncloud-5-in-ubuntu-server-12-10.html P R A D E D A M: - Paruo&#353;iamoji dalis apt-get update apt-get upgrade sudo apt-get install apache2 php5 php5-json php-xml php-mbstring php5-zip php5-gd php5-sqlite curl libcurl3 libcurl3-dev php5-curl php-pdo mkdir /var/www/owncloud sudo chown -R www-data:www-data /var/www/owncloud sudo /etc/init.d/apache2 [...]]]></description>
				<content:encoded><![CDATA[<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-family:arial,helvetica,sans-serif;"><span id="docs-internal-guid-2358a028-eab3-0ce9-f5b8-7f515bf4ea94"><span style="font-size: 15px; color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">- Instaliavimo apra&scaron;ymas:</span></span></span>
</p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-family:arial,helvetica,sans-serif;"><a href="http://doc.owncloud.org/server/5.0/admin_manual/installation.html" style="line-height: 1.15; text-decoration: none;"><span style="font-size: 15px; color: rgb(17, 85, 204); background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">http://doc.owncloud.org/server/5.0/admin_manual/installation.html</span></a></span>
</p>
<p>
	<span style="font-family:arial,helvetica,sans-serif;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; white-space: pre-wrap; line-height: 1.15;">- Guide Installation ownCloud 4 in Ubuntu Server 12.04 LTS:</span></span>
</p>
<p>
	<span style="font-family:arial,helvetica,sans-serif;"><a href="http://ubuntuserverguide.com/2013/03/how-to-install-owncloud-5-in-ubuntu-server-12-10.html" style="line-height: 1.15; text-decoration: none;"><span style="font-size: 15px; color: rgb(17, 85, 204); background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">http://ubuntuserverguide.com/2013/03/how-to-install-owncloud-5-in-ubuntu-server-12-10.html</span></a></span>
</p>
<p>
	<span style="font-family:arial,helvetica,sans-serif;">P R A D E D A M:</span>
</p>
<p>
	<span style="font-family:arial,helvetica,sans-serif;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; font-weight: bold; white-space: pre-wrap; line-height: 1.15;">- Paruo&scaron;iamoji dalis</span></span>
</p>
<p>
	<span style="font-family:courier new,courier,monospace;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; white-space: pre-wrap; line-height: 1.15;">apt-get update</span></span>
</p>
<p>
	<span style="font-family:courier new,courier,monospace;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; white-space: pre-wrap; line-height: 1.15;">apt-get upgrade</span></span>
</p>
<p>
	<span style="font-family:courier new,courier,monospace;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; white-space: pre-wrap; line-height: 1.15;">sudo apt-get install apache2 php5 php5-json php-xml php-mbstring php5-zip php5-gd php5-sqlite curl libcurl3 libcurl3-dev php5-curl php-pdo</span></span>
</p>
<p>
	<span style="font-family:courier new,courier,monospace;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; white-space: pre-wrap; line-height: 1.15;">mkdir /var/www/owncloud</span></span>
</p>
<p>
	<span style="font-family:courier new,courier,monospace;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; white-space: pre-wrap; line-height: 1.15;">sudo chown -R www-data:www-data /var/www/owncloud</span></span>
</p>
<p>
	<span style="font-family:courier new,courier,monospace;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; white-space: pre-wrap; line-height: 1.15;">sudo /etc/init.d/apache2 restart &amp;&amp; /etc/init.d/mysql restart</span></span>
</p>
<p>
	<span style="font-family:arial,helvetica,sans-serif;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; font-weight: bold; white-space: pre-wrap; line-height: 1.15;">- Galiausiai ownCloud instaliavimas</span></span>
</p>
<p>
	<span style="font-family:courier new,courier,monospace;"><a href="http://owncloud.org/install/" style="line-height: 1.15; text-decoration: none;"><span style="color: rgb(17, 85, 204); background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">http://owncloud.org/install/</span></a></span><span style="line-height: 1.15; background-color: transparent; font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;"> -&gt; nukrauti &quot;</span><span style="font-family:courier new,courier,monospace;"><span style="line-height: 1.15; background-color: transparent; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;">setup-owncloud.php</span></span><span style="line-height: 1.15; background-color: transparent; font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;">&quot; į </span><span style="font-family:courier new,courier,monospace;"><span style="line-height: 1.15; background-color: transparent; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;">/var/www/owncloud</span></span>
</p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-family:arial,helvetica,sans-serif;"><strong><span id="docs-internal-guid-2358a028-eab3-0ce9-f5b8-7f515bf4ea94"><span style="font-size: 15px; color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">ir:</span></span></strong></span>
</p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-family:courier new,courier,monospace;"><span id="docs-internal-guid-2358a028-eab3-0ce9-f5b8-7f515bf4ea94"><a href="http://192.168.56.194/owncloud/setup-owncloud.php" style="text-decoration:none;"><span style="font-size: 15px; color: rgb(17, 85, 204); background-color: transparent; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">http://192.168.56.194/owncloud/setup-owncloud.php</span></a></span></span>
</p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-family:arial,helvetica,sans-serif;"><span id="docs-internal-guid-2358a028-eab3-0ce9-f5b8-7f515bf4ea94"><span style="font-size: 15px; color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">konfiguruojam&#8230; beveik nieko ten nereikia konfigūruoti <img src='http://web.vu.lt/ittc/r.januskevicius/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></span></span>
</p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	&nbsp;
</p>
<p>
	<span style="font-family:arial,helvetica,sans-serif;"><span style="background-color: transparent; color: rgb(0, 0, 0); font-size: 15px; white-space: pre-wrap; line-height: 1.15;">V I S K A S !!!</span></span>
</p>
<div>
	&nbsp;
</div>
]]></content:encoded>
			<wfw:commentRss>http://web.vu.lt/ittc/r.januskevicius/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://web.vu.lt/ittc/r.januskevicius/?p=1</link>
		<comments>http://web.vu.lt/ittc/r.januskevicius/?p=1#comments</comments>
		<pubDate>Tue, 30 Jul 2013 10:12:16 +0000</pubDate>
		<dc:creator>rj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://web.vu.lt/ittc/r.januskevicius/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
				<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://web.vu.lt/ittc/r.januskevicius/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
