Wiki source code of Linux User Consoles How-Tos
Version 9.1 by sendels on 2020/01/28 13:00
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | |||
| 2 | |||
| 3 | {{toc/}} | ||
| 4 | |||
| 5 | == Paths of the mounts == | ||
| 6 | |||
| 7 | Since the path's are not in the fstab anymore, one have to know the paths which are: | ||
| 8 | |||
| 9 | FLASH Core-FS: | ||
| 10 | |||
| 11 | **/asap3/flash/gpfs** | ||
| 12 | |||
| 13 | FLASH-O Core-FS: | ||
| 14 | |||
| 15 | **/asap3/fs-flash-o/gpfs** | ||
| 16 | |||
| 17 | pnfs: | ||
| 18 | |||
| 19 | **/pnfs/desy.de/flash1 | ||
| 20 | ** | ||
| 21 | |||
| 22 | \\ | ||
| 23 | |||
| 24 | == How to take screenshots == | ||
| 25 | |||
| 26 | Shortcuts of the Screenshots: | ||
| 27 | |||
| 28 | [[image:attach:Screenshot from 2020-01-22 10-16-28.png||height="250"]] | ||
| 29 | |||
| 30 | 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. | ||
| 31 | |||
| 32 | In the above picture i used alt+print, for the following i used shift+print, so you see its just an area: | ||
| 33 | |||
| 34 | [[image:attach:Screenshot from 2020-01-22 10-16-02.png||height="250"]] | ||
| 35 | |||
| 36 | \\ | ||
| 37 | |||
| 38 | == How to change colors in terminal == | ||
| 39 | |||
| 40 | 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: | ||
| 41 | |||
| 42 | [[image:attach:Screenshot from 2020-01-22 10-18-49.png||height="250"]] | ||
| 43 | |||
| 44 | In the tab "Colors" you can change the colors from system themed to your own favorite: | ||
| 45 | |||
| 46 | [[image:attach:Screenshot from 2020-01-22 10-19-13.png||height="250"]] | ||
| 47 | |||
| 48 | 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||title="(smile)" border="0" class="emoticon emoticon-smile"]] | ||
| 49 | |||
| 50 | [[image:attach:Screenshot from 2020-01-24 09-06-40.png||height="112"]] | ||
| 51 | |||
| 52 | (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||title="(smile)" border="0" class="emoticon emoticon-smile"]]) | ||
| 53 | |||
| 54 | \\ | ||
| 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 | |||
| 64 | [[image:attach:Screenshot from 2020-01-22 10-20-29.png]] | ||
| 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. | ||
| 67 | |||
| 68 | \\ | ||
| 69 | |||
| 70 | == How to change the (input) language == | ||
| 71 | |||
| 72 | First klick on the upper right corner to get to the settings: | ||
| 73 | |||
| 74 | [[image:attach:Screenshot from 2020-01-24 13-24-47.png||thumbnail="true" height="150"]] | ||
| 75 | |||
| 76 | In the settings menu click on "Region & Language" so see the input sources: | ||
| 77 | |||
| 78 | [[image:attach:Screenshot from 2020-01-24 13-25-42.png||height="250"]] | ||
| 79 | |||
| 80 | There you can add your prefered input language (Keyboard Layout) so the sources by just klicking the "+": | ||
| 81 | |||
| 82 | [[image:attach:Screenshot from 2020-01-24 13-26-40.png||height="250"]] | ||
| 83 | |||
| 84 | After this klick on Add. | ||
| 85 | |||
| 86 | Now you are able to change the languages on your desktop: | ||
| 87 | |||
| 88 | [[image:attach:Screenshot from 2020-01-24 13-27-28.png||thumbnail="true" height="150"]] | ||
| 89 | |||
| 90 | Under "Manage Installed Languages" one can install Languages: | ||
| 91 | |||
| 92 | [[image:attach:Screenshot from 2020-01-24 13-29-16.png||height="400"]] | ||
| 93 | |||
| 94 | {{error}} | ||
| 95 | 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. | ||
| 96 | {{/error}} |