<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TRauMa</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TRauMa"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/TRauMa"/>
	<updated>2026-05-13T03:09:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:General_programming_tips&amp;diff=22168</id>
		<title>Talk:General programming tips</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:General_programming_tips&amp;diff=22168"/>
		<updated>2004-03-23T22:21:06Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: layout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I created this page to give the seeking visitor something to start with: a language independent philosophy of programming and a feeling for which languages are common, without going into greater detail. Comments?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Call it &amp;quot;General programming overview&amp;quot;?&lt;br /&gt;
:Still,  it's a useful idea.&lt;br /&gt;
:[[User:Chalupamaster92|Chalupamaster92]] 19:40, Mar 7, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
The pascal and basic entries are a bit lengthy. I didn't include them in the first place because they aren't that important to this particular wiki and I wanted to concentrate on the languages/tools you are likely to find on your system (or, Joe Averages linux box). What do you think about shortening them/making them more fitting to the general style (what lang, when used, where to find). [[User:TRauMa|TRauMa]] 17:19, Mar 23, 2004 (EST)&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:General_programming_tips&amp;diff=6180</id>
		<title>Talk:General programming tips</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:General_programming_tips&amp;diff=6180"/>
		<updated>2004-03-23T22:19:39Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: Rearranging discussion chronologically, call for input on pascal/basic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I created this page to give the seeking visitor something to start with: a language independent philosophy of programming and a feeling for which languages are common, without going into greater detail. Comments?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Call it &amp;quot;General programming overview&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
Still,  it's a useful idea.&lt;br /&gt;
&lt;br /&gt;
[[User:Chalupamaster92|Chalupamaster92]] 19:40, Mar 7, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
The pascal and basic entries are a bit lengthy. I didn't include them in the first place because they aren't that important to this particular wiki and I wanted to concentrate on the languages/tools you are likely to find on your system (or, Joe Averages linux box). What do you think about shortening them/making them more fitting to the general style (what lang, when used, where to find). [[User:TRauMa|TRauMa]] 17:19, Mar 23, 2004 (EST)&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Managing_sessions&amp;diff=3087</id>
		<title>Managing sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Managing_sessions&amp;diff=3087"/>
		<updated>2004-03-06T05:02:20Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;Managing Sessions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;chvt&amp;lt;/u&amp;gt;	   - switches the display to the specified virtual terminal. &lt;br /&gt;
* &amp;lt;u&amp;gt;login&amp;lt;/u&amp;gt;	   - prompts the user for username and password.&lt;br /&gt;
* &amp;lt;u&amp;gt;logout&amp;lt;/u&amp;gt;    - exists the current session and displays the login screen.&lt;br /&gt;
* &amp;lt;u&amp;gt;rlogin&amp;lt;/u&amp;gt;    - enables you to establish a user session on another computer connected to the LAN. Deprecated, safety-hazard. Use [[ssh]] instead.&lt;br /&gt;
* &amp;lt;u&amp;gt;shutdown&amp;lt;/u&amp;gt;  - Shuts down the system. &lt;br /&gt;
* &amp;lt;u&amp;gt;startx&amp;lt;/u&amp;gt;    - This shell script, enables you to start a X session. &lt;br /&gt;
* &amp;lt;u&amp;gt;tty&amp;lt;/u&amp;gt;       - Displays the number of the  terminal device that is currently in use.&lt;br /&gt;
* [[xdm]], [[kdm]], [[gdm]]       - Starting the X (KDE, Gnome) Display Manager &lt;br /&gt;
* &amp;lt;u&amp;gt;xterm&amp;lt;/u&amp;gt;     - Starts the xterm terminal emulation program. requires the X window system.&lt;br /&gt;
* &amp;lt;u&amp;gt;screen&amp;lt;/u&amp;gt;    - Terminal multiplexer. This is somewhat like a virtual terminal, only much more powerful.&lt;br /&gt;
* &amp;lt;u&amp;gt;nohup&amp;lt;/u&amp;gt;     - Prevents programs from getting killed on logout.&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Source_distributions&amp;diff=3484</id>
		<title>Source distributions</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Source_distributions&amp;diff=3484"/>
		<updated>2004-03-06T04:54:20Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: type (grr)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
'''Description:'''&lt;br /&gt;
&lt;br /&gt;
Source based distributions enable the more experienced user to have a considerable degree of control over their system. Compiling and optimizing software for your particular hardware can bring noticeable performance improvements - however, compiling software can be a lengthy process. Another benefit of compiling a package instead of installing a prebuild binary is that some packages have optional parts in them with optional dependencies on other packages, which can be only selected at compile time. If you rely on prebuild packages, you can't make those selections any more. Usually the package maintainer chooses to switch all these options on, something which leads to the so called &amp;quot;dependency hell&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more information on the various Source based distributions, click on the links below.&lt;br /&gt;
&lt;br /&gt;
''This article is a [[LinuxQuestions.org_Wiki:stub_articles|stub]] and needs to be finished. [[LinuxQuestions.org_Wiki:plunging_forward|Plunge forward]] and [[LinuxQuestions.org_Wiki:How_to_edit_a_page|help it grow]] !''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''Links:'''&lt;br /&gt;
&lt;br /&gt;
*[[Gentoo]]&lt;br /&gt;
*[[Source_Mage]]&lt;br /&gt;
*[[Linux_From_Scratch]]&lt;br /&gt;
*[[Slackware]]&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Source_distributions&amp;diff=1719</id>
		<title>Source distributions</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Source_distributions&amp;diff=1719"/>
		<updated>2004-03-06T04:53:20Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: added info bout optional (compile time) features&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
'''Description:'''&lt;br /&gt;
&lt;br /&gt;
Source based distributions enable the more experienced user to have a considerable degree of control over their system. Compiling and optimizing software for your particular hardware can bring noticeable performance improvements - however, compiling software can be a lengthy process. Another benefit of compiling a package instead of installing a prebuild binary is that some packages have optional parts in them with optional dependencies on other packages, which can be only selected at compile time. If you rely on prebuild packages, you can't make those selections any more. Usually the packe maintainer chooses to switch all these options on, something which leads to the so called &amp;quot;dependency hell&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more information on the various Source based distributions, click on the links below.&lt;br /&gt;
&lt;br /&gt;
''This article is a [[LinuxQuestions.org_Wiki:stub_articles|stub]] and needs to be finished. [[LinuxQuestions.org_Wiki:plunging_forward|Plunge forward]] and [[LinuxQuestions.org_Wiki:How_to_edit_a_page|help it grow]] !''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''Links:'''&lt;br /&gt;
&lt;br /&gt;
*[[Gentoo]]&lt;br /&gt;
*[[Source_Mage]]&lt;br /&gt;
*[[Linux_From_Scratch]]&lt;br /&gt;
*[[Slackware]]&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Programming_tips_%26_tricks&amp;diff=2633</id>
		<title>Talk:Programming tips &amp; tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Programming_tips_%26_tricks&amp;diff=2633"/>
		<updated>2004-03-06T04:46:05Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Love the ifconfig&amp;gt;grep&amp;gt;awk command! But it's not necessary to be root on my box - I don't think my perms are screwed up, but it's possible.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 17:26, Mar 1, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Me again. This section seems kind of sparse. Is it maybe due to people not wanting to just plop down any old tip in the middle of nowhere? What do folks think of the idea of moving 'scripting' over here as 'shell scripting' and coming up with some more subcategories. I know it seems paradoxical to categorize very little content, but maybe that'll shake loose some tips from folks.&lt;br /&gt;
&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 01:41, Mar 5, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
That's a pretty big maybe Digiot. But having shell scripting here would be nice. How about letting folks jot down other tips too. I mean not restricting folks to just Programming. Maybe tips about using some GUI tool and things like that.&lt;br /&gt;
&lt;br /&gt;
What say?&lt;br /&gt;
&lt;br /&gt;
[[User:Linuxlala|Linuxlala]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Given that this page/subject will grow in time, one possibility would be to have category links to separate pages for each programming language rather than having all the content on one page - you could of course bring some order to a page with ''sections'' and a ''T.O.C'' - however, even a T.O.C  can become excessively large after some time - so , much as we're going to ''only'' have main categories on the Applications page, we should only have main category links on this page - candidates would be C/C++/Java/Python/Perl/BASH_scripting etc etc etc etc etc, plenty of scope for other categories aswell...&lt;br /&gt;
&lt;br /&gt;
[[User:Skyline|Skyline]] 09:42, Mar 5, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think the IP trick should go under networking. If anyone agrees, please move it there. BTW: I have gentoo and debian stable, neither has any permissions screwed up, and the ifconfig works.&lt;br /&gt;
[[User:Koody|Koody]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Please place entries in order. We probably should have done inverse order but, unless and until there's a general change, let's keep it in order. I agree - a simple usage of ifconfig doesn't require root - only that sbin be on your path or that you give the full path.&lt;br /&gt;
&lt;br /&gt;
Looks like I'm late to the discussion as far as the rest. Sure, gone for it! ;)&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 21:18, Mar 5, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
What about it now? Sorry for changing right away, but I only remembered to look here after I already had changed the page.&lt;br /&gt;
&lt;br /&gt;
[[User:TRauMa|TRauMa]] 23:46, Mar 5, 2004 (EST)&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Programming_tips_%26_tricks&amp;diff=1826</id>
		<title>Programming tips &amp; tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Programming_tips_%26_tricks&amp;diff=1826"/>
		<updated>2004-03-06T04:40:17Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: some beautification, added java&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Programming Tips &amp;amp; Tricks ==&lt;br /&gt;
* [[General tips]]&lt;br /&gt;
=== Scripting languages ===&lt;br /&gt;
* [[python tips|Python]]&lt;br /&gt;
* [[php tips|PHP]]&lt;br /&gt;
* [[perl tips|Perl]]&lt;br /&gt;
* [[ruby tips|Ruby]]&lt;br /&gt;
* [[bash tips|Shell]]&lt;br /&gt;
=== Compiled languages ===&lt;br /&gt;
* [[C/C_plus_plus tips|C/C++ tips]]&lt;br /&gt;
* [[Java tips|Java]]&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:General_programming_tips&amp;diff=3164</id>
		<title>Talk:General programming tips</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:General_programming_tips&amp;diff=3164"/>
		<updated>2004-03-06T04:36:08Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: Call for comments&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I created this page to give the seeking visitor something to start with: a language independent philosophy of programming and a feeling for which languages are common, without going into greater detail. Comments?&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=General_programming_tips&amp;diff=1708</id>
		<title>General programming tips</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=General_programming_tips&amp;diff=1708"/>
		<updated>2004-03-06T04:33:40Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unix Philosophy ==&lt;br /&gt;
&lt;br /&gt;
If you are familiar with programming under different operating systems than linux, you may notice subtle differences regarding the philosophy of the system. A good introductionary read is the free book by Eric S. Raymond, [http://www.catb.org/~esr/writings/taoup/ &amp;quot;The Art of Unix Programming&amp;quot;], particulary the chapter about the [http://www.catb.org/~esr/writings/taoup/html/ch01s06.html &amp;quot;Unix philosophy&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Available languages ==&lt;br /&gt;
If you wonder about what languages you can expect to be already installed on a typical linux, here is a short list:&lt;br /&gt;
&lt;br /&gt;
* [[C/C_plus_plus_tips|C]]: From linux kernel to utilities, many of the binaries on a typical linux system are written in C. You can expect the C standard library on every [[POSIX]] conforming system, and a C compiler on most of them.&lt;br /&gt;
&lt;br /&gt;
* [[C/C_plus_plus_tips|C++]]: Many of the larger open source projects are written in C++, and again you will find the standard library on virtually every system, and more often than not a compiler.&lt;br /&gt;
&lt;br /&gt;
* [[Java_tips|Java]]: There are many systems with the Java Runtime Enviroment installed, but low footprint server enviroments sometimes omit it.&lt;br /&gt;
&lt;br /&gt;
* [[Bash_tips|Shell]]: Every linux system has a shell which you can write programs for, the famous shell scripts. Most popular are bash and csh, which understand a common syntax subset, but sometimes differ greatly.&lt;br /&gt;
&lt;br /&gt;
* [[Perl_tips|Perl]]: If the typical shell script wont do, the most widespread scripting language used is perl. It is widely deployed and used for many purposes.&lt;br /&gt;
&lt;br /&gt;
* [[Python_tips|Python]]: Though not as common as perl, most distributions install python by default, some of them even rely on it for their base system.&lt;br /&gt;
&lt;br /&gt;
Of course it shouldn't be difficult to install development tools for your favourite language, and usually the user won't notice which language you wrote the software in, at least if it's compiled (and not interpreted).&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=General_programming_tips&amp;diff=1705</id>
		<title>General programming tips</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=General_programming_tips&amp;diff=1705"/>
		<updated>2004-03-06T04:31:42Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: Some quick overview about programing on linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unix Philosophy ==&lt;br /&gt;
&lt;br /&gt;
If you are familiar with programing under different operating systems than linux, you may notice subtle differences regarding the philosophy of the system. A good introductionary read is the free book by Eric S. Raymond, [http://www.catb.org/~esr/writings/taoup/ &amp;quot;The Art of Unix Programming&amp;quot;], particulary the chapter about the [http://www.catb.org/~esr/writings/taoup/html/ch01s06.html &amp;quot;Unix philosophy&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Available languages ==&lt;br /&gt;
If you wonder about what languages you can expect to be already installed on a typical linux, here is a short list:&lt;br /&gt;
&lt;br /&gt;
* [[C/C_plus_plus_tips|C]]: From linux kernel to utilities, many of the binaries on a typical linux system are written in C. You can expect the C standard library on every [[POSIX]] conforming system, and a C compiler on most of them.&lt;br /&gt;
&lt;br /&gt;
* [[C/C_plus_plus_tips|C++]]: Many of the larger open source projects are written in C++, and again you will find the standard library on virtually every system, and more often than not a compiler.&lt;br /&gt;
&lt;br /&gt;
* [[Java_tips|Java]]: There are many systems with the Java Runtime Enviroment installed, but low footprint server enviroments sometimes omit it.&lt;br /&gt;
&lt;br /&gt;
* [[Bash_tips|Shell]]: Every linux system has a shell which you can write programs for, the famous shell scripts. Most popular are bash and csh, which understand a common syntax subset, but sometimes differ greatly.&lt;br /&gt;
&lt;br /&gt;
* [[Perl_tips|Perl]]: If the typical shell script wont do, the most widespread scripting language used is perl. It is widely deployed and used for many purposes.&lt;br /&gt;
&lt;br /&gt;
* [[Python_tips|Python]]: Though not as common as perl, most distributions install python by default, some of them even rely on it for their base system.&lt;br /&gt;
&lt;br /&gt;
Of course it shouldn't be difficult to install development tools for your favourite lamguage, and usually the user won't notice which language you wrote the software in, at least if it's compiled (and not interpreted).&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:TRauMa&amp;diff=22145</id>
		<title>User talk:TRauMa</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:TRauMa&amp;diff=22145"/>
		<updated>2004-03-06T03:42:47Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to talk to me, here is the place.&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:TRauMa&amp;diff=22141</id>
		<title>User:TRauMa</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:TRauMa&amp;diff=22141"/>
		<updated>2004-03-06T03:39:20Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A wiki where you have to login to post is no real wiki.&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Remote_desktop_connection&amp;diff=1987</id>
		<title>Remote desktop connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Remote_desktop_connection&amp;diff=1987"/>
		<updated>2004-03-06T03:36:21Z</updated>

		<summary type="html">&lt;p&gt;TRauMa: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[ssh]] - SSH (secure shell) is one of the best remote login clients and servers.  SSH can be used for a terminal or console session (a command prompt) like Telnet, but can also be configured to &amp;quot;tunnel&amp;quot; X-Windows applications as well.  This would allow a user to, for example, log in to a remote system and launch a graphical application and have the application appear on the users system.  In such a scenario, the application would appear but NOT the full desktop environment (such as Gnome or KDE).&lt;br /&gt;
&lt;br /&gt;
[[VNC]] - VNC is not as secure as ssh, but is easier to use and configure.  VNC is  designed primarily to forward an entire GUI environment (including Gnome or KDE if they are in use).&lt;br /&gt;
&lt;br /&gt;
[[XDMCP]] - XDMCP allows remote logins through an X display manager such as Gnome's GDM (so long as the option is enabled). While insecure, this can still be useful on trusted networks where you want to create a simple terminal to your main desktop.&lt;br /&gt;
&lt;br /&gt;
[[Telnet]] - Telnet was one of the earliest attempts at remote administration.  It is now considered inherently insecure (it sends everything in clear text) and largely obsolete, but may have some niche uses on trusted networks.  Telnet provides only a console session with no capability of forwarding X-Windows applications or GUI environments.&lt;br /&gt;
&lt;br /&gt;
[[rdesktop]] - RDesktop is a Linux client that can attach to a Windows Terminal Server or to the built in Remote Desktop capability of Windows 2000 and Windows XP.  It is ideal for many who prefer to work from a Linux system, but who have an occasional need to access a Windows machine.  RDesktop replicates the full Windows  desktop in a window within Linux.&lt;/div&gt;</summary>
		<author><name>TRauMa</name></author>
	</entry>
</feed>