<?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>Linux T&#38;T &#187; Ubuntu</title>
	<atom:link href="http://linux.wxs.ro/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:42:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu VirtualHost overlap on port 443, the first has precedence</title>
		<link>http://linux.wxs.ro/2011/12/29/ubuntu-virtualhost-overlap-on-port-443-the-first-has-precedence/</link>
		<comments>http://linux.wxs.ro/2011/12/29/ubuntu-virtualhost-overlap-on-port-443-the-first-has-precedence/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 12:28:29 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1790</guid>
		<description><![CDATA[log: [warn] _default_ VirtualHost overlap on port 443,the first has precedence solution: add NameVirtualHost *:443 to /etc/apache2/ports.conf source]]></description>
			<content:encoded><![CDATA[<p>log:</p>
<pre>[warn] _default_ VirtualHost overlap on port 443,the first has precedence

solution:
add NameVirtualHost *:443 to /etc/apache2/ports.conf

<a href="http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/">source</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/12/29/ubuntu-virtualhost-overlap-on-port-443-the-first-has-precedence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Legato client on Ubuntu Server</title>
		<link>http://linux.wxs.ro/2011/12/13/install-legato-client-on-ubuntu-server/</link>
		<comments>http://linux.wxs.ro/2011/12/13/install-legato-client-on-ubuntu-server/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 15:35:55 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1771</guid>
		<description><![CDATA[Install alien to convert rpmpackages apt-get install alien Convert to debian packages and install alien --to-deb -i lgtoman-7.6.2.6-1.x86_64.rpm alien --to-deb -i --scripts lgtoclnt-7.6.2.6-1.x86_64.rpm (ignore scripts warning) cd /etc/init.d update-rc.d networker defaults Update /nsr/res/servers adding legatosrv (/nsr directory isn&#8217;t created until after networker is started the first time, even then the servers file isn&#8217;t created) ./networker [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Install <strong>alien</strong> to convert <strong>rpm</strong>packages
<ul>
<li><strong><code>apt-get install alien</code></strong></li>
</ul>
</li>
<li>Convert to debian packages and install
<ul>
<li><strong><code>alien --to-deb -i lgtoman-7.6.2.6-1.x86_64.rpm</code></strong></li>
<li><strong><code>alien --to-deb -i --scripts lgtoclnt-7.6.2.6-1.x86_64.rpm</code></strong> (ignore scripts warning)</li>
</ul>
</li>
<li><strong>cd /etc/init.d</strong></li>
<li><strong>update-rc.d networker defaults</strong></li>
<li>Update <strong>/nsr/res/servers</strong> adding legatosrv (/nsr directory isn&#8217;t created until after networker is started the first time, even then the servers file isn&#8217;t created)</li>
<li><strong>./networker start</strong></li>
</ul>
<p><a href="https://www.cs.uwaterloo.ca/twiki/view/CF/LinuxLegatoClientSetup#Ubuntu_and_Debian_Users">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/12/13/install-legato-client-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conky Weather Forecast Python Script</title>
		<link>http://linux.wxs.ro/2011/11/29/conky-weather-forecast-python-script/</link>
		<comments>http://linux.wxs.ro/2011/11/29/conky-weather-forecast-python-script/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 14:03:50 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1745</guid>
		<description><![CDATA[- i received a key from weather.com on 6th of nov, but no partner id. i just removed the relevant part from the conkyforecast.config and it seems to work fine. .conkyForecast.config: CACHE_FOLDERPATH = /tmp/ CONNECTION_TIMEOUT = 5 EXPIRY_MINUTES = 15 TIME_FORMAT = %H:%M DATE_FORMAT = %d/%m/%Y LOCALE =fin XOAP_LICENCE_KEY = xxxxxxxxxxxxxxxxxxxxxxxxxxxxx MAXIMUM_DAYS_FORECAST = 5 BASE_XOAP_URL [...]]]></description>
			<content:encoded><![CDATA[<p>- i received a key from weather.com on 6th of nov, but no partner id. i just removed the relevant part from the conkyforecast.config and it seems to work fine.</p>
<p>.conkyForecast.config:<br />
<code>CACHE_FOLDERPATH = /tmp/<br />
CONNECTION_TIMEOUT = 5<br />
EXPIRY_MINUTES = 15<br />
TIME_FORMAT = %H:%M<br />
DATE_FORMAT = %d/%m/%Y<br />
LOCALE =fin<br />
XOAP_LICENCE_KEY = xxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br />
MAXIMUM_DAYS_FORECAST = 5<br />
BASE_XOAP_URL = http://xml.weather.com/weather/local/?cc=*&amp;dayf=10&amp;link=xoap&amp;prod=xoap&amp;key=&amp;unit=m</code></p>
<p><a href="http://ubuntuforums.org/showpost.php?p=11467670&amp;postcount=3501">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/11/29/conky-weather-forecast-python-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Ubuntu EOL</title>
		<link>http://linux.wxs.ro/2011/11/23/upgrading-ubuntu-eol/</link>
		<comments>http://linux.wxs.ro/2011/11/23/upgrading-ubuntu-eol/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 15:45:26 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1738</guid>
		<description><![CDATA[The upgrade Please make sure you have the following sources.list (/etc/apt/sources.list remove all other entries you have there). ## EOL upgrade sources.list # Required deb http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse Update the package list and upgrade all the installed packages [...]]]></description>
			<content:encoded><![CDATA[<p>The upgrade<br />
Please make sure you have the following sources.list (/etc/apt/sources.list remove all other entries you have there).</p>
<p><code>## EOL upgrade sources.list<br />
# Required<br />
deb http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse<br />
deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse<br />
deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse</code></p>
<p>Update the package list and upgrade all the installed packages<br />
<code><br />
sudo apt-get update &amp;&amp; sudo apt-get dist-upgrade</code></p>
<p>Perform the release upgrade.<br />
<code><br />
sudo do-release-upgrade</code></p>
<p><a href="http://mapopa.blogspot.com/2011/08/upgrading-from-ubuntu-810-to-904.html">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/11/23/upgrading-ubuntu-eol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apt proxy</title>
		<link>http://linux.wxs.ro/2011/11/23/apt-proxy/</link>
		<comments>http://linux.wxs.ro/2011/11/23/apt-proxy/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 13:07:59 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1731</guid>
		<description><![CDATA[/etc/apt/apt.conf: Acquire::http::Proxy "http://10.0.0.1:3128";]]></description>
			<content:encoded><![CDATA[<p>/etc/apt/apt.conf:<br />
<code>Acquire::http::Proxy "http://10.0.0.1:3128";</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/11/23/apt-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSHplus</title>
		<link>http://linux.wxs.ro/2011/10/14/sshplus/</link>
		<comments>http://linux.wxs.ro/2011/10/14/sshplus/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 09:17:54 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Cool Apps]]></category>
		<category><![CDATA[Ssh]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1687</guid>
		<description><![CDATA[sshplus rename to sshplus.py If there is no icon, change: ind = appindicator.Indicator("simplestarter", "network-transmit-receive", source source2]]></description>
			<content:encoded><![CDATA[<p><a href="http://linux.wxs.ro/wp-content/uploads/2011/10/sshplus.txt">sshplus</a> rename to sshplus.py</p>
<p>If there is no icon, change:<br />
<code> ind = appindicator.Indicator("simplestarter", "network-transmit-receive",</code></p>
<p><a href="http://www.gulecha.org/2011/07/29/sshplus-a-sshmenu-compatible-appindicator/">source</a> <a href="http://www.bheil.net/blog/2011/07/07/simplestarter-simple-application-starter-appindicator">source2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/10/14/sshplus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change hostname in Debian/Ubuntu</title>
		<link>http://linux.wxs.ro/2011/10/13/change-hostname-in-debianubuntu/</link>
		<comments>http://linux.wxs.ro/2011/10/13/change-hostname-in-debianubuntu/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 14:58:56 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1685</guid>
		<description><![CDATA[Change the hostname in /etc/hostname and /etc/hosts. source]]></description>
			<content:encoded><![CDATA[<p>Change the hostname in /etc/hostname and /etc/hosts.</p>
<p><a href="http://www.makeuseof.com/tag/change-computer-ubuntu-1010/">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/10/13/change-hostname-in-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminator</title>
		<link>http://linux.wxs.ro/2011/10/06/terminator/</link>
		<comments>http://linux.wxs.ro/2011/10/06/terminator/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 08:13:01 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[PPA]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1660</guid>
		<description><![CDATA[sudo add-apt-repository ppa:gnome-terminator sudo apt-get update sudo apt-get install terminator source]]></description>
			<content:encoded><![CDATA[<p><code>sudo add-apt-repository ppa:gnome-terminator<br />
sudo apt-get update<br />
sudo apt-get install terminator</code><br />
<a href="http://www.tenshu.net/p/terminator.html">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/10/06/terminator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Selectively Disable Overlay Scrollbars</title>
		<link>http://linux.wxs.ro/2011/10/03/selectively-disable-overlay-scrollbars/</link>
		<comments>http://linux.wxs.ro/2011/10/03/selectively-disable-overlay-scrollbars/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 12:37:33 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1652</guid>
		<description><![CDATA[Any application can be started without overlay scrollbars by changing the LIBOVERLAY_SCROLLBAR environment variable to 0. When starting an application from the terminal, prepend the command with LIBOVERLAY_SCROLLBAR=0. This example will start gedit with classic scrollbars: LIBOVERLAY_SCROLLBAR=0 gedit You can disable the scrollbars for your user: Add the line export LIBOVERLAY_SCROLLBAR=0 to the file ~/.xprofile [...]]]></description>
			<content:encoded><![CDATA[<p>Any application can be started without overlay scrollbars by changing the LIBOVERLAY_SCROLLBAR environment variable to 0. When starting an application from the terminal, prepend the command with LIBOVERLAY_SCROLLBAR=0. This example will start gedit with classic scrollbars:<br />
<code>LIBOVERLAY_SCROLLBAR=0 gedit</code></p>
<p>You can disable the scrollbars for your user:</p>
<p>Add the line<br />
<code>export LIBOVERLAY_SCROLLBAR=0</code><br />
to the file ~/.xprofile (create one, if it doesn&#8217;t exist).</p>
<p><a href="http://tombuntu.com/index.php/2011/09/30/selectively-disable-overlay-scrollbars/">source1</a> <a href="http://askubuntu.com/questions/34214/how-do-i-disable-overlay-scrollbars">source2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/10/03/selectively-disable-overlay-scrollbars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change fonts and other settings in Ubuntu Oneiric 11.10</title>
		<link>http://linux.wxs.ro/2011/10/03/change-fonts-and-other-settings-in-ubuntu-oneiric-11-10/</link>
		<comments>http://linux.wxs.ro/2011/10/03/change-fonts-and-other-settings-in-ubuntu-oneiric-11-10/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 11:59:03 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1650</guid>
		<description><![CDATA[sudo apt-get install gnome-tweak-tool source]]></description>
			<content:encoded><![CDATA[<p><code>sudo apt-get install gnome-tweak-tool</code></p>
<p><a href="http://www.installubuntulinux.com/2011/09/howto-change-system-font-sizes-in.html">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/10/03/change-fonts-and-other-settings-in-ubuntu-oneiric-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

