Autor: Valentin

NTP Server & Daylight Saving Time

Here some useful Time Servers and the Daylight Saving. Setting the right time can make it much easier to analyse logs. Time Server: at.pool.ntp.org 93.185.134.36 (c)http://www.pool.ntp.org/zone/europe ts1.univie.ac.at 131.130.250.250 ts2.univie.ac.at 193.171.23.164 (c) https://zid.univie.ac.at/timeserver/ PORT: UDP 123 Daylight Saving Time 2017 Sunday, 26 March, 02:00 Sunday, 29 October, 03:00 2018 Sunday, 25 March, 02:00 Sunday, 28 October, 03:00 2019 Sunday, 31 March,… Read more →

ping with time and log

Usage: Download the ping.sh file. Unpack it and start it in with ./ping.sh (don’t forget to be in the right folder). The script will ping google (8.8.8.8, if you do not change it in the script) and will create an „log“ file with the default name „tping“ in the same folder. The output should look like this: (if you have… Read more →

Virtual Box with Debian – Mount Shared Folder

Manually mount After installing the Guest Additions (LINK) you can use Shared Folders between the host and the guest. For this you have to add Folders in the „Machines Settings“ and then the section „Shared Folders“ For mounting them in the Guest Debian System you have to use following command: mount -t vboxsf [-o OPTIONS] sharename mountpoint # Example: mount… Read more →

Install Virtual Box Guest Additions Debian 8 & 9

1. Insert Guest Additions CD image (Devices -> „Insert Guest Additions CD image …) 2. Open Terminal (at the guest) and get root (su root) 3. Update you Database and install the last updates apt-get update apt-get upgrade 4.Install required packages and prepare the machine with apt-get install build-essential module-assistant  #then m-a prepare 5. Find the device name of you CD… Read more →