<?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>. kam &#187; ubuntu</title>
	<atom:link href="http://www.dotkam.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com</link>
	<description>one of those blogs</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:32:48 +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>Tomboy on Mac</title>
		<link>http://www.dotkam.com/2011/01/07/tomboy-on-mac/</link>
		<comments>http://www.dotkam.com/2011/01/07/tomboy-on-mac/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 00:18:56 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tomboy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=927</guid>
		<description><![CDATA[On &#8220;from Ubuntu to Mac&#8221; journey I don&#8217;t leave my friends behind. Tomboy is such a friend. Plus I already have several hundreds on notes in Tomboy format, so the choice for a note taking app is very obvious here. To install Tomboy on Mac there are only two things that need to be done: [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2011/01/07/tomboy-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Alternate Ubuntu Image from USB</title>
		<link>http://www.dotkam.com/2010/11/29/install-alternate-ubuntu-image-from-usb/</link>
		<comments>http://www.dotkam.com/2010/11/29/install-alternate-ubuntu-image-from-usb/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 06:21:08 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[boot]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=846</guid>
		<description><![CDATA[UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. Unfortunately it does not work by default with Alternate Ubuntu Images. In order to make it work: 1. download an alternate image: Ubuntu Alternative Downloads 2. write an image to USB drive using UNetbootin 3. [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/11/29/install-alternate-ubuntu-image-from-usb/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gitolite: Does Not Appear to be a Git Repository</title>
		<link>http://www.dotkam.com/2010/08/22/gitolite-does-not-appear-to-be-a-git-repository/</link>
		<comments>http://www.dotkam.com/2010/08/22/gitolite-does-not-appear-to-be-a-git-repository/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 04:33:11 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[gitolite]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=752</guid>
		<description><![CDATA[Have a user, whose public key was successfully added under &#8220;gitolite-admin/keydir&#8221; and whose rights were successfully configured under &#8220;gitolite-admin/conf/gitolite.conf&#8221;. When this very user is cloning an existing, correctly configured repository, his/her identity ( public key ) is not being passed correclty => hence notice a password prompt: $ git clone git@yourgitserver.com:your-project Cloning into your-project... git@yourgitserver.com's [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/08/22/gitolite-does-not-appear-to-be-a-git-repository/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Making Git to Add Empty Directories</title>
		<link>http://www.dotkam.com/2010/08/21/making-git-to-add-empty-directories/</link>
		<comments>http://www.dotkam.com/2010/08/21/making-git-to-add-empty-directories/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 02:34:27 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=743</guid>
		<description><![CDATA[Since git is a &#8220;content&#8221; based SCM, and empty directories by git are not considered to be content [ which is arguable ], the only way to add them is to add &#8220;.gitignore&#8221; to every empty directory. That may sound like a weird task after each time you create a Grails / Rails / Spring [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/08/21/making-git-to-add-empty-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to Wireless Network at Startup</title>
		<link>http://www.dotkam.com/2010/08/20/connect-to-wireless-network-at-startup/</link>
		<comments>http://www.dotkam.com/2010/08/20/connect-to-wireless-network-at-startup/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 23:53:22 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=738</guid>
		<description><![CDATA[Assuming WPA/WPA2 security is used, first thing to do is to get a hash/hex of the password. Below &#8220;myssid&#8221; is the wireless network&#8217;s SSID, and &#8220;mypassword&#8221; is the password for this network. Step 1 Generate a WPA password hash to be used later when setting up network interfaces: $ wpa_passphrase myssid # reading passphrase from [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/08/20/connect-to-wireless-network-at-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play Video/Audio on Remote X Server over SSH</title>
		<link>http://www.dotkam.com/2010/08/09/play-videoaudio-on-remote-x-server-over-ssh/</link>
		<comments>http://www.dotkam.com/2010/08/09/play-videoaudio-on-remote-x-server-over-ssh/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 02:21:02 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=724</guid>
		<description><![CDATA[export DISPLAY=:0.0 vlc --fullscreen ~/mmedia/video/мультики/снежная-королева.avi]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/08/09/play-videoaudio-on-remote-x-server-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IntelliJ IDEA Ubuntu Launcher</title>
		<link>http://www.dotkam.com/2010/06/16/intellij-idea-ubuntu-launcher/</link>
		<comments>http://www.dotkam.com/2010/06/16/intellij-idea-ubuntu-launcher/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 15:08:27 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[idea]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=658</guid>
		<description><![CDATA[IntelliJ IDEA is very easy to install: download and unzip, can&#8217;t be simpler. However creating a launcher for it is not that straightforward, whether it is a Gnome / KDE keyboard shortcut, desktop launcher, docking launcher ( e.g. avant window navigator ) or a simple &#8220;Alt+F1&#8243; menu item. But it is Ubuntu after all: the [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/06/16/intellij-idea-ubuntu-launcher/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Adobe Flex in Ubuntu: Develop, Compile and Run</title>
		<link>http://www.dotkam.com/2009/03/29/adobe-flex-in-ubuntu-develop-compile-and-run/</link>
		<comments>http://www.dotkam.com/2009/03/29/adobe-flex-in-ubuntu-develop-compile-and-run/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 07:45:49 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/03/29/adobe-flex-in-ubuntu-develop-compile-and-run/</guid>
		<description><![CDATA[Recently, browsing InfoQ I stumbled upon a very visual and interesting presentation by Christophe Coenraets &#8220;Rich Internet Applications with Flex and AIR&#8220;. This presentation took place during QCon London 2008, where Christophe Coenraets, a Senior Technical Evangelist at Adobe, presented Flex and AIR, two technologies from Adobe used to create, deploy and run Rich Internet [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/03/29/adobe-flex-in-ubuntu-develop-compile-and-run/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>That Hardware RAID is FAKE!</title>
		<link>http://www.dotkam.com/2009/01/21/that-hardware-raid-is-fake/</link>
		<comments>http://www.dotkam.com/2009/01/21/that-hardware-raid-is-fake/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 06:27:09 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/01/21/that-hardware-raid-is-fake/</guid>
		<description><![CDATA[Ubuntu community is straight up about the fact that in the last few years, a number of hardware products have come onto the market claiming to be IDE or SATA RAID controllers. These have shown up in a number of desktop/workstation motherboards. Virtually none of these are true hardware RAID controllers. Instead, they are simply [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/01/21/that-hardware-raid-is-fake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Adobe Flash Player Firefox Plugin</title>
		<link>http://www.dotkam.com/2009/01/07/install-adobe-flash-player-firefox-plugin/</link>
		<comments>http://www.dotkam.com/2009/01/07/install-adobe-flash-player-firefox-plugin/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 07:04:23 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/01/07/install-adobe-flash-player-firefox-plugin/</guid>
		<description><![CDATA[Since I upgraded one box to Ubuntu 8.04 (Hardy Heron), and another box to Ubuntu 8.10 (Intrepid Ibex), it was quite irritating for some time to watch youtube videos with no or flaky sound along with skipping videos. In Firefox, when I went to &#8220;Tools -> Add-ons -> Plugins&#8221;, or just typed &#8220;about:plugins&#8221; in the [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/01/07/install-adobe-flash-player-firefox-plugin/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

