...
Warning |
---|
These credentials are active for the next few weeks, but will be de-activated on Sunday May 12, 2024, in the eveningat the end of November 2024. |
With your studentNN account you can ssh into one of the following servers:
...
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Code Block | language | bash|||||
export LS_COLORS=$LS_COLORS:'di=1;34:fi=01:ln=01;36:' |
...
Tip | |||||
---|---|---|---|---|---|
In the RStudio Terminal, yellow is if the default color for directories , which can be is difficult to see against its white background. Execute , execute this line to display directory names in blue.
We'll see later how to set this environment variable in your login script (~/.profile) so that it gets executed every time you login to this server. For now, just copy the appropriate line above, paste it into your Terminal window (after logging on), then press Enter. |
...