Posts Tagged ‘Remote Access’

Attached to an Additional Desktop running on Older Fedora Versions

Thursday, June 25, 2009 18:19 No Comments

If you are connecting to the remote desktop running on an older version of Fedora, when the desktop appears you may notice that it doesn’t look much like the standard desktop:

The problem here is that we need to configure the VNC session to launch the correct desktop. To do this shutdown the VNC desktop session [...]

This was posted under category: Apache server, How to, Knowledge, Linux system, Tutorials Tags: , , ,

Covered remote access to the primary desktop

Thursday, June 25, 2009 18:16 No Comments

In the examples so far we have only covered remote access to the primary desktop. By primary desktop we mean the desktop you see when you sit at your computer and turn on the monitor. While this is fine for a single user system we should not lose sight of the fact that Linux is [...]

This was posted under category: Apache server, How to, Knowledge, Linux system, Tutorials Tags: , , ,

Fedora Linux Desktop, Remote Access, Remote Access Desktop, Remote Access Protocols

Thursday, June 25, 2009 18:14 No Comments

A similar approach is taken to establishing a secure desktop session from a Windows system. Assuming that you have a VNC client installed (as described above) the one remaining requirement is a Windows ssh client. A populuar ssh client for Windows is (PuTTY).
Once PuTTY is downloaded and installed the first step is to set up [...]

This was posted under category: Apache server, How to, Knowledge, Linux system, Tutorials Tags: , , ,

Establishing a Secure Remote Desktop Session

Thursday, June 25, 2009 18:10 No Comments

The remote desktop configurations we have explored so far in this chapter are considered to be insecure because no encryption is used. This is acceptable when the remote connection does not extend outside of an internal network protected by a firewall. When a remote session is required over an internet connection a more secure option [...]

This was posted under category: Apache server, How to, Knowledge, Linux system, Tutorials Tags: , , ,

Accessing a Remote Fedora Linux Desktop from a Windows System

Thursday, June 25, 2009 18:09 No Comments

In order to access a Linux remote desktop from a Windows system the first step is to install a Windows VNC client on the Windows system. There are a number of VNC packages available for Windows. In this chapter we will look at TightVNC.
Download and install TightVNC on your Windows system. Once installed, launch the [...]

This was posted under category: Apache server, How to, Knowledge, Linux system, Tutorials Tags: , , ,

Accessing a Remote Fedora Linux Desktop using vncviewer

Thursday, June 25, 2009 18:07 No Comments

For ystems on which the vinagre tool is not available, the vncviewer tool can be used to access remote desktops. This tool can be installed on Fedora using the following command sequence in a terminal window:
su - yum install tigervnc
The vncviewer tool is available for a wide range of operating systems and quick internet search [...]

This was posted under category: Apache server, How to, Knowledge, Linux system, Tutorials Tags: , , ,

Accessing a Remote Fedora Linux Desktop using Vinagre

Thursday, June 25, 2009 18:05 No Comments

As mentioned previously there are both secure and insecure methods for accessing a remote desktop. In this section we assume that the desktop is being accessed by a remote system on the same local network where security is not a concern. See the section later in this chapter for establishing a secure connection if you [...]

This was posted under category: Apache server, How to, Knowledge, Linux system, Tutorials Tags: , , ,