ShortNews

Dienstag, 29. November 2016

libvirt und virt-manager on Ubuntu 16.04.1

References:



Installation:
sudo apt install qemu-kvm libvirt-bin
sudo apt-get install virt-manager 
sudo apt-get install libgl1-mesa-glx
Check if all is running:
systemctl status libvirtd
virsh list --all
Shouldn't return any errors!
Further steps:

  • Add users to libvirtd: sudo adduser <username> libvirtd
  • Configure bridge in /etc/network/interfaces as described here.

Donnerstag, 21. Juli 2016

Was gehört alles zum Frankenberger Viertel in Aachen?

Weil bei manchen keine Einigkeit dafür herrscht, was zum Frankenberger Viertel in Aachen zählt, habe ich hier ein Dokument gefunden, das sich damit befasst und auf der Karte das Frankenberger Viertel zeigt.

Sonntag, 17. April 2016

Manual CyanogenMod Image Update with Apps Backup by TitaniumBackup


  • Backup all apps and data and create a update.zip for TWRP with TitaniumBackup.
  • Reboot phone into fastboot mode.
  • Boot TWRP:
    sudo fastboot boot twrp-lux-3.0.0-r2.img
  • Backup current image.
  • Browse phone by MTP to the location where the files created by TitaniumBackup and TWRP are stored and copy them on your PC.
  • Store the new CyanogenMod image zip on the phone.
  • Install the new image by TWRP 
  • Install the update.zip by TWRP
  • Phone reboots automatically?