<?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; linux</title>
	<atom:link href="http://www.dotkam.com/category/linux/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>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>Website Root &#8220;index.php&#8221; is not Executed</title>
		<link>http://www.dotkam.com/2010/08/09/website-root-index-php-is-not-executed/</link>
		<comments>http://www.dotkam.com/2010/08/09/website-root-index-php-is-not-executed/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 02:36:35 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=726</guid>
		<description><![CDATA[If mythtv and apache server are installed on the same box, beware of the evil trick: mythtv is going to modify &#8220;/etc/apache2/sites-enabled/000-default&#8221; and inject it with &#8220;DirectoryIndex mythweb&#8221; after each &#8216;VirtualHost&#8217;: &#60;VirtualHost *:80&#62; DirectoryIndex mythweb ServerName site.com ... ... ... their (mythtv&#8217;s) DirectoryIndex does not have &#8220;index.php&#8221; as one of the entries, that means that [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/08/09/website-root-index-php-is-not-executed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VNC Into Remote Server Without Typing a Password</title>
		<link>http://www.dotkam.com/2009/03/22/vnc-into-remote-server-without-typing-a-password/</link>
		<comments>http://www.dotkam.com/2009/03/22/vnc-into-remote-server-without-typing-a-password/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 07:01:36 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/03/22/vnc-into-remote-server-without-typing-a-password/</guid>
		<description><![CDATA[I have a simple setup where one of my Ubuntu boxes is hooked up to the old Mitsubishi 50&#8221; TV via s-video. The box is hidden behind the TV, and is, of course, online. It has Mythbuntu installed, and functions as a full blown multi media center. Besides all other goodies that are installed on [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/03/22/vnc-into-remote-server-without-typing-a-password/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Run Commands Remotely via SSH with No Password</title>
		<link>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/</link>
		<comments>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:13:22 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/</guid>
		<description><![CDATA[Extremely useful for system administrators, very useful for application developers when testing with remote services, or how some buzz developers refer to it: Service Oriented Architecture (SOA). Also remote execution is widely used by web masters to sync/backup/create mirrors. Below 5 simple steps will enable you to run any commands on the remote box/host/server via [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/feed/</wfw:commentRss>
		<slash:comments>8</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>
		<item>
		<title>Find USB flash drive device in Linux</title>
		<link>http://www.dotkam.com/2009/01/06/find-usb-flash-drive-device-in-linux/</link>
		<comments>http://www.dotkam.com/2009/01/06/find-usb-flash-drive-device-in-linux/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 07:05:33 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/01/06/find-usb-flash-devicedrive-in-linux/</guid>
		<description><![CDATA[Recently I have written a quick &#8220;how to&#8221; on restoring, formatting a USB flash drive. The &#8220;how to&#8221; had a lot of hits from different places since then, mostly from GOOGLE, of course, but some from independent bloggers, like my blogging self. One of such places was www.newlinuxuser.com. Although the guide &#8220;saved them&#8221; (welcome ) [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/01/06/find-usb-flash-drive-device-in-linux/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Configure iwl3945 Driver on Ubuntu</title>
		<link>http://www.dotkam.com/2008/11/17/configure-iwl3945-driver-on-ubuntu/</link>
		<comments>http://www.dotkam.com/2008/11/17/configure-iwl3945-driver-on-ubuntu/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:04:30 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/11/17/configure-iwl3945-driver-on-ubuntu/</guid>
		<description><![CDATA[It is quite frustrating when you have a wireless card built in, but you cannot use it &#8211; don&#8217;t you agree? That seems to be the case for wifi cards that are served by &#8220;iwl3945&#8221; driver. One of such examples can be &#8220;Intel Corporation PRO/Wireless 3945ABG&#8221; card. Before, ( e.g. Feisty and earlier ) &#8220;ipw3945&#8221; [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/11/17/configure-iwl3945-driver-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

