<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<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/"
>

<channel>
	<title>Linux, programming, computers and life</title>
	<link>http://linux4all.blogsome.com</link>
	<description>Random thoughts about linux, programming, computers and sometimes even about real life</description>
	<pubDate>Thu, 23 Jul 2009 06:41:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>List of applications i use in Windows</title>
		<link>http://linux4all.blogsome.com/2009/07/23/list-of-applications-i-use-in-windows/</link>
		<comments>http://linux4all.blogsome.com/2009/07/23/list-of-applications-i-use-in-windows/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:41:33 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>life</category>
		<guid>http://linux4all.blogsome.com/2009/07/23/list-of-applications-i-use-in-windows/</guid>
		<description><![CDATA[	While my home computer runs ArchLinux, and my personal laptop runs Ubuntu, my work laptop has Windows XP installed. Here&#8217;s the list of apps i&#8217;m using there (those that i installed, not part of the corporate applications). Not surprisingly, they a all free software.
	Launchy - great launcherHandBrake - video and audio encoderVim - &#8217;nuff saidFirefox [...]]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2009/07/23/list-of-applications-i-use-in-windows/feed/</wfw:commentRss>
	</item>
		<item>
		<title>WinScp and putty integration</title>
		<link>http://linux4all.blogsome.com/2009/06/04/winscp-and-putty-integration/</link>
		<comments>http://linux4all.blogsome.com/2009/06/04/winscp-and-putty-integration/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 09:56:42 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>internet</category>
		<guid>http://linux4all.blogsome.com/2009/06/04/winscp-and-putty-integration/</guid>
		<description><![CDATA[	WinScp is an free scp replacement if you are using Windows. Putty is a free ssh replacement on Windows. Both allow you to save sessions for easy connecting to servers by session name instead of by IP.
	Well, guess what, you can import all the saved sessions from Putty to WinScp. Here&#8217;s how. And it works!
	ssh, [...]]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2009/06/04/winscp-and-putty-integration/feed/</wfw:commentRss>
	</item>
		<item>
		<title>getting file system size in linux</title>
		<link>http://linux4all.blogsome.com/2009/05/05/getting-file-system-size-in-linux/</link>
		<comments>http://linux4all.blogsome.com/2009/05/05/getting-file-system-size-in-linux/#comments</comments>
		<pubDate>Tue, 05 May 2009 06:45:05 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>programming</category>
	<category>linux</category>
		<guid>http://linux4all.blogsome.com/2009/05/05/getting-file-system-size-in-linux/</guid>
		<description><![CDATA[	A reminder to myself, statvfs allows you yo get an information about a mount point, it&#8217;s probably what df uses.
	
	linux, c, df
]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2009/05/05/getting-file-system-size-in-linux/feed/</wfw:commentRss>
	</item>
		<item>
		<title>getting amount of total/free memory in linux</title>
		<link>http://linux4all.blogsome.com/2009/04/13/getting-amount-of-totalfree-memory-in-linux/</link>
		<comments>http://linux4all.blogsome.com/2009/04/13/getting-amount-of-totalfree-memory-in-linux/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 13:11:46 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>programming</category>
	<category>linux</category>
		<guid>http://linux4all.blogsome.com/2009/04/13/getting-amount-of-totalfree-memory-in-linux/</guid>
		<description><![CDATA[	While you can always parse /proc/meminfo, there&#8217;s system call sysinfo which does the trick.
	
	sysinfo, linux, c
]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2009/04/13/getting-amount-of-totalfree-memory-in-linux/feed/</wfw:commentRss>
	</item>
		<item>
		<title>volatile methods in C++</title>
		<link>http://linux4all.blogsome.com/2009/03/17/volatile-methods-in-c/</link>
		<comments>http://linux4all.blogsome.com/2009/03/17/volatile-methods-in-c/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 17:06:05 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>programming</category>
	<category>c++</category>
		<guid>http://linux4all.blogsome.com/2009/03/17/volatile-methods-in-c/</guid>
		<description><![CDATA[	Wow, a feature of C++ i did not know, &#8216;volatile&#8217; methods. Well, i&#8217;d say extremely rare one, but still.
	
	c++. volatile methods
]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2009/03/17/volatile-methods-in-c/feed/</wfw:commentRss>
	</item>
		<item>
		<title>sorting by certain columns in a file</title>
		<link>http://linux4all.blogsome.com/2009/03/09/sorting-by-certain-columns-in-a-file/</link>
		<comments>http://linux4all.blogsome.com/2009/03/09/sorting-by-certain-columns-in-a-file/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 09:56:58 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>CLI</category>
	<category>linux</category>
		<guid>http://linux4all.blogsome.com/2009/03/09/sorting-by-certain-columns-in-a-file/</guid>
		<description><![CDATA[	I always knew that &#8217;sort&#8217; command has &#8216;-k N&#8217; flag which tells to sort based on columns N,&#8230;. I just recently find out that this flag is even more versatile, and it can be used as &#8216;-k N,M&#8217; which will sort based on columns N,&#8230;,M. As usuall, it&#8217;s in the man page, but i always [...]]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2009/03/09/sorting-by-certain-columns-in-a-file/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Shoelaces are not trivial</title>
		<link>http://linux4all.blogsome.com/2009/02/23/shoelaces-are-not-trivial/</link>
		<comments>http://linux4all.blogsome.com/2009/02/23/shoelaces-are-not-trivial/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 13:24:50 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>life</category>
		<guid>http://linux4all.blogsome.com/2009/02/23/shoelaces-are-not-trivial/</guid>
		<description><![CDATA[	Being almost 25 i discovered i do not know how to tie my shoelaces. If your laces come undone frequently, here&#8217;s something that will help you. Besides, there&#8217;re a LOT of different knots, i adopted that one.

]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2009/02/23/shoelaces-are-not-trivial/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Where are Linux distros for Eee?</title>
		<link>http://linux4all.blogsome.com/2008/12/02/where-are-linux-distros-for-eee/</link>
		<comments>http://linux4all.blogsome.com/2008/12/02/where-are-linux-distros-for-eee/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 10:11:22 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>life</category>
	<category>linux</category>
		<guid>http://linux4all.blogsome.com/2008/12/02/where-are-linux-distros-for-eee/</guid>
		<description><![CDATA[	I&#8217;m disappointed by choice of Linux distributions for my EeePc (called pingu). I installed Ubuntu EEE there which works, however, because of specifically built kernel, i cannot find/compile modules for VirtualBox which i really need. It looks like main stream distributions are Mandriva (which is supposed to work, but i personally don&#8217;t like it), EeeDora [...]]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2008/12/02/where-are-linux-distros-for-eee/feed/</wfw:commentRss>
	</item>
		<item>
		<title>proud eee owner :)</title>
		<link>http://linux4all.blogsome.com/2008/11/16/proud-eee-owner/</link>
		<comments>http://linux4all.blogsome.com/2008/11/16/proud-eee-owner/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 06:02:58 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>life</category>
		<guid>http://linux4all.blogsome.com/2008/11/16/proud-eee-owner/</guid>
		<description><![CDATA[	Thanks to my fiance, I&#8217;m now Eee 1000 owner. It&#8217;s so cute, i like it a lot  . The question, what Linux distributive should i install there? I have Arch on my desktop, and i love it, but I&#8217;d like to get something ready for Eee out of the box. Currently, the best solution [...]]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2008/11/16/proud-eee-owner/feed/</wfw:commentRss>
	</item>
		<item>
		<title>overflow in shell script</title>
		<link>http://linux4all.blogsome.com/2008/11/08/overflow-in-shell-script/</link>
		<comments>http://linux4all.blogsome.com/2008/11/08/overflow-in-shell-script/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 20:22:57 +0000</pubDate>
		<dc:creator>linux4all</dc:creator>
		
	<category>CLI</category>
	<category>programming</category>
	<category>linux</category>
		<guid>http://linux4all.blogsome.com/2008/11/08/overflow-in-shell-script/</guid>
		<description><![CDATA[	Overflow in shell script&#8230;	while it sounds strange, it actually happened to me  . I have a script which does recoding of mp3 files in order to reduce bitrate and space those files take. I tried to be smart and first detect the bitrate in order to avoid redundant recoding. Well, my script actually worked [...]]]></description>
		<wfw:commentRss>http://linux4all.blogsome.com/2008/11/08/overflow-in-shell-script/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
