Last modified by loktevda on 2025/10/08 17:24

From version 12.4
edited by loktevda
on 2025/09/08 14:53
Change comment: There is no comment for this version
To version 11.3
edited by loktevda
on 2025/09/08 14:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc numbered="true"/}}
1 +{{toc/}}
2 2  
3 3  
4 4  **Current Operating System: Ubuntu 24.04 LTS **
... ... @@ -10,9 +10,10 @@
10 10  **Need login credentials functional accounts or support?**
11 11  
12 12  * **Email:** [[darya.loktev@desy.de>>mailto:darya.loktev@desy.de]]
13 -* **In-person support:** Come to room 02.015
13 +* **In-person support:** Come to
14 14  
15 -== Paths of the mounts ==
15 +==
16 +Paths of the mounts ==
16 16  
17 17  Since the path's are not in the fstab anymore, one have to know the paths which are:
18 18  
... ... @@ -31,26 +31,8 @@
31 31  
32 32  == How to take screenshots ==
33 33  
34 -Ubuntu 24 provides several convenient keyboard shortcuts for capturing screenshots:
35 +Shortcuts of the Screenshots:
35 35  
36 -=== Keyboard Shortcuts ===
37 -
38 -{{{
39 - }}}
40 -
41 -|=Shortcut|=Action
42 -|PrtScn|Capture entire desktop
43 -|Alt + PrtScn|Capture active window only
44 -|Shift + PrtScn|Capture selected area
45 -|Ctrl + PrtScn|Copy screenshot to clipboard
46 -
47 -=== How to Use Area Selection ===
48 -
49 -1. Press Shift + PrtScn
50 -1. Your cursor changes to a crosshair
51 -1. Click and drag to select the area you want to capture
52 -1. Release to take the screenshot
53 -
54 54  [[image:attach:Screenshot from 2020-01-22 10-16-28.png||height="250"]]
55 55  
56 56  Easy to take screenshots of the full Desktop, only the active window or just an area. In area mode your cursor turns into a crosshair and you have to mark the area you want to take a screen of.
... ... @@ -92,27 +92,8 @@
92 92  
93 93  == How to change the language ==
94 94  
95 -== Additional Tips ==
78 +Under "Manage Installed Languages" one can install Languages:
96 96  
97 -=== Terminal Best Practices ===
98 -
99 -* Use Ctrl + C to cancel running commands
100 -* Use Ctrl + Z to suspend processes (resume with fg)
101 -* Use history to view command history
102 -* Use Tab for auto-completion
103 -
104 -=== File System Navigation ===
105 -
106 -* Use pwd to show current directory
107 -* Use ls -la for detailed file listings
108 -* Use cd - to return to previous directory
109 -
110 -=== Getting Help ===
111 -
112 -* Use man <command> for manual pages
113 -* Use <command> ~-~-help for quick help
114 -* Use apropos <keyword> to find related commands
115 -
116 116  [[image:attach:Screenshot from 2020-01-24 13-29-16.png||height="400"]]
117 117  
118 118  {{error}}