Wiki source code of Linux User Consoles How-Tos
                  Version 11.2 by loktevda on 2025/09/08 14:11
              
      Hide last authors
| author | version | line-number | content | 
|---|---|---|---|
|                              | 
      1.1 | 1 | {{toc/}} | 
| 2 | |||
| 3 | |||
|                              | 
      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 | |||
| 8 | == | ||
| 9 | Paths of the mounts == | ||
| 10 | |||
|        | 
      1.1 | 11 | Since the path's are not in the fstab anymore, one have to know the paths which are: | 
| 12 | |||
| 13 | FLASH Core-FS: | ||
| 14 | |||
|        | 
      2.1 | 15 | **/asap3/flash/gpfs** | 
|        | 
      1.1 | 16 | |
| 17 | FLASH-O Core-FS: | ||
| 18 | |||
| 19 | **/asap3/fs-flash-o/gpfs** | ||
| 20 | |||
| 21 | pnfs: | ||
| 22 | |||
|        | 
      11.1 | 23 | **/pnfs/desy.de/flash1** | 
|        | 
      1.1 | 24 | |
|        | 
      3.1 | 25 | |
| 26 | == How to take screenshots == | ||
| 27 | |||
| 28 | Shortcuts of the Screenshots: | ||
| 29 | |||
| 30 | [[image:attach:Screenshot from 2020-01-22 10-16-28.png||height="250"]] | ||
| 31 | |||
|        | 
      9.1 | 32 | 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. | 
|        | 
      3.1 | 33 | |
|        | 
      9.1 | 34 | In the above picture i used alt+print, for the following i used shift+print, so you see its just an area: | 
|        | 
      3.1 | 35 | |
| 36 | [[image:attach:Screenshot from 2020-01-22 10-16-02.png||height="250"]] | ||
| 37 | |||
| 38 | |||
| 39 | == How to change colors in terminal == | ||
| 40 | |||
| 41 | 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: | ||
| 42 | |||
| 43 | [[image:attach:Screenshot from 2020-01-22 10-18-49.png||height="250"]] | ||
| 44 | |||
| 45 | In the tab "Colors" you can change the colors from system themed to your own favorite: | ||
| 46 | |||
| 47 | [[image:attach:Screenshot from 2020-01-22 10-19-13.png||height="250"]] | ||
| 48 | |||
|        | 
      11.1 | 49 | 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"]] | 
|        | 
      3.1 | 50 | |
|        | 
      5.1 | 51 | [[image:attach:Screenshot from 2020-01-24 09-06-40.png||height="112"]] | 
| 52 | |||
|        | 
      11.1 | 53 | (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"]]) | 
|        | 
      5.1 | 54 | |
|        | 
      3.1 | 55 | |
| 56 | == How to run the Shell as a login shell == | ||
| 57 | |||
| 58 | In the editing Profile Windows (see picture above) click on the Tab "Command" and check the "Run command as a login shell": | ||
| 59 | |||
| 60 | [[image:attach:Screenshot from 2020-01-22 10-19-44.png||height="250"]] | ||
| 61 | |||
| 62 | To see if you are running with or without login you can use the command "echo $0": | ||
| 63 | |||
|        | 
      8.1 | 64 | [[image:attach:Screenshot from 2020-01-22 10-20-29.png]] | 
|        | 
      3.1 | 65 | |
| 66 | 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. | ||
|        | 
      7.1 | 67 | |
| 68 | |||
|        | 
      10.1 | 69 | == How to change the language == | 
|        | 
      7.1 | 70 | |
|        | 
      8.1 | 71 | Under "Manage Installed Languages" one can install Languages: | 
| 72 | |||
| 73 | [[image:attach:Screenshot from 2020-01-24 13-29-16.png||height="400"]] | ||
| 74 | |||
| 75 | {{error}} | ||
| 76 | 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. | ||
| 77 | {{/error}} |