Posts

Es werden Posts vom 2016 angezeigt.

ubuntu unter hyper-v

add local user to group "hyper-v administrators", logout/login (check that virtual Switch ("extern") exists) New-VHD -Path "D:\VM\ubuntu\UbuntuDisk.vhdx" -SizeBytes 30GB -Dynamic -BlockSizeBytes 1MB https://decatec.de/home-server/ubuntu-server-als-hyper-v-gastsystem-installieren-und-optimal-einrichten/ Add SCSI-Controller, DVD Reader, Mount Ubuntu Image (ubuntu-16.04.1-desktop-amd64.iso) Disable Secure Boot for Type 2 VMs Change Display Resolution sudoedit /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080" sudo update-grub reboot (personal checklist).

using the sense hat (install library)

install (avoid install error "ValueError: jpeg is required unless.." with libjpeg-dev) sudo apt-get update sudo apt-get install sense-hat sudo apt-get install libjpeg-dev sudo pip- 3.2 install pillow   see http://pythonhosted.org/sense-hat/    

use remote desktop with an raspperry pi server

Bild
on raspberry (server) sudo apt-get install xrdp  // install rdp server sudo shutdown -r now  // reboot       on windows (client) use mstsc.exe see details on: http://www.modmypi.com/blog/remotely-accessing-the-raspberry-pi-via-rdp-gui-mode