iDevices have been known to be amazing little devices, especially when you do image sharing, music, etc.. all in the cloud. the iCloud.
there is one catch, however…
Continue reading
Category Archives: personal
ipv6 between fortigate and fritz box
EDIT: AVM is not parsing /var/flash/debug.cfg anymore :(
so it turns out the IPv6 ready devices AVM fritz box 7360 and FortiWifi 40c are not so IPv6 ready as they claim they are…
both can not handle prefix delegation so I have to hack static routes to make it work.
(I tried it all, it seems the fritz’s firewall blocks IPv6 when it was assigned via dhcp6 (“adminstratively prohibited” even when Prefix delegation is enabled and the firewall is set to “exposed host”)
so let’s do it the hard way:
Continue reading
ubuntu 14.10 testing
gnome3 – why not? :)
installing ubuntu gnome and broke it in less than 24 hours.
I really need to find a way to transfer home and all config data without breakage – or better: what not to transfer…
– do not install encrypted home – let’s do that later
Continue reading
wget
wget… just as user-friendly as tar ;)
wget -r -N –no-parent http://server.tld/directory/ –level 1 –accept “*.mp3” -nd -e robots=off -U “custom user-agent” -b
downloads all files in the remote directory without creating a hierarchy, without traversing links and only getting mp3 files – rewriting the timestamp, ignoring robots.txt and listing itself as my custom user-agent – runs in the background and logs all activity to a file in the directory
headless plex media server
this is an install log for myself how I got my plex server running
raspberry as status screen / wall calendar / mpd player
I need fridges all over the house. Why? Because fridge-magnets are the secret to getting things done. However, in the morning I often don’t go to the fridge. Also it isn’t magnetic
So I want a whiteboard/magnet thingie at the door so I see it before I exit the house.
Now this does not match my philosophy of “we need modern things” so let’s build it using a raspberry and hang it to the wall.
Obviously, it should look nice, too so lets not have error messages, mouse-cursors or other stuff that distracts from what is important!
Continue reading
summer ending
today is the last beautiful day in this summer, they say – the weather man calling it the last day where we will have sun and 20+ degrees celsius
From tomorrow on it will be truly autumn and more rain is going to come
How nice of my depression to chose this day to creep back on me – because I have the feeling that I _have to_ go out today and enjoy this day I am developing all kind of aversions against going out.
Oh, how I hate this..
snowboard
so I need a new board – snowflower has died and is now a surfboard/toy for my kids ;)
having ridden a longboard (K2 Eldorado) last winter I got addicted to long boards and carving. Skip the park, park is for dogs :P – I want speed and I want to learn to ride in fresh snow – so what’s to do?
http://www.extremecarving.com/forum/viewtopic.php?t=2524
being 172 and 90 kilos I obviously need something a little special:
no clue about that camber/rocker stuff, will have to test it but lets start dreaming
apparently keywords to use are
– freeride
– carving
– longboard
– somewhat wider
– stiff
so finding this:
– K2 Eldorado obviously (apparently a masterful allrounder)
– Rad Air Tanker (grandfather of longboards, apparently)
– Dupraz D1 (comes in + and ++ – depending how heavy you are / how agressive you ride)
– LTB – supreme
– Swoard – dual
– good – keep should know more
enable netflix from linux
it works when using pipelight-plugin and user-agent-overrider
add-apt-repository ppa:pipelight/stable
apt-get update
apt-get install pipelight
(pipelight-multi?)
pipelight-plugin –update
pipelight-plugin –enable silverlight
install user-agent-overrider
https://addons.mozilla.org/de/firefox/addon/user-agent-overrider/
enable, go preferences
add these two for Netflix and Unity3D:
# Netflix/Unity3D
Firefox 15/Windows: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120427 Firefox/15.0a1
Safari/OSX: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10
test silverlight plugin here:
http://bubblemark.com/silverlight2.html
then Netflix should work using the overrider set to Firefox 15 / Windows
Any DRM-errors you still get are caused by Noscript, https-everywhere and Adblock or flash – just create exceptions for them
find out your public IP address from the console
wget -qO- http://ipecho.net/plain ; echo
or
wget -qO- icanhazip.com
or
curl ipv4.icanhazip.com
