Lenovo Thinkpad T470 and it’s weird battery behavior

So I got a new ultrabook recently, a Lenovo Thinkpad T470. It is a great ultrabook, except the fact that Windows 10 is preinstalled with most resellers. Since I do need unix for fast webdevelopment and easy use of docker I uninstalled that right away and installed Ubuntu Gnome 17.04 – sadly the fingerprint sensor is not supported yet (seriously Lenovo?) – but other then that the machine works, when the charger is plugged in at least…

„Lenovo Thinkpad T470 and it’s weird battery behavior“ weiterlesen

MariaDB Master / Slave System aufsetzen

Die meisten von euch haben schon einmal ein LAMP Stack aufgesetzt – dieser beinhaltet meistens auch Mysql oder MariaDB – möchte man aber nun ein Backup der DB haben, sollte man über die Option eines Slaves neben der Hauptinstanz haben. Für private Projekte sicher „too much“, aber es einmal aufgesetzt zu haben schadet sicher nicht – um zu wissen was der Hoster da eigentlich macht und was es zu beachten gibt…

„MariaDB Master / Slave System aufsetzen“ weiterlesen

Spotify unter Ubuntu installieren

Ziemlich simpel in 4 Schritten:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 0DF731E45CE24F27EEEB1450EFDC8610341D9410
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt-get install spotify-client