Changes for page Linux User Consoles How-Tos
Last modified by loktevda on 2025-12-09 15:46
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{toc/}} 1 +{{toc numbered="true"/}} 2 2 3 3 4 4 **Current Operating System: Ubuntu 24.04 LTS ** ... ... @@ -16,11 +16,6 @@ 16 16 17 17 **The Desktop will be shared** - please use Desktop shared folders for file storage and collaboration. 18 18 19 - 20 -In case the Gnome graphic user interface is frozen, restart the X server by pressing the following 4 keys simultaneously: Ctr, Alt, SysReq, K. or Wndows taskbar 21 - 22 - 23 - 24 24 == Application Access Changes == 25 25 26 26 **Application access has changed:** Applications are no longer accessed via Desktop icons. Instead, applications are now accessed through **Dashboard pins**. ... ... @@ -27,7 +27,8 @@ 27 27 Look for the Dashboard left (Activities overview) to find and launch your applications. 28 28 [[image:Screenshot from 2025-05-06 13-10-38.png||height="368" width="600"]] 29 29 30 -== Paths of the mounts == 25 +== 26 +Paths of the mounts == 31 31 32 32 Since the path's are not in the fstab anymore, one have to know the paths which are: 33 33 ... ... @@ -54,7 +54,7 @@ 54 54 }}} 55 55 56 56 |=Shortcut|=Action 57 -| FN +PrtScn|Capture entire desktop53 +|PrtScn|Capture entire desktop 58 58 |Alt + PrtScn|Capture active window only 59 59 |Shift + PrtScn|Capture selected area 60 60 |Ctrl + PrtScn|Copy screenshot to clipboard ... ... @@ -107,7 +107,7 @@ 107 107 108 108 == Additional Tips == 109 109 110 -=== =Terminal Best Practices ====106 +=== Terminal Best Practices === 111 111 112 112 * Use Ctrl + C to cancel running commands 113 113 * Use Ctrl + Z to suspend processes (resume with fg) ... ... @@ -114,20 +114,16 @@ 114 114 * Use history to view command history 115 115 * Use Tab for auto-completion 116 116 117 -=== =File System Navigation ====113 +=== File System Navigation === 118 118 119 119 * Use pwd to show current directory 120 120 * Use ls -la for detailed file listings 121 121 * Use cd - to return to previous directory 122 122 123 -=== =Getting Help ====119 +=== Getting Help === 124 124 125 125 * Use man <command> for manual pages 126 126 * Use <command> ~-~-help for quick help 127 127 * Use apropos <keyword> to find related commands 128 128 129 -==== JDDD Issues ==== 130 - 131 -* ((( 132 - When starting the application, I want to check whether another instance is already running so that it does not open multiple windows or panels at the same time, which could cause an Out-Of-Memory error. If another instance is running, the new one should either close the existing instance safely or terminate the Java process (e.g., using killall java or via Task Manager). 133 -))) 125 +