<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>RussenReaktor&#039;s Weblog</title>
	<atom:link href="http://russenreaktor.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://russenreaktor.wordpress.com</link>
	<description>m.kupriyanov</description>
	<lastBuildDate>Wed, 25 Jan 2012 08:50:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='russenreaktor.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>RussenReaktor&#039;s Weblog</title>
		<link>http://russenreaktor.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://russenreaktor.wordpress.com/osd.xml" title="RussenReaktor&#039;s Weblog" />
	<atom:link rel='hub' href='http://russenreaktor.wordpress.com/?pushpress=hub'/>
		<item>
		<title>[SOLVED] Perl: How to replace umlauts with regex</title>
		<link>http://russenreaktor.wordpress.com/2012/01/25/solved-perl-how-to-replace-umlauts-with-regex/</link>
		<comments>http://russenreaktor.wordpress.com/2012/01/25/solved-perl-how-to-replace-umlauts-with-regex/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 08:50:20 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=628</guid>
		<description><![CDATA[You have a string with umauts you want to replace $strNewXml = "ÜBERSICHTSKARTE MIT HIGHLIGHTS"; To replace "Ü" use \xdc where "dc" is a Hex value of the "Ü" character from this table http://www.pjb.com.au/comp/diacritics.html $strNewXml =~ s/\xdcBERSICHTSKARTE MIT HIGHLIGHTS//g; &#160; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=628&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You have a string with umauts you want to replace<br />
<code><br />
$strNewXml = "ÜBERSICHTSKARTE MIT HIGHLIGHTS";</p>
<p>To replace "Ü" use \xdc where "dc" is a Hex value of the "Ü" character from this table</p>
<p><a href="http://www.pjb.com.au/comp/diacritics.html">http://www.pjb.com.au/comp/diacritics.html</a></p>
<p>$strNewXml =~ s/\xdcBERSICHTSKARTE MIT HIGHLIGHTS//g;<br />
</code><br />
&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/628/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/628/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=628&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2012/01/25/solved-perl-how-to-replace-umlauts-with-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED] Ubuntu: Fixing messed up screen resolution</title>
		<link>http://russenreaktor.wordpress.com/2012/01/15/solved-ubuntu-fixing-messed-up-screen-resolution/</link>
		<comments>http://russenreaktor.wordpress.com/2012/01/15/solved-ubuntu-fixing-messed-up-screen-resolution/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 20:08:42 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=626</guid>
		<description><![CDATA[If you messed up with your display resolution try this: To configure the monitor and display adapter, you need to re-configure your Xorg server. To do that, first backup your xorg.conf file by executing the following command: # sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup then, stop X by executing the following command (this will put you to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=626&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you messed up with your display resolution try this:</p>
<blockquote>
<pre>To configure the monitor and display adapter, you need to re-configure
your Xorg server. To do that, first backup your xorg.conf file by
executing the following command:

   # sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

then, stop X by executing the following command (this will put you to
text only mode):

   # sudo /etc/init.d/gdm stop

You can do the whole X configuration process by executing:

   # sudo dpkg-reconfigure xserver-xorg

Once you have re-configured Xorg,  start GNOME again by executing this
command:

   # sudo /etc/init.d/gdm start</pre>
</blockquote>
<p>&nbsp;</p>
<p><strong>Source:</strong> <a href="https://lists.ubuntu.com/archives/ubuntu-my/2007-March/000120.html">lists.ubuntu.com</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/626/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=626&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2012/01/15/solved-ubuntu-fixing-messed-up-screen-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED]Target filesystem doesn&#8217;t have /sbin/init</title>
		<link>http://russenreaktor.wordpress.com/2011/11/25/solvedtarget-filesystem-doesnt-have-sbininit/</link>
		<comments>http://russenreaktor.wordpress.com/2011/11/25/solvedtarget-filesystem-doesnt-have-sbininit/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 21:48:57 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=622</guid>
		<description><![CDATA[The second attempt was to run Ubuntu off of the CD (don&#8217;t install it, just run the OS) and then go into the terminal window and run fsck. For those that aren&#8217;t familiar with that command, here is a brief summary $sudo fsck /dev/sda5 where /dev/sda5 is a drive you want to check Source: adnanahmed.ca &#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=622&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>The second attempt was to run Ubuntu off of the CD (don&#8217;t install it, just run the OS) and then go into the terminal window and run fsck. For those that aren&#8217;t familiar with that command, here is a brief summary</p></blockquote>
<p><code>$sudo fsck /dev/sda5<code></p>
<p>where /dev/sda5 is a drive you want to check</p>
<p><strong>Source:</strong> <a href="http://www.adnanahmed.ca/archives/38-Target-filesystem-doesnt-have-sbininit.html">adnanahmed.ca</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/622/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=622&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2011/11/25/solvedtarget-filesystem-doesnt-have-sbininit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED] Converting a Subversion repository to Git (with history and users)</title>
		<link>http://russenreaktor.wordpress.com/2011/11/15/solved-converting-a-subversion-repository-to-git-with-history-and-users/</link>
		<comments>http://russenreaktor.wordpress.com/2011/11/15/solved-converting-a-subversion-repository-to-git-with-history-and-users/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 21:15:54 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/2011/11/15/solved-converting-a-subversion-repository-to-git-with-history-and-users/</guid>
		<description><![CDATA[(7 steps to migrate a complete mirror of svn in git) Source: http://www.albin.net/git/convert-subversion-to-git<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=619&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(7 steps to migrate a complete mirror of svn in git)</p>
<p>Source: <a href="http://www.albin.net/git/convert-subversion-to-git">http://www.albin.net/git/convert-subversion-to-git</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/619/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=619&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2011/11/15/solved-converting-a-subversion-repository-to-git-with-history-and-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED] Chrome: How to change the default language (UI) in chrome</title>
		<link>http://russenreaktor.wordpress.com/2011/09/05/solved-chrome-how-to-change-the-default-language-ui-in-chrome/</link>
		<comments>http://russenreaktor.wordpress.com/2011/09/05/solved-chrome-how-to-change-the-default-language-ui-in-chrome/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 10:30:53 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[google chrome]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=616</guid>
		<description><![CDATA[Normally you should find this option in &#8220;Under the Hood&#8221; tab but if have no such option do type chrome://settings/languages in to address bar and choose your preferred UI language. then you must restart your Google Chrome Browser &#160; Tested with chrome v13.0.782.220 m and v15.0.871.1 canary<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=616&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Normally you should find this option in &#8220;Under the Hood&#8221; tab but if have no such option do type</p>
<pre><a href="//settings/languages">chrome://settings/languages</a></pre>
<p>in to address bar and choose your preferred UI language.</p>
<p>then you must restart your Google Chrome Browser</p>
<p>&nbsp;</p>
<p>Tested with chrome v13.0.782.220 m and v15.0.871.1 canary</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/616/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=616&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2011/09/05/solved-chrome-how-to-change-the-default-language-ui-in-chrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED] Chrome: How to switch the User agent of the browser?</title>
		<link>http://russenreaktor.wordpress.com/2011/08/02/solved-chrome-how-to-switch-the-user-agent-of-the-browser/</link>
		<comments>http://russenreaktor.wordpress.com/2011/08/02/solved-chrome-how-to-switch-the-user-agent-of-the-browser/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 09:54:16 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[google chrome]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=606</guid>
		<description><![CDATA[you can pass the user agent string in the command line for example, this is how to make chrome report itself as IE8.0 on my machine C:\Users\XXXX\AppData\Local\Google\Chrome\Application\chrome.exe &#8211;user-agent=&#8221;Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 3.5.30729)&#8221; so basically just add &#8211;user-agent=&#8221;what ever you want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=606&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>you can pass the user agent string in the command line</p>
<p>for example, this is how to make chrome report itself as IE8.0 on my machine<br />
C:\Users\XXXX\AppData\Local\Google\Chrome\Application\chrome.exe <strong>&#8211;user-agent</strong>=&#8221;Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 3.5.30729)&#8221;</p>
<p>so basically just add &#8211;user-agent=&#8221;what ever you want to impersonate to&#8221; to the target in the shortcut to chrome<br />
and launch chrome using that shortcut!</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/support/forum/p/Chrome/thread?tid=64e4e45037f55919&amp;hl=en">http://www.google.com/support/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/606/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=606&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2011/08/02/solved-chrome-how-to-switch-the-user-agent-of-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED] Ubuntu &#8211; VNC loads but does not refresh.</title>
		<link>http://russenreaktor.wordpress.com/2011/06/13/solved-ubuntu-vnc-loads-but-does-not-refresh/</link>
		<comments>http://russenreaktor.wordpress.com/2011/06/13/solved-ubuntu-vnc-loads-but-does-not-refresh/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 10:32:20 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=603</guid>
		<description><![CDATA[I am playing with UltraVNC from Windows 7 to Ubuntu. To resolve the problem with VNC refresh we should turn off all visual effects. &#160; right click on the desktop, select &#8220;Change Desktop Background&#8221;, click &#8220;Visual Effects&#8221;, click the &#8220;none&#8221; option &#160; Source: ubuntuforums.org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=603&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am playing with UltraVNC from Windows 7 to Ubuntu. To resolve the problem with VNC refresh we should turn off all visual effects.</p>
<p>&nbsp;</p>
<blockquote><p>
right click on the desktop, select &#8220;Change Desktop Background&#8221;, click<br />
&#8220;Visual Effects&#8221;, click the &#8220;none&#8221; option</p></blockquote>
<p>&nbsp;</p>
<p><strong>Source:</strong> <a href="http://ubuntuforums.org/showthread.php?t=1345984">ubuntuforums.org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/603/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=603&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2011/06/13/solved-ubuntu-vnc-loads-but-does-not-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED] Mount the remote file system on your local machine with sshfs</title>
		<link>http://russenreaktor.wordpress.com/2011/05/29/solved-mount-the-remote-file-system-on-your-local-machine-with-sshfs/</link>
		<comments>http://russenreaktor.wordpress.com/2011/05/29/solved-mount-the-remote-file-system-on-your-local-machine-with-sshfs/#comments</comments>
		<pubDate>Sun, 29 May 2011 15:17:35 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=601</guid>
		<description><![CDATA[You can mount the remote file system on your local machine with sshfs: mkdir -p /mnt/sshfs  root@IS1300:~# sshfs 192.168.1.2:/ /mnt/sshfs  root@IS1300:~# umount /mnt/sshfs Then you can copy paste the file with nautilus/gnome/konqueror/dolphin/bash/whatever &#160; Source: stackexchange.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=601&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can mount the remote file system on your local machine with sshfs:</p>
<pre><code>mkdir -p /mnt/sshfs </code>
<code>root@IS1300:~# sshfs 192.168.1.2:/ /mnt/sshfs </code>
<code>root@IS1300:~# umount /mnt/sshfs </code></pre>
<p>Then you can copy paste the file with nautilus/gnome/konqueror/dolphin/bash/whatever</p>
<p>&nbsp;</p>
<p><strong>Source:</strong> <a href="http://unix.stackexchange.com/questions/2857/ssh-easily-copy-file-to-local-system?s=ffd0c412-9390-4bd0-bec5-7b57d07028b5">stackexchange.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/601/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=601&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2011/05/29/solved-mount-the-remote-file-system-on-your-local-machine-with-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED] AI: Embed a linked file</title>
		<link>http://russenreaktor.wordpress.com/2011/05/23/solved-ai-embed-a-linked-file/</link>
		<comments>http://russenreaktor.wordpress.com/2011/05/23/solved-ai-embed-a-linked-file/#comments</comments>
		<pubDate>Mon, 23 May 2011 09:12:23 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[adobe illustrator]]></category>
		<category><![CDATA[ai]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=597</guid>
		<description><![CDATA[How to embed linked file in Adobe Illustrator? Select a file in the Links panel, and choose Embed Image from the panel menu. Select the linked artwork in the illustration window. In the Control panel, click the Embed button. Source: help.adobe.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=597&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How to embed linked file in Adobe Illustrator?</p>
<blockquote>
<ol>
<li>Select a file in the Links panel, and choose Embed Image from the panel menu.</li>
<li>Select the linked artwork in the illustration window. In the Control panel, click the Embed button.</li>
</ol>
</blockquote>
<p><strong>Source:</strong> <a href="http://help.adobe.com/en_US/Illustrator/14.0/WS31E8D832-DAA2-48a2-9927-5FD7C8A324BC.html">help.adobe.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/597/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=597&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2011/05/23/solved-ai-embed-a-linked-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
		<item>
		<title>[SOLVED] ReConnect Eclipse to Android emulator</title>
		<link>http://russenreaktor.wordpress.com/2011/04/27/solved-reconnect-eclipse-to-android-emulator/</link>
		<comments>http://russenreaktor.wordpress.com/2011/04/27/solved-reconnect-eclipse-to-android-emulator/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 07:16:07 +0000</pubDate>
		<dc:creator>russenreaktor</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[emulator]]></category>

		<guid isPermaLink="false">http://russenreaktor.wordpress.com/?p=594</guid>
		<description><![CDATA[Just run these command in your console adb kill-server adb connect &#60;%TARGET_PC_IP_OR_HOSTNAME%&#62;:&#60;%EMULATOR_PORT%&#62; for emulator on my pc it was adb kill-server adb connect localhost:5555 Source: stackoverflow.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=594&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just run these command in your console</p>
<pre>adb kill-server
adb connect &lt;%TARGET_PC_IP_OR_HOSTNAME%&gt;:&lt;%EMULATOR_PORT%&gt;</pre>
<p>for emulator on my pc it was</p>
<pre>adb kill-server
adb connect localhost:5555</pre>
<p><strong>Source:</strong> s<a href="http://stackoverflow.com/questions/4418555/connect-eclipse-to-android-emulator-on-a-different-machine">tackoverflow.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/russenreaktor.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/russenreaktor.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/russenreaktor.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/russenreaktor.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/russenreaktor.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/russenreaktor.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/russenreaktor.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/russenreaktor.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/russenreaktor.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/russenreaktor.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/russenreaktor.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/russenreaktor.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/russenreaktor.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/russenreaktor.wordpress.com/594/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=russenreaktor.wordpress.com&amp;blog=3221535&amp;post=594&amp;subd=russenreaktor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://russenreaktor.wordpress.com/2011/04/27/solved-reconnect-eclipse-to-android-emulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2445945440f09adc3f07a1d0eab0c273?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">russenreaktor</media:title>
		</media:content>
	</item>
	</channel>
</rss>
