Mooie postcodes
Mooie postcodes in Nederland:1111 Diemen2222 Katwijk3333 Zwijndrecht4444 Abtskerke5555 Valkenswaard6666 Heteren7777 Schuinesloot8888 -9999 StitswerdPython script om het te...
View ArticleDocker on ARMv7 with Debian Jessie
I'm able to run docker images on an ARMv7 system (a Cubox-i) which is running Debia Jessie. Here's how:First make sure you're running Debian Jessie, as Jessie has docker in it's repositories:...
View ArticleRaspbian - first things first
Note to myself: on a fresh Raspbian install, do this first:sudo apt-get updatesudo apt-get upgradesudo apt-get install -y arp-scan libnss-mdns git apache2 lynx mrtg mtr miniupnpc miredoecho ipv6 | sudo...
View ArticleKnock knock: Who's on the LAN?
If you want to see which devices are connected to your LAN/WLAN, use this command:sudo arp-scan --localnet --interface=eth0"eth0" is for fixed ethernet; use "wlan0" in case your Linux is connected via...
View ArticleNetflix "Unable to connect to functioning local backend /...
Netflix is suddenly broken on my Sony Brava TV (KDL-32EX650): the Netflix app says it can't reach Netflix. Network is OK, other TV-apps are working. After "Up, Up, Down, Down, Left, Right, Left, Right,...
View ArticleDocker: "Error response from daemon: invalid argument"
With docker, I get "Error response from daemon: invalid argument":sander@flappie:~$ sudo docker run ubuntu:14.04 /bin/echo 'Hello world'2014/11/30 09:47:24 Error response from daemon: invalid...
View ArticleThe connection with avgd daemon was lost
I installed AVG for Linux from http://free.avg.com/nl-nl/download-free-all-productI tried to run avgupdate, but got "The connection with avgd daemon was lost.". See below.The cause was that my system...
View ArticlePopcorn Time: 'the video playback was aborted due to a corruption problem or...
With Popcorn Time I got:'the video playback was aborted due to a corruption problem or because the video used features your browser did not support'Ouch ... sounds difficult. The real cause was easier:...
View ArticleDocker is filling up my root disk!
Before using Docker, my root partition never filled up; I assigned a 17G partition to root, a 17G partition as root for another version of the Linux, and the rest (73G) to /home.$ df -h | grep -e sda...
View ArticleMeasure disk speed with a oneliner
I wrote a oneliner to measure the speed of the disk (SSD, harddisk, flash) under Linux, specifically Ubuntu / Debian:sudo hdparm -tT $(df -h | grep "^/.*/$" | awk '{ print $1 }')This oneliner will...
View ArticleTribler --- ImportError: No module named dispersy.util
I did agit clone https://github.com/Tribler/tribler.gitand then tried to run Tribler, but that failed with "ImportError: No module named dispersy.util":sander@flappie:~/git/tribler$ ./tribler.sh...
View ArticleInstallable packages within Ubuntu Snappy
Installable packages within Ubuntu Snappy:ubuntu@localhost:~$ snappy search $(for i in {a..z}; do echo -n "$i " ; done) | sort Part Version Description...
View ArticlePosting binary content to newsgroups from the command line
First make sure you have 'git' installed (sudo apt-get install git)Then get, make and install 'newspost':cdmkdir gitcd gitgit clone https://github.com/joehillen/newspost.gitcd newspost/makesudo make...
View ArticleOctane webbrowser score per CPU type
Octane is a webbrowser Javascript performace tool. See http://octane-benchmark.googlecode.com/svn/latest/index.htmlThe performance depends on the CPU you have.My Octane 2.0 results with Google Chromium...
View ArticleeMMC or SD-card: how to distinguish
My Ubuntu system has both an eMMC and a SD-card. Here's how to find out which one is which:$ dmesg | grep -e "mmc.*address"[ 7.185283] mmc0: new HS200 MMC card at address 0001[ 7.989843] mmc1:...
View ArticleNetflix error code M7111-1331-5067
Netflix can give the error code M7111-1331-5067. Netflix gives no explanation for this code. But the cause can be simple: trying to watch Netflix movies with Google Chromium (not Chrome) on Ubuntu...
View ArticleCaiway Entone IPTV klantnummer
Mijn Caiway Entone vroeg me na het herstellen van de fabriekinstellingen om mijn "klantnummer".Dat is niet je Caiway-klantnummer, maar je IPTV-klantnummer. Je hebt dat klantnummer ooit in een brief van...
View ArticleNL-Alert op Wolfgang AT-AS55HD1
Op http://www.nl-alert.nl/instelhulp/wolfgang/?type=wolfgang_android staat hoe je je Wolfgang zou moeten instellen voor NL-Alert. Die instructie werkt niet voor mijn Wolfgang AT-AS55HD1 met Android...
View ArticleInstall Linux kernel 4.1 on Ubuntu
This is how I installed kernel 4.1.1 on my amd64 / x86_64 ubuntu:cdmkdir kernel-4.1.1cd kernel-4.1.1/lynx --dump 'http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/' | grep -e...
View ArticleNetto verbruik en productie electriteit
De bovenste grafiek (rood/groen/grijs) toont mijn netto electricteitsverbruik/-productie zoals gemeten door mijn slimme meter, en uitgelezen via de P1-poortin rood mijn netto electriteitsverbruikin...
View ArticleSelf-Signed Apache HTTPS on Ubuntu
That was easy: Self-Signed Apache HTTPS on Ubuntu takes only a few easy steps:sudo apt-get install apache2You should now to be able to see http://localhost/Then:sudo a2ensite default-sslsudo a2enmod...
View ArticleOverview SABnzbd releases and download links
I sometimes find it hard to find the current SABnzbd version. But now I found two useful pages:All release announcements (with download links in each...
View ArticleVirustotal API with Curl
Short You can access the Virustotal API with curl:curl https://www.virustotal.com/vtapi/v2/file/report \-F resource=1394942aef881f6fa872e0ce8c604bccb0ece22693b4fb5a5db0f5f2e6979f5e \-F...
View ArticleCaiway en IMAP via imap.caiway.nl
Caiway zelf zegt er niks over op zijn website, maar Caiway blijkt een IMAP server te hebben: imap.caiway.nl.En die werkt, met de volgende settings:server: imap.caiway.nlport: 143username: alleen je...
View ArticleThe Substance ... ingredienten uit andere films
Gisteren heb ik met Eva de film The Substance gekeken. De ommschrijving van NRC: "Horrorfilm ‘The Substance’: een surrealistisch splatterfestijn over seksisme " lijkt me prima. Laat je niet in luren...
View Article