<?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>Fedora &#187; Remote Desktop</title>
	<atom:link href="http://gofedora.com/archives/category/remote-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://gofedora.com</link>
	<description>How Tos, Tutorials, Tips and Tricks</description>
	<lastBuildDate>Thu, 25 Feb 2010 07:55:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To: Configure VNC Server</title>
		<link>http://gofedora.com/how-to-configure-vnc-server/</link>
		<comments>http://gofedora.com/how-to-configure-vnc-server/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 15:38:03 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[VNC Server]]></category>
		<category><![CDATA[VNC Viewer]]></category>
		<category><![CDATA[Display Port]]></category>
		<category><![CDATA[Real VNC]]></category>
		<category><![CDATA[Screenshots]]></category>
		<category><![CDATA[Xstartup]]></category>

		<guid isPermaLink="false">http://172.17.8.64/gofedora/?p=142</guid>
		<description><![CDATA[Vncserver is just another application available in almost all the available Linux based distros. Configuring vncserver is very easy. But the default desktop view in vncviewer is gray scale desktop with very pathetic GUI. To view normal Gnome or KDE desktop in vncviewer, assigning a custom port for usage, user configuration and to adjust the [...]<p><a href="http://gofedora.com/">Fedora Tutorials</a> and <a href="http://cachevideos.com/">Videocache</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Vncserver is just another application available in almost all the available Linux based distros. Configuring vncserver is very easy. But the default desktop view in vncviewer is gray scale desktop with very pathetic GUI. To view normal Gnome or KDE desktop in vncviewer, assigning a custom port for usage, user configuration and to adjust the resolution of the vncviewer window, some files need to be configured properly. Here are the required configuration in any version of Fedora/Fedora Core. But with minor modifications these can be applied to other distros like Ubuntu, SuSE, Gentoo etc.</p>
<h3><strong><span style="text-decoration: underline;">Step 1:</span></strong> <strong>Installing Vncviewer, Vncserver</strong></h3>
<p>As root do this</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>bordeaux saini<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># yum install vnc [Enter]</span></pre></div></div>

<h3><strong><span style="text-decoration: underline;">Step 2:</span> Configuring resolution, port &amp; user</strong><strong><br />
</strong></h3>
<p>The default location of server configuration file for vncserver is &#8216;/etc/sysconfig/&#8217;. To configure the resolution, user and port open &#8216;/etc/sysconfig/vncservers&#8217; in you favorite editor and add two lines per user configuration shown ..</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">VNCSERVERS</span>=<span style="color: #ff0000;">&quot;:&quot;</span>
VNCSERVERARGS<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>=<span style="color: #ff0000;">&quot;-geometry x &lt;windowWidth&gt;x&lt;windowHeight&gt;&quot;</span></pre></td></tr></table></div>

<p>Example :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">VNCSERVERS</span>=<span style="color: #ff0000;">&quot;3:saini&quot;</span>
VNCSERVERARGS<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>=<span style="color: #ff0000;">&quot;-geometry 1000x700&quot;</span></pre></td></tr></table></div>

<p>You can choose any display port, but it should not be in use by another X server. Window height and width can be anything (not in fraction of course). But keep in mind that the system on which you are going to view the desktop using vncviewer should have greater resolution than what you specify here, otherwise scrollbars will appear.</p>
<h3><strong><span style="text-decoration: underline;">Step 3:</span></strong> <strong>Configuring Desktop Environment</strong></h3>
<p>The user specific configuration files of vncviewer resides in &#8216;.vnc&#8217; directory in user&#8217;s home directory. (e.g. &#8216;/home/saini/.vnc/&#8217;). Open &#8216;.vnc/xstartup&#8217; in your favorite editor and edit as below</p>
<ul>
<li><strong>For Gnome</strong></li>
</ul>
<blockquote><p>The &#8216;xstartup&#8217; file shout look like this</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Uncomment the following two lines for normal desktop:</span>
<span style="color: #7a0874; font-weight: bold;">unset</span> SESSION_MANAGER
<span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>X11<span style="color: #000000; font-weight: bold;">/</span>xinit<span style="color: #000000; font-weight: bold;">/</span>xinitrc
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-x</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-r</span> <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.Xresources <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> xrdb <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.Xresources
<span style="color: #666666; font-style: italic;">#xsetroot -solid grey</span>
<span style="color: #666666; font-style: italic;">#vncconfig -iconic &amp;</span>
<span style="color: #666666; font-style: italic;">#xterm -geometry 80x24+10+10 -ls -title &quot;$VNCDESKTOP Desktop&quot; &amp;</span>
<span style="color: #666666; font-style: italic;">#twm &amp;</span>
startx <span style="color: #000000; font-weight: bold;">&amp;</span></pre></td></tr></table></div>

</blockquote>
<ul>
<li><strong>For KDE</strong></li>
</ul>
<blockquote><p>The &#8216;xstartup&#8217; file should look like this</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Uncomment the following two lines for normal desktop:</span>
<span style="color: #666666; font-style: italic;">#unset SESSION_MANAGER</span>
<span style="color: #666666; font-style: italic;">#exec /etc/X11/xinit/xinitrc</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-x</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-r</span> <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.Xresources <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> xrdb <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>.Xresources
<span style="color: #666666; font-style: italic;">#xsetroot -solid grey</span>
<span style="color: #666666; font-style: italic;">#vncconfig -iconic &amp;</span>
<span style="color: #666666; font-style: italic;">#xterm -geometry 80x24+10+10 -ls -title &quot;$VNCDESKTOP Desktop&quot; &amp;</span>
<span style="color: #666666; font-style: italic;">#twm &amp;</span>
startkde <span style="color: #000000; font-weight: bold;">&amp;</span></pre></td></tr></table></div>

</blockquote>
<h3><strong><span style="text-decoration: underline;">Step 4:</span> Configuring password</strong></h3>
<p>For setting up vncviewer password for user &#8216;xyz&#8217;, login as user &#8216;xyz&#8217; and issue &#8216;vncpasswd&#8217; command on a terminal/konsole (or whatever). Enter password twice and you are done with password setting.</p>
<h3><strong><span style="text-decoration: underline;">Step 5:</span></strong> <strong>Starting Vncserver</strong></h3>
<p>To start vncserver, login as root and issue &#8217;service vncserver start&#8217; command. If service started successfully, you are ready to use vncviewer on a remote/local machine.</p>
<h3><strong><span style="text-decoration: underline;">Step 6:</span></strong> <strong>Accessing through Vncviewer</strong></h3>
<ul>
<li>From Linux based machines</li>
</ul>
<blockquote>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>saini<span style="color: #000000; font-weight: bold;">@</span>bordeaux saini<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># vncviewer IP_Address:displayPort [Enter] #(IP Address is for the machine where you set up vncserver)</span></pre></div></div>

</blockquote>
<ul>
<li>From Windows</li>
</ul>
<blockquote><p>On windows there is a software called RealVnc. Install it and enter &lt;IPAddress&gt;:&lt;displayPort&gt; in the dialog box.<br />
[I explained how to connect via windows because it may help someone get a bit of relief.]</p></blockquote>
<h3><strong><span style="text-decoration: underline;">Screenshots:</span></strong></h3>
<ul>
<li>Vncviewer with Gnome as Desktop environment</li>
</ul>
<blockquote><p><a href="http://gofedora.com/wp-content/uploads/2009/07/4-vncserver-vncviewer-screenshot-gnome.jpg" ><img class="alignnone size-medium wp-image-143" title="VNC Server VNC Viewer Screenshot GNOME" src="http://gofedora.com/wp-content/uploads/2009/07/4-vncserver-vncviewer-screenshot-gnome-598x470.jpg" alt="VNC Server VNC Viewer Screenshot GNOME" width="598" height="470" /></a></p></blockquote>
<ul>
<li>Vncviewer with KDE as Desktop environment</li>
</ul>
<blockquote><p><a href="http://gofedora.com/wp-content/uploads/2009/07/2-vncserver-vncviewer-screenshot-kde.jpg" ><img class="alignnone size-medium wp-image-144" title="VNC Server VNC Viewer Screenshot KDE" src="http://gofedora.com/wp-content/uploads/2009/07/2-vncserver-vncviewer-screenshot-kde-598x470.jpg" alt="VNC Server VNC Viewer Screenshot KDE" width="598" height="470" /></a></p></blockquote>
<p>Vnc is nice tool if you want to avoid using windows. I use it all the time. While I am forced to work on windows system, I install vncviewer and use it in full screen mode <img src='http://gofedora.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' title="How To: Configure VNC Server" />  It also helps when you want to run some gui based application and monitor is remotely. Because if you close vncviewer window and use vncviewer again, you will be given the desktop session where you left it (all windows open and applications running).<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://gofedora.com/how-to-recover-deleted-files-linux-using-photorec/"  title="How To: Recover Deleted Files in Linux Using Photorec">How To: Recover Deleted Files in Linux Using Photorec</a></li>
</ul>
<p><a href="http://gofedora.com/" >Fedora Tutorials</a> and <a href="http://cachevideos.com/" >Videocache</a> by <a href="http://saini.co.in/" >Kulbir Saini</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/how-to-configure-vnc-server/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Review: Fedora 8 &#8211; Warewolf</title>
		<link>http://gofedora.com/review-fedora-8-warewolf/</link>
		<comments>http://gofedora.com/review-fedora-8-warewolf/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 15:12:58 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[VNC Server]]></category>
		<category><![CDATA[VNC Viewer]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Xorg]]></category>
		<category><![CDATA[Codeina]]></category>
		<category><![CDATA[Network Proxy]]></category>
		<category><![CDATA[Pulseaudio]]></category>
		<category><![CDATA[Warewolf]]></category>

		<guid isPermaLink="false">http://172.17.8.64/gofedora/?p=119</guid>
		<description><![CDATA[I installed Fedora 8 32 bit from a leaky mirror on Nov 7th and I just had a very bad experience with it. Nothing seemed to be working. But I can&#8217;t accept that. As I am  a hardcore fan of Fedora, I just can&#8217;t sit back and say &#8220;ah, Fedora 8 sucks, i am [...]<p><a href="http://gofedora.com/">Fedora Tutorials</a> and <a href="http://cachevideos.com/">Videocache</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I installed Fedora 8 32 bit from a leaky mirror on Nov 7th and I just had a very bad experience with it. Nothing seemed to be working. But I can&#8217;t accept that. As I am  a hardcore fan of Fedora, I just can&#8217;t sit back and say &#8220;ah, Fedora 8 sucks, i am not gonna use that&#8221;. I fetched Fedora 8 x86_64 (64bit) from a mirror yesterday, after the release. I installed it and everything worked out of the box. I can&#8217;t believe that I <a rel="nofollow" href="http://gofedora.com/goto/http://kulbirsaini.wordpress.com/2007/11/08/fedora-8-sainicoin-released/"  target="_blank">wrote</a> something wrong about Fedora. How could I do that ?</p>
<p>First of all, I would like to say that The artwork team at Fedora has done a very fantastic job. The graphics right from installation up to the desktop are just awesome. Especially the default background is very nice.  Here is shot of the default Gnome Fedora 8 Desktop.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/01-fedora-8-desktop.jpg" ><img class="alignnone size-medium wp-image-122" title="GNOME Fedora 8 Desktop" src="http://gofedora.com/wp-content/uploads/2007/11/01-fedora-8-desktop-620x387.jpg" alt="GNOME Fedora 8 Desktop" width="620" height="387" /></a></p>
<p>Right after the installation, I fetched the nVidia proprietary drivers from <a rel="nofollow" href="http://gofedora.com/goto/http://www.nvidia.com/object/unix.html"  target="_blank">here</a> and installed them. And those were installed successfully without giving any errors or problems. [ If you want a complete howto on installing nvidia drivers. Its <a href="http://gofedora.com/archives/2007/04/27/howto-install-configure-nvidia-drivers-beryl/"  target="_blank">here</a>.] A reboot after the installation and compiz worked out of the box. Here is shot.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/02-compiz-fusion.jpg" ><img class="alignnone size-medium wp-image-123" title="Compiz Fusion" src="http://gofedora.com/wp-content/uploads/2007/11/02-compiz-fusion-620x387.jpg" alt="Compiz Fusion" width="620" height="387" /></a></p>
<p>Ok, graphics done. What now ? I just realized that there is no mp3 support. No worries. Codeina aka Codec Buddy is there. Just issue &#8216;codeina&#8217; command from command line and a window like this will appear.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/13-codeina-sound-codec-fetcher.jpg" ><img class="alignnone size-medium wp-image-124" title="Codeina Audio Codec Fetcher" src="http://gofedora.com/wp-content/uploads/2007/11/13-codeina-sound-codec-fetcher-620x353.jpg" alt="Codeina Audio Codec Fetcher" width="620" height="353" /></a></p>
<p>Check Fluendo MP3 Audio Decoder and click get selected, accept the license conditions and you&#8217;ll see that codeina is fetching the codecs. [If codeina does not fetch codecs or give error like timeout or some other network error. Try checking your proxy setting in System -&gt; Preferences -&gt; Internet And Network -&gt; Network Proxy . It may help. ]</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/14-codeina-installing-mp3-support.jpg" ><img class="alignnone size-full wp-image-125" title="Codeina Installing MP3 Support" src="http://gofedora.com/wp-content/uploads/2007/11/14-codeina-installing-mp3-support.jpg" alt="Codeina Installing MP3 Support" width="323" height="128" /></a></p>
<p>Ok. Now, codeina has done the job. Lets play some mp3. Note that amarok still can&#8217;t play mp3 files because it uses xine engine. So, you can choose either Totem or Rhythmbox to play your mp3 files. Here is a shot of Rhythmbox. So, Codeina also works out of the box.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/16-rhythmbox-playing-mp3.jpg" ><img class="alignnone size-medium wp-image-126" title="Rhythmbox Playing MP3" src="http://gofedora.com/wp-content/uploads/2007/11/16-rhythmbox-playing-mp3-620x415.jpg" alt="Rhythmbox Playing MP3" width="620" height="415" /></a></p>
<p>Another major improvement in Fedora 8 in audio section is introduction or pulseaudio. Issue command &#8216;pulseaudio&#8217; from command line and you will see a window like this.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/17-pulseaudio-is-just-awesome.jpg" ><img class="alignnone size-medium wp-image-127" title="Pulseaudio Device and Application Control" src="http://gofedora.com/wp-content/uploads/2007/11/17-pulseaudio-is-just-awesome-620x437.jpg" alt="Pulseaudio Device and Application Control" width="620" height="437" /></a></p>
<p>You can control the sound stream from different players or whatever. You can mute individual streams and can even set the default devices for certain streams through this fantastic gui.</p>
<p>Another good thing in Fedora 8 is Eclipse. Eclipse 3.3 is back in Fedora 8. They excluded it from Fedora 7. I am happy to see it back here in Fedora 8.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/07-eclipse-33.jpg" ><img class="alignnone size-full wp-image-128" title="Eclipse In Fedora 8" src="http://gofedora.com/wp-content/uploads/2007/11/07-eclipse-33.jpg" alt="Eclipse In Fedora 8" width="455" height="295" /></a></p>
<p>Another utility that I found helpful is Remote Desktop utility. Launch System -&gt; Preferences -&gt; Internet And Network -&gt; Remote Desktop and you&#8217;ll see a window like this.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/11/10-remote-desktop-utility.jpg" ><img class="alignnone size-full wp-image-129" title="Remote Desktop Utility" src="http://gofedora.com/wp-content/uploads/2007/11/10-remote-desktop-utility.jpg" alt="Remote Desktop Utility" width="396" height="326" /></a></p>
<p>Set your preferences and now you can browse your desktop from anywhere using &#8216;vncviewer &lt;yourIP&gt;:0&#8242;. Though one call always configure vncserver to get that done. But for newbies it&#8217;ll be a great help.</p>
<p>Also, My wireless lan card, Ralink rt2500 WNC-0301 is detected successfully in Fedora 8. But I am not sure whether it works or not, because there is not wifi environment in my lab and I can&#8217;t check it without that. [ Anyway if your wifi card doesn't work, <a href="http://gofedora.com/archives/2007/06/06/howto-configure-wireless-ralink-rt2500-level-wnc-0301-fedora-7/"  target="_blank">here</a> is a howto on installing Ralink rt2500 WNC-0301 using drivers from serailmonkey. ]</p>
<p>Another improvement is that cursor was never invisible. Up to Fedora 7, I suffered cursor invisible problem on first login. [ If you are facing the same problem, add line</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Options <span style="color: #ff0000;">&quot;HWCursor&quot;</span> off</pre></div></div>

<p>to "screens" section in your /etc/X11/xorg.conf file and issue 'gdm-restart' command. It'll be fine afterwards. ]</p>
<p>The boot time has also improved significantly. My Fedora 8 boots in just 45 seconds.</p>
<p>These Fedora 8 Screenshots and other related to Fedora 8 can be reached <a href="http://gofedora.com/wp-content/uploads/linux/Fedora8/" >here</a>.<br />
<h3>Recommended Posts</h3>
<ul class="related_post">
<li><a href="http://gofedora.com/how-to-install-ati-catalyst-fglrx-98-drivers-fedora-11/"  title="How To: Install ATI Catalyst (fglrx) Drivers">How To: Install ATI Catalyst (fglrx) Drivers</a></li>
<li><a href="http://gofedora.com/fedora-12-ati-catalyst-drivers/"  title="Fedora 12 ATI Catalyst Drivers">Fedora 12 ATI Catalyst Drivers</a></li>
<li><a href="http://gofedora.com/how-to-configure-squid-proxy-server/"  title="How To: Configure Squid Proxy Server">How To: Configure Squid Proxy Server</a></li>
<li><a href="http://gofedora.com/news-ati-catalyst-drivers-10-2-released-no-fedora-12-support/"  title="News: ATI Catalyst Drivers 10.2 Released. No Fedora 12 Support.">News: ATI Catalyst Drivers 10.2 Released. No Fedora 12 Support.</a></li>
<li><a href="http://gofedora.com/news-will-ati-catalyst-drivers-9-12-work-with-fedora-12/"  title="News: Will ATI Catalyst Drivers 9.12 work with Fedora 12?">News: Will ATI Catalyst Drivers 9.12 work with Fedora 12?</a></li>
</ul>
<p><a href="http://gofedora.com/" >Fedora Tutorials</a> and <a href="http://cachevideos.com/" >Videocache</a> by <a href="http://saini.co.in/" >Kulbir Saini</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/review-fedora-8-warewolf/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VNC Viewer and Remote Desktop in Recursion</title>
		<link>http://gofedora.com/vnc-viewer-remote-desktop-recursion/</link>
		<comments>http://gofedora.com/vnc-viewer-remote-desktop-recursion/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 15:36:15 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[VNC Viewer]]></category>
		<category><![CDATA[Crazyness]]></category>
		<category><![CDATA[Recursion]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://172.17.8.64/gofedora/?p=115</guid>
		<description><![CDATA[This is a pure act of craziness. The picture speaks itself   Click for big picture.

Related Posts

Humour: Ubuntu is Costlier than Microsoft Windows XP
Bye Bye Windows
How To: Configure Wireless with Ralink (RT2500) Level One WNC 0301 in Fedora Core 4
How To: Remote Desktop to Windows Machine from Linux

Fedora Tutorials and Videocache by Kulbir Saini.
<p><a href="http://gofedora.com/">Fedora Tutorials</a> and <a href="http://cachevideos.com/">Videocache</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a pure act of craziness. The picture speaks itself <img src='http://gofedora.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' title="VNC Viewer and Remote Desktop in Recursion" />  Click for big picture.</p>
<p><a href="http://gofedora.com/wp-content/uploads/2007/10/best-desktop-ever-vncviewer-kde-windows-linux.jpg" ><img class="alignnone size-medium wp-image-136" title="Best Desktop Ever with VNC Viewer, KDE, GNOME, Windows and Linux" src="http://gofedora.com/wp-content/uploads/2007/10/best-desktop-ever-vncviewer-kde-windows-linux-620x465.jpg" alt="Best Desktop Ever with VNC Viewer, KDE, GNOME, Windows and Linux" width="620" height="465" /></a><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://gofedora.com/humour-ubuntu-costlier-microsoft-windows-xp/"  title="Humour: Ubuntu is Costlier than Microsoft Windows XP">Humour: Ubuntu is Costlier than Microsoft Windows XP</a></li>
<li><a href="http://gofedora.com/bye-bye-windows/"  title="Bye Bye Windows">Bye Bye Windows</a></li>
<li><a href="http://gofedora.com/how-to-configure-wireless-ralink-rt2500-level-wnc-0301-fedora-core-4/"  title="How To: Configure Wireless with Ralink (RT2500) Level One WNC 0301 in Fedora Core 4">How To: Configure Wireless with Ralink (RT2500) Level One WNC 0301 in Fedora Core 4</a></li>
<li><a href="http://gofedora.com/how-to-remote-desktop-windows-machine-linux/"  title="How To: Remote Desktop to Windows Machine from Linux">How To: Remote Desktop to Windows Machine from Linux</a></li>
</ul>
<p><a href="http://gofedora.com/" >Fedora Tutorials</a> and <a href="http://cachevideos.com/" >Videocache</a> by <a href="http://saini.co.in/" >Kulbir Saini</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/vnc-viewer-remote-desktop-recursion/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To: Remote Desktop to Windows Machine from Linux</title>
		<link>http://gofedora.com/how-to-remote-desktop-windows-machine-linux/</link>
		<comments>http://gofedora.com/how-to-remote-desktop-windows-machine-linux/#comments</comments>
		<pubDate>Tue, 06 Dec 2005 20:53:16 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[RDesktop]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://172.17.8.64/gofedora/?p=254</guid>
		<description><![CDATA[If you know IP of a windows system and also you have a username and password. Then you can easily work in windows environment of that system from a Linux desktop provided that the remote system is switched on and is booted in windows. Also no one is logged in on that pc because only [...]<p><a href="http://gofedora.com/">Fedora Tutorials</a> and <a href="http://cachevideos.com/">Videocache</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>If you know IP of a windows system and also you have a username and password. Then you can easily work in windows environment of that system from a Linux desktop provided that the remote system is switched on and is booted in windows. Also no one is logged in on that pc because only one person can access the pc at a time through this procedure.</p>
<p>There is a simple command u can launch from a linux terminal and that is..</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>kulbirsaini<span style="color: #000000; font-weight: bold;">@</span>localhost ~<span style="color: #7a0874; font-weight: bold;">&#93;</span> rdesktop <span style="color: #660033;">-f</span>  <span style="color: #7a0874; font-weight: bold;">&#91;</span>IP address of the remote system<span style="color: #7a0874; font-weight: bold;">&#93;</span>   <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>e.g</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>kulbirsaini<span style="color: #000000; font-weight: bold;">@</span>localhost ~<span style="color: #7a0874; font-weight: bold;">&#93;</span> rdesktop <span style="color: #660033;">-f</span> 222.36.226.30 <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>The full screen mode will appear and will ask for your username and password. Enter your password and experience that u r working in windows&#8230;</p>
<p>To return to the Linux press  [ctrl-alt-enter] or go to the start menu and click disconnect. If this doesn&#8217;t work and you get some errors. Then you have to do some setting on the pc you want to access. Go to the pc and boot in windows and login as privileged user who has administrative privileges. Now click start and open my computer and go one directory up. Now right click on the my computer icon and click on properties. A new window will appear and on that window click remote and make sure that there is tick mark on the option &#8220;Allow users to connect remotely.&#8221;<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://gofedora.com/humour-ubuntu-costlier-microsoft-windows-xp/"  title="Humour: Ubuntu is Costlier than Microsoft Windows XP">Humour: Ubuntu is Costlier than Microsoft Windows XP</a></li>
<li><a href="http://gofedora.com/vnc-viewer-remote-desktop-recursion/"  title="VNC Viewer and Remote Desktop in Recursion">VNC Viewer and Remote Desktop in Recursion</a></li>
<li><a href="http://gofedora.com/bye-bye-windows/"  title="Bye Bye Windows">Bye Bye Windows</a></li>
<li><a href="http://gofedora.com/how-to-configure-wireless-ralink-rt2500-level-wnc-0301-fedora-core-4/"  title="How To: Configure Wireless with Ralink (RT2500) Level One WNC 0301 in Fedora Core 4">How To: Configure Wireless with Ralink (RT2500) Level One WNC 0301 in Fedora Core 4</a></li>
</ul>
<p><a href="http://gofedora.com/" >Fedora Tutorials</a> and <a href="http://cachevideos.com/" >Videocache</a> by <a href="http://saini.co.in/" >Kulbir Saini</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/how-to-remote-desktop-windows-machine-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
