Command Line

Many applications can be started from the desktop but the true power of Linux stil resides in the shell (bash). The following commands are worth knowing:

Remote Desktop

xfreerdp --sec rdp -d D -g "90%" -k de -a 16 <system>

initiates a secure (--sec rdp) remote desktop session on <system&gt; using 16 bit color depth (-a 16), German keyboard layout (-k de) and 90% of your desktop as size (-g 90%) and switch the workgroup to D (-d D).

Page URL: https://www.isg.inf.ethz.ch/bin/view/Main/HelpDesktopsAndLaptopsLinuxCommandLine
2024-03-29
© 2024 Eidgenössische Technische Hochschule Zürich