Month: January 2019
Pedro Navaja – Jazz at Lincoln Center Orchestra with Wynton Marsalis ft. Rubén Blades
PALO! “Al Monte” Musica Cubana Salsa Jazz Funk
Quizas Quizas Quizas-Ibrahim Ferrer & Omara Portuondo
VBoxHeadless – Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS Server
Source: VBoxHeadless – Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS Server
Headless Mode for Virtual Machines of VirtualBox – Thomas-Krenn-Wiki
Starting and Connecting to the Virtual Machine
After the successful installation of VRDP, a virtual machine can be started in headless mode. The name of the virtual machine will be given in the first step:
~$ VBoxManage list vms
"ubuntu-server" {763d57b9-8eef-4572-8e71-f33fea89e950}
In this example, there is a virtual machine named “ubuntu-server”. The subsequent number is its UID. Headless mode can be activated afterwards in one of two manners:
~$ VBoxHeadless -s ubuntu-server
Oracle VM VirtualBox Headless Interface 4.1.8
(C) 2008-2011 Oracle Corporation
All rights reserved.
VRDE server is listening on port 3389.
or:
~$ VBoxManage startvm ubuntu-server --type headless
Waiting for VM "ubuntu-server" to power on...
VM "ubuntu-server" has been successfully started.
The virtual machine will now be running, however display output will not be shown. Instead, one connects to the machine through RDP or SSH (assuming that corresponding network and SSH configurations) exist.
SSH
~$ ssh tktest@192.168.56.101
In this example, the virtual machine has one Host-only-Adapter, which will automatically get an IP address from the DHCP server when the virtual machine is started. For that reason, the running SSH server for the virtual machine can be reached without any problems. This connection will also work through SSH, if VRDE has not been activated for the virtual machine.
RDP
Connection to a virtual machine via RDP will only work when VRDE has been activated for the virtual machine. After that, any RDP client can be used for connecting to the local host or using the IP address for the host on the virtual machine:
~$ VBoxHeadless -s ubuntu-server
Oracle VM VirtualBox Headless Interface 4.1.8
(C) 2008-2011 Oracle Corporation
All rights reserved.
VRDE server is listening on port 3389.
rdesktop localhost
Source: Headless Mode for Virtual Machines of VirtualBox – Thomas-Krenn-Wiki
Managing Oracle VM VirtualBox from the Command Line
VirtualBox 5.2 on Ubuntu 16.04 LTS Server (Headless) | Website for Students
VBoxManage list extpacks
Source: VirtualBox 5.2 on Ubuntu 16.04 LTS Server (Headless) | Website for Students
Hans von Bülow
Hans Guido Freiherr von Bülow (8 January 1830 – 12 February 1894) was a German conductor, virtuosopianist, and composer of the Romantic era. One of the most famous conductors of the 19th century, his activity was critical for establishing the successes of several major composers of the time, especially Richard Wagnerand Johannes Brahms. Alongside Carl Tausig, Bülow was perhaps the most prominent of the early students of Hungarian virtuoso pianist, conductor and composer Franz Liszt—therein performed the first public performance of Liszt’s Sonata in B minor in 1857. He became acquainted with, fell in love and eventually married Liszt’s daughter Cosima, who later left him for Wagner. Noted for his interpretation of the works of Ludwig van Beethoven, he was one of the earliest European musicians to tour the United States.
Burleske
Burleske in D Minor for Piano and Orchestra by Wiener Philharmoniker
How to Install VirtualBox Guest Additions in Ubuntu
sudo apt install build-essential dkms linux-headers-$(uname -r)
sudo mount /dev/sr0 /media/cdrom
cd /media/cdrom
sudo ./VBoxLinuxAdditions.ru