Schlagwort: commands

Basic Linux (Debian/Mac) Commands

 Time information # Command: timedatectl root@debian:/home/pi# timedatectl Local time: Sun 2017-06-25 16:37:23 CEST Universal time: Sun 2017-06-25 14:37:23 UTC RTC time: Sun 2017-06-25 14:37:21 Time zone: Europe/Vienna (CEST, +0200) NTP enabled: no NTP synchronized: no RTC in local TZ: no DST active: yes Last DST change: DST began at Sun 2017-03-26 01:59:59 CET Sun 2017-03-26 03:00:00 CEST Next DST change:… Read more →

screen commands

Screen Use the command „screen“ to open a virtual terminal session in you actual session. The sessions will stay active until you terminate them. Installation: MacOS X # build in Debian # apt-get install screen normal use: # create new session screen -S „NAME“ # detach session Ctrl + A & Ctrl + D # list open sessions screen -ls… Read more →