Bash Commands: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 18: | Zeile 18: | ||
* Ctrl+AC (create new terminal tab) | * Ctrl+AC (create new terminal tab) | ||
** Ctrl+AA (switch between terminal tabs) | ** Ctrl+AA (switch between terminal tabs) | ||
+ | |||
+ | ==Shutdown== | ||
+ | * sudo shutdown -h 18:45 | ||
[[Category: Software]] [[Category: IT]] | [[Category: Software]] [[Category: IT]] |
Version vom 15. Oktober 2012, 22:54 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
- sudo -s 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)
Shutdown
- sudo shutdown -h 18:45