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:43]
admin [Rechnungen auf den Applikationsservern]
systemverwaltung:user_info:howto:computing [2023/02/13 14:06] (aktuell)
admin [Application Servers]
Zeile 8: Zeile 8:
 [[#tee]],  [[#tee]], 
 [[#at]],  [[#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 72: 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)