<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<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>
	<lastBuildDate>Thu, 23 Jul 2009 06:41:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>List of applications i use in Windows</title>
		<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>
		<link>http://linux4all.blogsome.com/2009/07/23/list-of-applications-i-use-in-windows/</link>
	</item>
	<item>
		<title>WinScp and putty integration</title>
		<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>
		<link>http://linux4all.blogsome.com/2009/06/04/winscp-and-putty-integration/</link>
	</item>
	<item>
		<title>getting file system size in linux</title>
		<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>
		<link>http://linux4all.blogsome.com/2009/05/05/getting-file-system-size-in-linux/</link>
	</item>
	<item>
		<title>getting amount of total/free memory in linux</title>
		<description><![CDATA[	While you can always parse /proc/meminfo, there&#8217;s system call sysinfo which does the trick.
	
	sysinfo, linux, c
]]></description>
		<link>http://linux4all.blogsome.com/2009/04/13/getting-amount-of-totalfree-memory-in-linux/</link>
	</item>
	<item>
		<title>volatile methods in C++</title>
		<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>
		<link>http://linux4all.blogsome.com/2009/03/17/volatile-methods-in-c/</link>
	</item>
	<item>
		<title>sorting by certain columns in a file</title>
		<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>
		<link>http://linux4all.blogsome.com/2009/03/09/sorting-by-certain-columns-in-a-file/</link>
	</item>
	<item>
		<title>Shoelaces are not trivial</title>
		<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>
		<link>http://linux4all.blogsome.com/2009/02/23/shoelaces-are-not-trivial/</link>
	</item>
	<item>
		<title>Where are Linux distros for Eee?</title>
		<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>
		<link>http://linux4all.blogsome.com/2008/12/02/where-are-linux-distros-for-eee/</link>
	</item>
	<item>
		<title>proud eee owner :)</title>
		<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>
		<link>http://linux4all.blogsome.com/2008/11/16/proud-eee-owner/</link>
	</item>
	<item>
		<title>overflow in shell script</title>
		<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>
		<link>http://linux4all.blogsome.com/2008/11/08/overflow-in-shell-script/</link>
	</item>
</channel>
</rss>
