<?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>The Alexxoid Blog</title>
	<atom:link href="http://www.alexxoid.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alexxoid.com/blog</link>
	<description>small piece of my thoughts...</description>
	<lastBuildDate>Tue, 28 Jun 2011 20:50:22 +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>How to get a list of recently changed files in Linux</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-get-a-list-of-recently-changed-files-in-linux.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-get-a-list-of-recently-changed-files-in-linux.html#comments</comments>
		<pubDate>Tue, 28 Jun 2011 20:50:22 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Usefulness]]></category>
		<category><![CDATA[changed]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[modify]]></category>
		<category><![CDATA[mtime]]></category>
		<category><![CDATA[recent]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=670</guid>
		<description><![CDATA[Use the find command to get recently changed files: # find /etc -mtime -1]]></description>
			<content:encoded><![CDATA[<p>Use the <strong>find</strong> command to get <strong>recently changed files</strong>:</p>
<pre>
# find /etc -mtime -1
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-get-a-list-of-recently-changed-files-in-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to deny access to file or directory from http (Apache webserver)</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-deny-access-to-file-or-directory-from-http-apache-webserver.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-deny-access-to-file-or-directory-from-http-apache-webserver.html#comments</comments>
		<pubDate>Tue, 21 Jun 2011 19:03:44 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[RedirectMatch]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=640</guid>
		<description><![CDATA[To limit access to matching files, directories (ex.: .svn folder) and redirect user to 404 page use RedirectMatch Apache directive in your .htaccess file: RedirectMatch 404 /\\.svn(/&#124;$)]]></description>
			<content:encoded><![CDATA[<p>To <strong>limit access to matching files, directories</strong> (ex.: <strong>.svn</strong> folder) and redirect user to <strong>404 page</strong> use <strong>RedirectMatch</strong> <strong>Apache</strong> directive in your <strong>.htaccess</strong> file:</p>
<pre>
RedirectMatch 404 /\\.svn(/|$)
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-deny-access-to-file-or-directory-from-http-apache-webserver.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openfire: issues with search plugin &#8211; nothing found</title>
		<link>http://www.alexxoid.com/blog/linux/openfire-issues-with-search-plugin-nothing-found.html</link>
		<comments>http://www.alexxoid.com/blog/linux/openfire-issues-with-search-plugin-nothing-found.html#comments</comments>
		<pubDate>Sun, 19 Jun 2011 15:25:34 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openfire]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=657</guid>
		<description><![CDATA[There is an issue with the latest version of advanced search plugin for Openfire server &#8211; members can not be found. To resolve this issue install previous version of search plugin (v1.4.0) and previous version of openfire server (v3.6.4).]]></description>
			<content:encoded><![CDATA[<p>There is an issue with the latest version of <strong>advanced search plugin</strong> for <strong>Openfire</strong> server &#8211; members can not be found. To resolve this issue <strong>install previous version</strong> of <strong>search plugin</strong> (<strong>v1.4.0</strong>) and previous version of <strong>openfire server</strong> (<strong>v3.6.4</strong>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/openfire-issues-with-search-plugin-nothing-found.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to resolve an issue with installing google-talkplugin in Debian/Ubuntu Linux</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-resolve-an-issue-with-installing-google-talkplugin-in-debianubuntu-linux.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-resolve-an-issue-with-installing-google-talkplugin-in-debianubuntu-linux.html#comments</comments>
		<pubDate>Tue, 14 Jun 2011 03:13:14 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google talk]]></category>
		<category><![CDATA[google-talkplugin]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=663</guid>
		<description><![CDATA[When you are upgrading or installing 2.x+ version of google-talkplugin in to Debian/Ubuntu Linux the following error occurs: dpkg: error processing google-talkplugin_current_amd64.deb (--install): unable to install new version of `/usr/lib/firefox/plugins/libnpgtpo3dautoplugin.so': No such file or directory Errors were encountered while processing: google-talkplugin_current_amd64.deb To resolve this issue simply rename /usr/lib/firefox folder, install google-talkplugin and rename folder back.]]></description>
			<content:encoded><![CDATA[<p>When you are upgrading or installing <strong>2.x+</strong> version of <strong>google-talkplugin</strong> in to <strong>Debian/Ubuntu Linux</strong> the following error  occurs:</p>
<pre>
dpkg: error processing google-talkplugin_current_amd64.deb (--install):
 unable to install new version of `/usr/lib/firefox/plugins/libnpgtpo3dautoplugin.so': No such file or directory
Errors were encountered while processing:
 google-talkplugin_current_amd64.deb
</pre>
<p>To resolve this issue simply <strong>rename /usr/lib/firefox folder</strong>, install <strong>google-talkplugin</strong> and rename folder back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-resolve-an-issue-with-installing-google-talkplugin-in-debianubuntu-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PGP key selection button is not available in Psi</title>
		<link>http://www.alexxoid.com/blog/linux/pgp-key-selection-button-is-not-available-in-psi.html</link>
		<comments>http://www.alexxoid.com/blog/linux/pgp-key-selection-button-is-not-available-in-psi.html#comments</comments>
		<pubDate>Mon, 13 Jun 2011 02:06:42 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[pgp]]></category>
		<category><![CDATA[psi]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=665</guid>
		<description><![CDATA[To make available PGP select key button in Psi jabber-messenger, you should additionaly setup libqca2-plugin-gnupg package. In Debian Linux use the following command to setup it: # apt-get install libqca2-plugin-gnupg]]></description>
			<content:encoded><![CDATA[<p>To make available <strong>PGP</strong> <strong>select key</strong> button in <strong>Psi</strong> jabber-messenger, you should additionaly setup <strong>libqca2-plugin-gnupg</strong> package. In <strong>Debian Linux</strong> use the following command to setup it:</p>
<pre>
# apt-get install libqca2-plugin-gnupg
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/pgp-key-selection-button-is-not-available-in-psi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run Debian Icedove profile manager</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-run-debian-icedove-profile-manager.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-run-debian-icedove-profile-manager.html#comments</comments>
		<pubDate>Sun, 12 Jun 2011 16:55:50 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[icedove]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=667</guid>
		<description><![CDATA[To run Icedove profile manager, use the following command line parameter: # icedove --profilemanager]]></description>
			<content:encoded><![CDATA[<p>To run <strong>Icedove</strong> <strong>profile manager</strong>, use the following command line parameter: </p>
<pre>
# icedove --profilemanager
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-run-debian-icedove-profile-manager.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove passphrase from the OpenSSL key</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-remove-passphrase-from-the-openssl-key.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-remove-passphrase-from-the-openssl-key.html#comments</comments>
		<pubDate>Sun, 24 Apr 2011 21:01:23 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[rsa]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=655</guid>
		<description><![CDATA[To remove passphrase from generated key, use openssl util with the following options: # openssl rsa -in keywithpassphrase.key -out keywithoutpassphrase.key]]></description>
			<content:encoded><![CDATA[<p>To <strong>remove passphrase</strong> from generated <strong>key</strong>, use <strong>openssl</strong> util with the following options:</p>
<pre>
# openssl rsa -in keywithpassphrase.key -out keywithoutpassphrase.key
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-remove-passphrase-from-the-openssl-key.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable extensions on Firefox/Iceweasel startup</title>
		<link>http://www.alexxoid.com/blog/usefulness/how-to-disable-extensions-on-firefoxiceweasel-startup.html</link>
		<comments>http://www.alexxoid.com/blog/usefulness/how-to-disable-extensions-on-firefoxiceweasel-startup.html#comments</comments>
		<pubDate>Wed, 15 Dec 2010 00:03:18 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Usefulness]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[iceweasel]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[safe mode]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=610</guid>
		<description><![CDATA[Use the following arguments starting Firefox (Iceweasel &#8211; on Debian Linux) to disable loading of browser plugins and extensions: # firefox -safe-mode]]></description>
			<content:encoded><![CDATA[<p>Use the following arguments starting <strong>Firefox (Iceweasel &#8211; on Debian Linux)</strong> to disable loading of browser plugins and extensions:</p>
<pre>
# firefox -safe-mode
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/usefulness/how-to-disable-extensions-on-firefoxiceweasel-startup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to force recompile VMware Workstation kernel modules</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-force-recompile-vmware-workstation-kernel-modules.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-force-recompile-vmware-workstation-kernel-modules.html#comments</comments>
		<pubDate>Mon, 13 Dec 2010 22:20:29 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMware Workstation]]></category>
		<category><![CDATA[vmware-modconfig]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=608</guid>
		<description><![CDATA[To recompile all VMware kernel modules, run the command: # vmware-modconfig --console --install-all]]></description>
			<content:encoded><![CDATA[<p>To recompile all <strong>VMware kernel modules</strong>, run the command:</p>
<pre>
# vmware-modconfig --console --install-all
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-force-recompile-vmware-workstation-kernel-modules.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to resolve an issue running Google Earth under Linux: googleearth-bin: No such file or directory</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-resolve-an-issue-running-google-earth-under-linux-googleearth-bin-no-such-file-or-directory.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-resolve-an-issue-running-google-earth-under-linux-googleearth-bin-no-such-file-or-directory.html#comments</comments>
		<pubDate>Mon, 13 Dec 2010 00:57:10 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[googleearth]]></category>
		<category><![CDATA[lsb-core]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=614</guid>
		<description><![CDATA[I catch the following error trying to run googleearth executable: # ./googleearth ./googleearth: line 49: /home/alexxoid/google-earth/googleearth-bin: No such file or directory ./googleearth: line 49: /home/alexxoid/google-earth/googleearth-bin: Success The solution for this issue simple. You need to install lsb-core package in your system. On Debian it should be done this way: # apt-get install lsb-core]]></description>
			<content:encoded><![CDATA[<p>I catch the following error trying to run <strong>googleearth</strong> executable:</p>
<pre>
# ./googleearth
./googleearth: line 49: /home/alexxoid/google-earth/googleearth-bin: No such file or directory
./googleearth: line 49: /home/alexxoid/google-earth/googleearth-bin: Success
</pre>
<p>The solution for this issue simple. You need to install <strong>lsb-core</strong> package in your system. On <strong>Debian</strong> it should be done this way:</p>
<pre>
# apt-get install lsb-core
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-resolve-an-issue-running-google-earth-under-linux-googleearth-bin-no-such-file-or-directory.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

