this is an automated backup approach to save the plex config and metadata away to a NAS every day at 4:30
also will rsync the media directories to the NAS
(cp for the config because.. because.. of this guy!)
Category Archives: personal
cloud server scaleway
trying out the service of scaleway (3 dollar a month for ARM 4-core, 100 Meg internet and 50 GB SSD storage..)
let’s install unbuntu and owncloud on it and see how it performs!
Continue reading
fedora core 21 > 23
trying to do this without reinstalling the entire OS…
yum install dnf dnf-plugin-system-upgrade
dnf system-upgrade --releasever=23 download
so far only fedy was disabled (cannot find repo)
1.6GB download…
all working fine – except my gpg keys…
quite impressive. ubuntu release upgrades rarely worked like that for me…
NFS mounting 2015 style (NAS share)
mounting a NFS share on my NAS – 2015 style using autofs instead of fstab
for great justice…
volumio on raspberry pi 2 with album art
I have received a hifiberry daughterboard for the great raspberry pi 2 which makes it put out really nice audio. Now MPD is not featuring local cover art unless you run a webserver to tell it where to look for it.
Now here is how to tell the built in webserver to add a subdirectory that finds cover art (if you follow convention to sort your albums.
This information was compiled by Rowar from the RaspiFy forums before it was called volumio
but it works fine here with mpdroid and mPod
thank you, Dude! :)
raspberry-colocation v2
little cookbook for pi colocation installation
make the oneplus one fly
the code name of the OnePlus One is bacon :)
let’s make bacon fly and install android nightly builds
Android round three
so the phone decided to erase and reinstall itself after it could not decrypt its flash storage.
While awesome from a security point if view I would really have liked to know what exactly caused this.
but then again, the amount of tinkering possible with this phone (Android 5.0.2 + cyanogenmod) is stunning and keeps amazing me.
conclusion: Not suitable for business (immature/confusing) but wonderful and confusing and time-consuming (just like every Linux distribution ever)
Android round two
I got myself a onePlus one Android Phablet and while totally in love I must say I will go back to iPhone because:
– Ads. Seriously.. I HATE ads. I will pay you to make ads disappear
– CalDAV/CardDAV support by Apple since iOS 7
– integration of owncloud now, too
– bugs, irregularities, crashes.
– lack of integration of apps into the system
so the only thing left is the tinkering – which is lovely. Cyanogenmod is wonderful!
but I want to get things done and not be busy all day adjusting and tweaking and it’s been three weeks now and I am still not at a level where I can say “this is good”
Minecraft Server on Fedora 21
Minecraft-Server
basically you launch the server like that:
java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui.
better create a init script and backups – look here:
Continue reading