Autor: Valentin

DynDns Zyxel USG

If you want to use DynDNS with your Zyxel USG you have to create an account (LINK) and find your account settings in your Profil. (direkt Link to you Profil). The important informations are now your „Username“ and the „Updater Client Key“. On your USG you will find the DDNS Settings in the Management and Network Section. (see Screenshot) Choose… Read more →

Mac ISO to USB Stick

How to create a bootable USB Stick from a ISO file. First you have to convert the iso file to a img file. This command will do the work. hdiutil convert -format UDRW -o /path/to/source /path/to/destination Then you have to find the attached USB device diskutil list Now search for device (for example: /dev/disk3) and eject this device diskutil unmountDisk… Read more →

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 →