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

From version 11.3
edited by loktevda
on 2025/09/08 14:14
Change comment: There is no comment for this version
To version 13.1
edited by loktevda
on 2025/09/08 14:54
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 **
... ... @@ -10,10 +10,9 @@
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
13 +* **In-person support:** Come to room 02.015
14 14  
15 -==
16 -Paths of the mounts ==
15 +== Paths of the mounts ==
17 17  
18 18  Since the path's are not in the fstab anymore, one have to know the paths which are:
19 19  
... ... @@ -32,8 +32,26 @@
32 32  
33 33  == How to take screenshots ==
34 34  
35 -Shortcuts of the Screenshots:
34 +Ubuntu 24 provides several convenient keyboard shortcuts for capturing screenshots:
36 36  
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 +
37 37  [[image:attach:Screenshot from 2020-01-22 10-16-28.png||height="250"]]
38 38  
39 39  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.
... ... @@ -73,12 +73,25 @@
73 73  The "-" implicates that it is a login shell. At example you need the login shell to use all your own variables. If you just change user etc. without it, it may happen that - at example - you don't have permissions to geht dconf work because of some variables still got owned by the previous user.
74 74  
75 75  
76 -== How to change the language ==
93 +== Additional Tips ==
77 77  
78 -Under "Manage Installed Languages" one can install Languages:
95 +=== Terminal Best Practices ===
79 79  
80 -[[image:attach:Screenshot from 2020-01-24 13-29-16.png||height="400"]]
97 +* Use Ctrl + C to cancel running commands
98 +* Use Ctrl + Z to suspend processes (resume with fg)
99 +* Use history to view command history
100 +* Use Tab for auto-completion
81 81  
82 -{{error}}
83 -But be aware that support is only for german/english. So if you don't understand something and theres a language like italian, korean etc. the chance is low to find someone who can understand this. So then we have to change the languages before and this needs a restart of the session.
84 -{{/error}}
102 +=== File System Navigation ===
103 +
104 +* Use pwd to show current directory
105 +* Use ls -la for detailed file listings
106 +* Use cd - to return to previous directory
107 +
108 +=== Getting Help ===
109 +
110 +* Use man <command> for manual pages
111 +* Use <command> ~-~-help for quick help
112 +* Use apropos <keyword> to find related commands
113 +
114 +