Bash Commands: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 12: Zeile 12:
 
* crontab -e
 
* crontab -e
 
** Add/Remove cron jobs
 
** Add/Remove cron jobs
 +
 +
==Create Screens==
 +
* screen (saves your screen even after session time out)
 +
** screen -r (see what happened)
 +
* Ctrl+AC (create new terminal tab)
 +
** Ctrl+AA (switch between terminal tabs)
  
 
[[Category: Software]] [[Category: IT]]
 
[[Category: Software]] [[Category: IT]]

Version vom 8. Oktober 2012, 16:10 Uhr

Internet

  • wget -N http://...
    • Downloads the give file and overwrites the local one

File Manager

  • gksudo nautilus (start it as root)

Unzip

  • tar xzf <filename>

Cron Jobs

  • crontab -e
    • Add/Remove cron jobs

Create Screens

  • screen (saves your screen even after session time out)
    • screen -r (see what happened)
  • Ctrl+AC (create new terminal tab)
    • Ctrl+AA (switch between terminal tabs)