Wiki source code of Linux User Consoles How-Tos

Version 11.6 by loktevda on 2025/09/08 14:49

Hide last authors
loktevda 11.5 1 {{toc numbered="true"/}}
sendels 1.1 2
3
loktevda 11.2 4 **Current Operating System: Ubuntu 24.04 LTS **
5
6 This guide provides essential how-to instructions for Ubuntu 24.04 LTS users working with the Linux console FSFL.
7
loktevda 11.3 8 == Access Information ==
9
10 **Need login credentials functional accounts or support?**
11
12 * **Email:** [[darya.loktev@desy.de>>mailto:darya.loktev@desy.de]]
loktevda 11.4 13 * **In-person support:** Come to room 02.015
loktevda 11.3 14
loktevda 11.5 15 == Paths of the mounts ==
loktevda 11.2 16
sendels 1.1 17 Since the path's are not in the fstab anymore, one have to know the paths which are:
18
19 FLASH Core-FS:
20
sendels 2.1 21 **/asap3/flash/gpfs**
sendels 1.1 22
23 FLASH-O Core-FS:
24
25 **/asap3/fs-flash-o/gpfs**
26
27 pnfs:
28
loktevda 11.1 29 **/pnfs/desy.de/flash1**
sendels 1.1 30
sendels 3.1 31
32 == How to take screenshots ==
33
loktevda 11.6 34 Ubuntu 24 provides several convenient keyboard shortcuts for capturing screenshots:
sendels 3.1 35
loktevda 11.6 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
sendels 3.1 54 [[image:attach:Screenshot from 2020-01-22 10-16-28.png||height="250"]]
55
sendels 9.1 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.
sendels 3.1 57
sendels 9.1 58 In the above picture i used alt+print, for the following i used shift+print, so you see its just an area:
sendels 3.1 59
60 [[image:attach:Screenshot from 2020-01-22 10-16-02.png||height="250"]]
61
62
63 == How to change colors in terminal ==
64
65 In the Terminal click on "Edit" → "Preferences". A new window opens and there you click on the tab "Profiles". After this click on "Edit" to change the used profile:
66
67 [[image:attach:Screenshot from 2020-01-22 10-18-49.png||height="250"]]
68
69 In the tab "Colors" you can change the colors from system themed to your own favorite:
70
71 [[image:attach:Screenshot from 2020-01-22 10-19-13.png||height="250"]]
72
loktevda 11.1 73 In my case on my computer i use green text and black background with a much more colored stuff [[image:http://confluence.desy.de/s/en_US/7901/4635873c8e185dc5df37b4e2487dfbef570b5e2c/_/images/icons/emoticons/smile.svg||border="0" title="(smile)" class="emoticon emoticon-smile"]]
sendels 3.1 74
sendels 5.1 75 [[image:attach:Screenshot from 2020-01-24 09-06-40.png||height="112"]]
76
loktevda 11.1 77 (One can edit some coloring-the-terminal stuff in the .bashrc, too! But this isn't the topic in here [[image:http://confluence.desy.de/s/en_US/7901/4635873c8e185dc5df37b4e2487dfbef570b5e2c/_/images/icons/emoticons/smile.svg||border="0" title="(smile)" class="emoticon emoticon-smile"]])
sendels 5.1 78
sendels 3.1 79
80 == How to run the Shell as a login shell ==
81
82 In the editing Profile Windows (see picture above) click on the Tab "Command" and check the "Run command as a login shell":
83
84 [[image:attach:Screenshot from 2020-01-22 10-19-44.png||height="250"]]
85
86 To see if you are running with or without login you can use the command "echo $0":
87
sendels 8.1 88 [[image:attach:Screenshot from 2020-01-22 10-20-29.png]]
sendels 3.1 89
90 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.
sendels 7.1 91
92
sendels 10.1 93 == How to change the language ==
sendels 7.1 94
sendels 8.1 95 Under "Manage Installed Languages" one can install Languages:
96
97 [[image:attach:Screenshot from 2020-01-24 13-29-16.png||height="400"]]
98
99 {{error}}
100 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.
101 {{/error}}