Archiv der Kategorie: Linux

Datenschutz Made in Lienz

Stellen Sie sich vor, die Festplatte ihres ehemaligen Computers (was auch immer darauf war) taucht bei einem Fachhändler als Gebrauchtware zum Verkauf wieder auf. Ja, das gibt es in Lienz ! Man sollte vom Experten dann zumindest verlangen können dass keine Ihrer Daten darauf vorzufinden sind. Die Betonung liegt auf “sollte”…

Datenschutz Made in Lienz weiterlesen

Linux “awk” & more

“awk” ist ein sehr angenehmes Linux-tool zum Analysieren von Texten und Werten.

Ein kleiner Vorgeschmack:

awk -F "," '{print $6 " " $4 " " $2}' export_airports.csv | sort | awk '{sum+=$1;print $0} END {print "SUM: "sum}'

Dies liefert eine sortierte Liste mit den Werten aus dem GeoDatenFile von meinem Kollegen. Dort habe ich mir die Werte aus dem “.dbf” File in eine “.CSV” File gespeichert, um mit “awk” angenehm diese zu analysieren. Linux “awk” & more weiterlesen

Risk of stumbling with QGIS 2.6 (Linux) ESRI FileGeodatabase support

Yesterday I had stumbled on the ESRI FileGeodatabase (FGDB) support in QGIS. I used a new QGIS 2.6 installation on Kubuntu 14.04.1 from the ” http://qgis.org/debian” repo – and had NO FGDB-support 🙁  … after some investigation-work I had a solution.

With Ubuntu 14.10 it’s a pain in the neck – ubuntugis delivers GDAL 1.10.1 and not 1.11 – so no OpenFileGDB support…

Risk of stumbling with QGIS 2.6 (Linux) ESRI FileGeodatabase support weiterlesen

Install Android 5 (alias L(ollipop) on Nexus 5 with OTA-Image

Recently Google started to deploy Android 5 for Nexus-Devices – also as an OTA-Image (Over the Air). This method of updating does NOT delete your data on the phone. But it may take some time until you get the official OTA-Update. You can get it earlier ! The following How-to describes how to install it manually 🙂

Screenshot_2014-11-15-08-30-04_version

Install Android 5 (alias L(ollipop) on Nexus 5 with OTA-Image weiterlesen

Install and root Android 5 on Nexus 5

I thought about the thing to have a rooted Nexus 5 with Android 5 but how??

The answer is: YES it is possible 😀 but Android 5 is for me not completely stable 😐 and it is stable 🙂

UPDATE: IF you have rooted your Nexus 5 with Andorid 5 your system will have an ram overflow after 5 to  15 minutes after power on!!!! – Wait with the update to Android 5 and the rooting of it.
I have tried it a second time and after that it works for me now fine.

 

I have installed the Android 5 on my Nexus 5 with the how-to from the Google developer: Factory Images for Nexus on my Xubuntu-Notebook.

Install and root Android 5 on Nexus 5 weiterlesen

Citrix ICA (Receiver) 13.1 unter Fedora 20 (64Bit)

Der neue Citrix ICA 13.1 (Oktober 2014) bietet zahlreiche Neuerungen und ein verbessertes Linux-Setup. Jedoch wird kein rpm-Paket für 64Bit RPM-Distris angeboten – das *.tar.gz-Setup-Paket bringt die Lösung mit etwas “Nachhilfe”. Warum Citrix jedoch ein 32Bit RPM anbietet und keine 64Bit bleibt für mich ein Rätsel…
CitrixReceiverLogo

Citrix ICA (Receiver) 13.1 unter Fedora 20 (64Bit) weiterlesen