Ubuntu 14.04 16.04 LTS Server (no GUI) installing a harddisk with 4 TB (in my case a Seagate ST4000VN000 NAS-Drive 4TB 3.5″) Partitioning the disk with fdisk does not lead to the required result: $ fdisk – l /dev/sda shows the 4000 GB but partionning and formatting brings a result of 2,0TB only. To be… Read More


With ssh configured the Raspi can be attached using putty after booting. But how do I know about the IP the raspi got from DHCP? There are several possibilities to look: 1) If there is a screen attached at console the IP can be read there. But I operate the raspi in different networks just… Read More


After unpacking starting is very easy. There is a lot information available online. Here a few tipps where to look and what to do. A good choice is the raspberrypi homepage: Home What you first need is software to run the device. What you need is the Win32Diskmanager and an image to load. I started… Read More


Manchmal sind interessante Informationen verteilt über viele Dateien einer Webseite. Praktisch herunterladen kann man so etwas mit wget. Die Links werden dabei automatisch korrigiert und php-/asp-generierte Seiten können automatisch als html abgespeichert werden: wget -r -k -E 5 http://webseite.som/pfad -r steht für rekursives Laden begrenzt durch die 5 (Tiefe in die in die Subdirectories geschaut… Read More


Windows möchte das System nicht teilen und schreibt nur sich selbst in den MS-Bootloader im MBR. Die grub-Einstellung kann ubuntu reparieren. Anleitung gemäß ubuntuusers.de: Mitzugehöriger Ubuntu Live CD booten Ein Terminal öffnen Mit: sudo fdisk -l Partitionen der Festplatte anzeigen. Dier Linux-Partition mounten: sudo mount /dev/sda1 /mnt (sda1 mit der angezeigten Partition austauschen) (Wenn Sytem… Read More