Schlagwort: Debian

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 →

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 →