Last modified by loktevda on 2025-12-09 15:46

From version 20.1
edited by loktevda
on 2025-10-30 10:36
Change comment: There is no comment for this version
To version 14.4
edited by loktevda
on 2025-09-09 10:23
Change comment: There is no comment for this version

Summary

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,12 +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 -
25 25  == Application Access Changes ==
26 26  
27 27  **Application access has changed:** Applications are no longer accessed via Desktop icons. Instead, applications are now accessed through **Dashboard pins**.
... ... @@ -28,7 +28,8 @@
28 28  Look for the Dashboard left (Activities overview) to find and launch your applications.
29 29  [[image:Screenshot from 2025-05-06 13-10-38.png||height="368" width="600"]]
30 30  
31 -== Paths of the mounts ==
25 +==
26 +Paths of the mounts ==
32 32  
33 33  Since the path's are not in the fstab anymore, one have to know the paths which are:
34 34  
... ... @@ -55,7 +55,7 @@
55 55   }}}
56 56  
57 57  |=Shortcut|=Action
58 -|PrtScn or FN +PrtScn|Capture entire desktop
53 +|PrtScn|Capture entire desktop
59 59  |Alt + PrtScn|Capture active window only
60 60  |Shift + PrtScn|Capture selected area
61 61  |Ctrl + PrtScn|Copy screenshot to clipboard
... ... @@ -108,7 +108,7 @@
108 108  
109 109  == Additional Tips ==
110 110  
111 -==== Terminal Best Practices ====
106 +=== Terminal Best Practices ===
112 112  
113 113  * Use Ctrl + C to cancel running commands
114 114  * Use Ctrl + Z to suspend processes (resume with fg)
... ... @@ -115,13 +115,13 @@
115 115  * Use history to view command history
116 116  * Use Tab for auto-completion
117 117  
118 -==== File System Navigation ====
113 +=== File System Navigation ===
119 119  
120 120  * Use pwd to show current directory
121 121  * Use ls -la for detailed file listings
122 122  * Use cd - to return to previous directory
123 123  
124 -==== Getting Help ====
119 +=== Getting Help ===
125 125  
126 126  * Use man <command> for manual pages
127 127  * Use <command> ~-~-help for quick help