<?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>123Unix!com</title>
	<atom:link href="http://www.123unix.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.123unix.com</link>
	<description>Unix can be easy</description>
	<lastBuildDate>Fri, 23 Mar 2012 00:46:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Poor symlinks at DreamHost</title>
		<link>http://www.123unix.com/2012/poor-symlinks-at-dreamhost/</link>
		<comments>http://www.123unix.com/2012/poor-symlinks-at-dreamhost/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 00:40:30 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[/var/log]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[downgrades]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2772</guid>
		<description><![CDATA[DreamHost has once again introduced changes (Apache upgrade?) to symlink handling. Now the option -SymLinksIfOwnerMatch is plainly shutting your WordPress (or any other RewriteRules-based) site down, so you have to remove it from .htaccess to have the site up again. Why -SymLinksIfOwnerMatch? Symlinks in general is one of the most powerful of UNIX powertools. In [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2012/poor-symlinks-at-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean up EXIF tags in digital photos with 1-liner</title>
		<link>http://www.123unix.com/2012/clean-up-exif-tags-in-jpegs/</link>
		<comments>http://www.123unix.com/2012/clean-up-exif-tags-in-jpegs/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 20:33:13 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[exif]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[RAW]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2765</guid>
		<description><![CDATA[Use the following one-line script to control witch EXIF data to leave in the photos published online: exiftool -P -overwrite_original -all= -tagsFromFile @ -ExposureTime -MeteringMode -Flash -FocalLength -FocalLengthIn35mmFormat -FocusDistance -VibrationReduction -FocusMode -CreateDate -DateTimeOriginal -ISO -FNumber -UserComment -copyright='(c)2011, Alexander Shcheblikin' -artist='Alexander Shcheblikin' -model="Sasha's DX dSLR" _DSC*jpg This should all be entered on one line (note: the [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2012/clean-up-exif-tags-in-jpegs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strip HTML in mutt</title>
		<link>http://www.123unix.com/2011/auto-remove-html-tags-in-mutt/</link>
		<comments>http://www.123unix.com/2011/auto-remove-html-tags-in-mutt/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 00:09:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[/var/log]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2753</guid>
		<description><![CDATA[A quick fix for conveniently reading (and replying to) HTML MIME emails in mutt mail agent. Here&#8217;s the 3-step solution: Add the following line to ~/.muttrc auto_view text/html Add another line, to ~/.mailcap text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html (Optional, but Strongly recommended) Add the following line to ~/.bashrc export TMPDIR=$HOME/tmp (and do a mkdir [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2011/auto-remove-html-tags-in-mutt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-fill post_title for WordPress pictures</title>
		<link>http://www.123unix.com/2011/auto-fill-post_title-for-wordpress-media/</link>
		<comments>http://www.123unix.com/2011/auto-fill-post_title-for-wordpress-media/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 04:43:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2737</guid>
		<description><![CDATA[WordPress is so good for SEO in part thanks to the large number of data fields available for each post: post title, excerpt, name (slug) and, finally, content. This allows for deep customization when presenting your post to the WWW. While it&#8217;s fine to fill all those fields for a regular article it may be [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2011/auto-fill-post_title-for-wordpress-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop virtualization: Linux inside Windows or Windows inside Linux?</title>
		<link>http://www.123unix.com/2011/linux-windows-guest-vs-host/</link>
		<comments>http://www.123unix.com/2011/linux-windows-guest-vs-host/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 16:58:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Works]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2702</guid>
		<description><![CDATA[Linux guest in Windows host or Windows guest in Linux host? The eternal question&#8230; As a heavy user of several desktop and server-run personal applications which have to be run all the time on at least these two kinds of systems I never quite come to a definite conclusion which is better. For example, I [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2011/linux-windows-guest-vs-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adjust subtitles timing with Perl 1-liner</title>
		<link>http://www.123unix.com/2011/adjust-subtitles-perl-1-liner/</link>
		<comments>http://www.123unix.com/2011/adjust-subtitles-perl-1-liner/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 18:36:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[1-liner]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2695</guid>
		<description><![CDATA[I usually record movies off TV with only one soundtrack &#8211; English. And it happened that I needed to give one such movie to someone Russian-speaking. The solution was to find the appropriate subtitles in Russian and hand the subtitles file along with the video file. The only problem was the subtitles were for the [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2011/adjust-subtitles-perl-1-liner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dataserv.exe: energy hog #1 from APC, not so &#8220;green&#8221;</title>
		<link>http://www.123unix.com/2011/dataserv-energy-hog-from-apc/</link>
		<comments>http://www.123unix.com/2011/dataserv-energy-hog-from-apc/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 10:38:47 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[/var/log]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2663</guid>
		<description><![CDATA[This service from APC is supposed to take care of calculating energy usage. The irony of this all is that this process holds one of the top positions in CPU hogs list. Take a look: it takes more CPU cycles than many of the most demanding processes in the system &#8211; virtual machines. (In other [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2011/dataserv-energy-hog-from-apc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programming example snippets</title>
		<link>http://www.123unix.com/2010/programming-examples/</link>
		<comments>http://www.123unix.com/2010/programming-examples/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 23:28:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Works]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2628</guid>
		<description><![CDATA[Here&#8217;s a brief list of my programs/scripts available on the web, which I wrote at different times: A program in Perl SQL+Cron Programming in Perl for Windows (Introduction to the script) BASH (UNIX shell) script PHP implementation of simple but reliable special-purpose encryption.]]></description>
		<wfw:commentRss>http://www.123unix.com/2010/programming-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Admin Test &#8211; Results</title>
		<link>http://www.123unix.com/2010/web-admin-test-results/</link>
		<comments>http://www.123unix.com/2010/web-admin-test-results/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 12:12:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2548</guid>
		<description><![CDATA[One of my prospects had requested that I pass an exam on Linux/Web administration. After we&#8217;ve decided on it I&#8217;ve received an invitation from Brainbench. The Results &#8211; the original email from Brainbench to their client and my prospect &#8211; follows. But first, some comments of mine. To tell you the truth, I&#8217;m not especially [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2010/web-admin-test-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO-works examples</title>
		<link>http://www.123unix.com/2010/seo-works-examples/</link>
		<comments>http://www.123unix.com/2010/seo-works-examples/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 11:10:10 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.123unix.com/?p=2543</guid>
		<description><![CDATA[White-hat SEO is amongst 123Unix!com services. Here are some results of SEO efforts by 123Unix!com: Website: www.olgris.kiev.ua Keywords: стоматолог дарница Result &#8211; Position in SERP: №1 of 107,000 Website: www.stereo.org.ua Keywords: співоче поле Result &#8211; Position in SERP: №1 of 46,600 Website: www.stereo.org.ua Keywords: где открыть блог Result &#8211; Position in SERP: №7 of 96,700,000 [...]]]></description>
		<wfw:commentRss>http://www.123unix.com/2010/seo-works-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

