Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
systemverwaltung:user_info:howto:computing [2016/11/10 10:37]
admin [Application Servers]
systemverwaltung:user_info:howto:computing [2023/02/13 14:06] (aktuell)
admin [Application Servers]
Zeile 3: Zeile 3:
 ====== Rechnungen auf den Applikationsservern ====== ====== Rechnungen auf den Applikationsservern ======
 Bitte bei aufwendigeren Berechnungen die folgenden Aspekte beachten. Bitte bei aufwendigeren Berechnungen die folgenden Aspekte beachten.
-[[#at]], [[#Be nice]], [[#htop]], [[#Screen]], [[#]], [[#]], [[#]], [[#]][[#]]+[[#nice]],  
 +[[#screen]],  
 +[[#htop]],  
 +[[#tee]],  
 +[[#at]],  
 +[[#ls]],  
 +[[#cat]],  
 +[[#vi]] 
 +[[#du]]
 ====== Application Servers ====== ====== Application Servers ======
-Servers are ''gemini'', ''virgo'', ''aries'', ''taurus'', ''aquarius'', (''euler''), ''leo''+Servers are ''gemini'', ''virgo'', ''aries'', ''taurus'', ''aquarius'', ''leo''
  
 Connect to servers with ''ssh'' ( or tunnel via host ''contact'' from //outside// to the Depaertment of Mathematics). Connect to servers with ''ssh'' ( or tunnel via host ''contact'' from //outside// to the Depaertment of Mathematics).
Zeile 67: Zeile 75:
 Gelöscht werden können die Jobs mit Hilfe von <code>atrm <jobid></code> Gelöscht werden können die Jobs mit Hilfe von <code>atrm <jobid></code>
  
 +===== ls =====
 +list files. Try ''man ls''
 +
 +===== cat =====
 +display content of file as it is on console
 +
 +===== vi =====
 +Editor with special syntax.
 +  Esc : q!
 +
 +let you escape without any thing changed
 +In ''vim'' called by ''vi'' caommand if installed you can use cursor keys like up, down, left ans right.
 +
 +  Esc : x
 +Press Esc key than double point and than x to save changes and exit.
 +Further information and tutorial can be found in the net.
 +
 +===== du =====
 +disk usage. Find out how many space your files occupy.
 +  du -sh ~/
 +Sum your homedir disk usage and display in human readable format

QR-Code
QR-Code systemverwaltung:user_info:howto:computing (erstellt für aktuelle Seite)