Linux 2 Ch 4- Graphical desktops Flashcards

(21 cards)

1
Q

DISPLAY

A

The DISPLAY variable can be used to run graphical programs on a server once connectivity to a remote machine has been established.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Gnome

A

The GNOME Desktop is one of the most popular Desktop Environments that runs on the Linux Operating System and provides a GUI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

KDE

A

The KDE (K Desktop Environment), named as a wordplay on the UNIX-based CDE (Common Desktop Environment), has a very rich suite of programs and applications. KDE is mostly written in C++ and Qt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

RDP

A

RDP (Remote Desktop Protocol) is a proprietary protocol developed by Microsoft™ for use with its Remote Desktop Connection© software included with Windows©. In order to interface with Windows systems, Linux systems are able to use various clients, including rdesktop and xfreerdp.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Spice

A

Spice is an open source guest, server, protocol, and client; the guest is an interface to a kernel virtual machine (KVM).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

VNC

A

VNC is an open source, platform-independent graphical desktop sharing program originally written by Olivetti & Oracle Research Lab. It relies upon the Remote Frame Buffer protocol to transmit graphics across a network to a remote host.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

X11

A

Refers to the X (Windows X) protocol version 11 which has been forked to the Xorg project. However the term X11 is still used to refer to the process of sending graphics over a network connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

XDMCP

A

XDMCP is a protocol built into Xorg, used to share a remote screen, similar to X11-Forwarding over SSH.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Xfce

A

Xfce is a lightweight desktop environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

xauth

A

For an X server to be able to forward graphical programs to another computer, an authorization file must be referred to. The xauth command generates an MIT Magic Cookie which is typically stored in a hidden file called .Xauthority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

xhost

A

In order to allow a connection from a remote machine, the xhost command can be executed to add a host to be permitted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following is not a feature of the Gnome desktop environment?
Animation
Window transparency
Window snapping
Load time and responsiveness

A

Load time and responsiveness

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Xfce is not ideal for older computers with less RAM and slower video cards.
True or False?
True
False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The Debian-derived KDE package name for a particular language follows the form:
kde-i18n-locale-code
kde-locale-code-i18n
kde-locale-code
kde-i18n-locale

A

kde-i18n-locale-code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The ___________ is the GUI component that users tend to interact with.
Display server
Desktop environment
Display manager
Window manager

A

Desktop environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The __________ is the default Desktop Environment on Debian distributions.
VNC
Gnome
Xfce
KDE

17
Q

The Xfce Desktop environment requires high-end computer systems with abundant resources.
True or False?
True
False

18
Q

Which of the commands will open a secure X11 graphical session on a remote host?
telnet -X remote@192.168.0.7
ssh remote@192.168.0.7
ssh -X remote@192.168.0.7
remote -X @192.168.0.7

A

ssh -X remote@192.168.0.7

19
Q

RDP is an open source protocol included in Microsoft Windows.
True or False?
True
False

20
Q

The _________ tool can be used to remove unused languages and fonts to free up resources.
X11
groupinstall
SSH
localpurge

21
Q

The program which allows an X server to forward graphical programs to another computer is called _________.
ssh
xauth
MIT-Magic-Cookie
xhost