other:newppl:starting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
other:newppl:starting [2020/05/15 16:02] – [Which Linux servers should you use?] Improved jypeter | other:newppl:starting [2020/08/24 11:27] – [Using your own computer at LSCE?] Improved jypeter | ||
---|---|---|---|
Line 78: | Line 78: | ||
===== Using your own computer at LSCE? ===== | ===== Using your own computer at LSCE? ===== | ||
- | No need to try to connect your laptop to the LSCE wire network, it will not work! | + | No need to try to connect your personal |
- | The best you can do is use the [[https:// | + | The best you can do is use the [[https:// |
- | **Warning!** You can't connect directly to the //obelix// LSCE servers from the wifi network. You first have to connect to '' | + | **Warning!** You **can't** connect directly to the //obelix// LSCE servers from the wifi network. You first have to connect to the '' |
===== Accessing the LSCE intranet ===== | ===== Accessing the LSCE intranet ===== | ||
Line 164: | Line 164: | ||
===== Accessing the Linux servers from your LSCE deskop ===== | ===== Accessing the Linux servers from your LSCE deskop ===== | ||
- | ==== Linux or mac desktop ==== | + | [[other: |
- | Just open a terminal and [[#which_linux_servers_should_you_use|use ssh to connect to the appropriate server]] | + | If you are really in a hurry, go directly to the [[other:ssh#useful_aliases|Useful aliases]] section, but it is important that you read the full page at least once! |
- | ==== Windows desktop ==== | ||
- | There should be an //Obelix// shortcut on the left side of your desktop. Double-click on it in order to open a window (e.g. with graphics) environment on one of the obelix servers. Each terminal you will open in this environment will run on the same obelix server. Use ssh to [[# | ||
- | |||
- | If there is not yet an //Obelix// shortcut, use the [[other: | ||
- | |||
- | Note: you can also use [[other: | ||
===== Which Linux servers should you use? ===== | ===== Which Linux servers should you use? ===== | ||
Line 197: | Line 191: | ||
* **[[https:// | * **[[https:// | ||
* **[[http:// | * **[[http:// | ||
+ | * [[http:// | ||
* **The '' | * **The '' | ||
Line 219: | Line 214: | ||
If the Linux server you are working on seems slow, or if you want to get an idea of the resources **you** are using, you should use the '' | If the Linux server you are working on seems slow, or if you want to get an idea of the resources **you** are using, you should use the '' | ||
- | < | + | < |
+ | obelix3 | ||
+ | |||
+ | >top | ||
top - 17:48:51 up 8 days, 23:43, 29 users, | top - 17:48:51 up 8 days, 23:43, 29 users, | ||
Tasks: 324 total, | Tasks: 324 total, | ||
Line 227: | Line 225: | ||
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | ||
- | 10193 mpeau 20 | + | 10193 john |
- | 16504 mpeau 20 | + | 16504 john |
- | 26344 dzhu | + | 26344 jane |
1 root 20 0 21448 1108 892 S 0.0 0.0 | 1 root 20 0 21448 1108 892 S 0.0 0.0 | ||
[...] | [...] | ||
Line 239: | Line 237: | ||
< | < | ||
- | 16092 jchang | + | 16092 bob 20 0 8488m 8.1g 7912 R 99.6 25.9 |
- | 23256 pvait 20 | + | 23256 john |
- | 26344 dzhu | + | 26344 jane |
- | 10619 astege | + | 10619 bob 20 |
1362 nslcd | 1362 nslcd | ||
- | 16238 twang | + | 10193 john |
- | 10193 mpeau 20 | + | |
[...]</ | [...]</ | ||
Line 260: | Line 257: | ||
* It is very important to use the correct directories and make it easy for your advisor to find things after you have left | * It is very important to use the correct directories and make it easy for your advisor to find things after you have left | ||
* <wrap em>**Put the source codes, scripts and papers you are writing on a backed up disk**</ | * <wrap em>**Put the source codes, scripts and papers you are writing on a backed up disk**</ | ||
- | * The <wrap em> | + | * The <wrap em> |
* Put **temporary files** on a scratch disk ('' | * Put **temporary files** on a scratch disk ('' | ||
* Do **NOT** put (big) data files on a backed up disk | * Do **NOT** put (big) data files on a backed up disk | ||
Line 269: | Line 266: | ||
==== Accessing remote disks ==== | ==== Accessing remote disks ==== | ||
- | It is possible to access directly all the disks on the LSCE servers from your local Linux or Windows | + | It is possible to access directly all the disks on the LSCE servers from your //local// Linux or Windows |
* Example path on the LSCE Linux server: ''/ | * Example path on the LSCE Linux server: ''/ | ||
- | * Accessing the path above from a local desktop: | + | * Accessing the path above from a //local// computer: |
- | * Linux desktop: ''/ | + | * Linux computer: ''/ |
- | * Windows | + | * Windows |
==== The home directory ==== | ==== The home directory ==== | ||
Line 288: | Line 285: | ||
* bash shell users: '' | * bash shell users: '' | ||
* emacs text editor: '' | * emacs text editor: '' | ||
- | * You can go to your home directory by typing '' | + | * You can go to your home directory by typing '' |
- | * At LSCE, you can't read the content of somebody else's //home// directory | + | * At LSCE, you can't read the content of somebody else's //home// directory |
* **Backup of the home directory on the LSCE servers**: YES! Every night | * **Backup of the home directory on the LSCE servers**: YES! Every night | ||
Line 305: | Line 302: | ||
> quota -s | > quota -s | ||
- | Disk quotas for user jypeter | + | Disk quotas for user johndoe |
| | ||
prolix3:/ | prolix3:/ | ||
Line 342: | Line 339: | ||
Your Linux environment may sometimes stop working correctly because you have exceeded the allowed quota on your disks (check your quotas with '' | Your Linux environment may sometimes stop working correctly because you have exceeded the allowed quota on your disks (check your quotas with '' | ||
- | < | + | < |
- | / | + | / |
- | jypeter@obelix4 - ...jypeter - 47 >du -sh * | sort -rh | + | >du -sh * | sort -rh |
58M | 58M | ||
47M | 47M | ||
Line 458: | Line 455: | ||
< | < | ||
OpenSSH_7.4p1, | OpenSSH_7.4p1, | ||
- | debug1: Reading configuration data / | + | debug1: Reading configuration data / |
debug1: Reading configuration data / | debug1: Reading configuration data / | ||
debug1: / | debug1: / | ||
Line 464: | Line 461: | ||
debug1: Connection established. | debug1: Connection established. | ||
debug1: key_load_public: | debug1: key_load_public: | ||
- | debug1: identity file / | + | debug1: identity file / |
[...] | [...] | ||
debug1: Entering interactive session. | debug1: Entering interactive session. | ||
Line 473: | Line 470: | ||
debug1: Sending env LANG = en_US | debug1: Sending env LANG = en_US | ||
Last login: Thu Mar 1 15:52:44 2018 from lsce4078.lsce.ipsl.fr | Last login: Thu Mar 1 15:52:44 2018 from lsce4078.lsce.ipsl.fr | ||
- | Disk quotas for user jypeter (uid 6369): | + | |
- | Filesystem | + | > |
- | | + | |
- | jypeter@obelix3 - ...jypeter - 41 > | + | |
</ | </ | ||
other/newppl/starting.txt · Last modified: 2025/02/04 14:39 by jypeter