<?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>handy solutions from Linux geek</description>
	<lastBuildDate>Tue, 06 Mar 2012 06:28:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to solve an issue in network-manager: Wired network: device is unmanaged</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-solve-an-issue-in-network-manager-wired-network-device-is-unmanaged.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-solve-an-issue-in-network-manager-wired-network-device-is-unmanaged.html#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:01:53 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[managed]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network-manager]]></category>
		<category><![CDATA[NetworkManager]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=705</guid>
		<description><![CDATA[There is an issue may appear in Network Manager: Wired network : device is unmanaged To fix the issue edit the file /etc/NetworkManager/NetworkManager.conf and change the following option: [ifupdown] managed=true]]></description>
			<content:encoded><![CDATA[<p>There is an issue may appear in <strong>Network Manager</strong>:</p>
<pre>
Wired network : device is unmanaged
</pre>
<p>To fix the issue edit the file <strong>/etc/NetworkManager/NetworkManager.conf</strong> and change the following option:</p>
<pre>
[ifupdown]
managed=true
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-solve-an-issue-in-network-manager-wired-network-device-is-unmanaged.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get current page URL in JavaScript</title>
		<link>http://www.alexxoid.com/blog/dev/javascript-dev/how-to-get-current-page-url-in-javascript.html</link>
		<comments>http://www.alexxoid.com/blog/dev/javascript-dev/how-to-get-current-page-url-in-javascript.html#comments</comments>
		<pubDate>Fri, 02 Mar 2012 13:55:08 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=701</guid>
		<description><![CDATA[Use the document.URL property to get the current page URL.]]></description>
			<content:encoded><![CDATA[<p>Use the <strong>document.URL</strong> property to get the current page <strong>URL</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/dev/javascript-dev/how-to-get-current-page-url-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to connect USB device in VMWare Workstation for Linux</title>
		<link>http://www.alexxoid.com/blog/linux/unable-to-connect-usb-device-in-vmware-workstation-for-linux.html</link>
		<comments>http://www.alexxoid.com/blog/linux/unable-to-connect-usb-device-in-vmware-workstation-for-linux.html#comments</comments>
		<pubDate>Fri, 02 Mar 2012 06:22:23 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMware Workstation]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=724</guid>
		<description><![CDATA[There is a solution in case you have a problems with connecting USB devices to your VMWare virtual machine &#8211; VMWare doesn&#8217;t show connected USB devices. To solve the issue please check the service /etc/init.d/vmware-USBArbitrator should be started or just restart it: # /etc/init.d/vmware-USBArbitrator restart]]></description>
			<content:encoded><![CDATA[<p>There is a solution in case you have a problems with connecting <strong>USB</strong> devices to your <strong>VMWare virtual machine</strong> &#8211; <strong>VMWare</strong> doesn&#8217;t show connected <strong>USB devices</strong>.<br />
To solve the issue please check the service <strong>/etc/init.d/vmware-USBArbitrator</strong> should be started or just restart it:</p>
<pre>
# /etc/init.d/vmware-USBArbitrator restart
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/unable-to-connect-usb-device-in-vmware-workstation-for-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving an issue with sendmail &#8211; /usr/sbin/sensible-mda unsafe</title>
		<link>http://www.alexxoid.com/blog/linux/solving-an-issue-with-sendmail-usr-sbin-sensible-mda-unsafe.html</link>
		<comments>http://www.alexxoid.com/blog/linux/solving-an-issue-with-sendmail-usr-sbin-sensible-mda-unsafe.html#comments</comments>
		<pubDate>Mon, 27 Feb 2012 06:50:00 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[sensible-mda]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=686</guid>
		<description><![CDATA[There is an issue might appear with you mail server: Warning: program /usr/sbin/sensible-mda unsafe: No such file or directory To resolve this issue in Debian/Ubuntu Linux you need to install the sensible-mda package: # apt-get install sensible-mda]]></description>
			<content:encoded><![CDATA[<p>There is an issue might appear with you <strong>mail server</strong>:</p>
<pre>
Warning: program /usr/sbin/sensible-mda unsafe: No such file or directory
</pre>
<p>To resolve this issue in <strong>Debian/Ubuntu Linux</strong> you need to install the <strong>sensible-mda</strong> package:</p>
<pre>
# apt-get install sensible-mda
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/solving-an-issue-with-sendmail-usr-sbin-sensible-mda-unsafe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove Google Chrome from being default web browser in Debian/Ubuntu Linux</title>
		<link>http://www.alexxoid.com/blog/linux/how-to-remove-google-chrome-from-being-default-web-browser-in-debian-ubuntu-linux.html</link>
		<comments>http://www.alexxoid.com/blog/linux/how-to-remove-google-chrome-from-being-default-web-browser-in-debian-ubuntu-linux.html#comments</comments>
		<pubDate>Sun, 19 Feb 2012 01:50:41 +0000</pubDate>
		<dc:creator>alexxoid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[default browser]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update-alternatives]]></category>

		<guid isPermaLink="false">http://www.alexxoid.com/blog/?p=707</guid>
		<description><![CDATA[There are no option how to remove Google Chrome from being default web browser. So you need to unregister it manually, using the following command (works for Debian/Ubuntu Linux): # update-alternatives --config x-www-browser]]></description>
			<content:encoded><![CDATA[<p>There are no option how to remove <strong>Google Chrome</strong> from being <strong>default web browser</strong>. So you need to unregister it manually, using the following command (works for <strong>Debian/Ubuntu Linux</strong>):</p>
<pre>
# update-alternatives --config x-www-browser
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexxoid.com/blog/linux/how-to-remove-google-chrome-from-being-default-web-browser-in-debian-ubuntu-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 618/754 objects using disk: basic

Served from: www.alexxoid.com @ 2012-05-19 06:50:23 -->
