Search for stuff
Tagged stuff
- abortion
- android
- audacity
- bible
- children
- code
- crime
- debian
- everything
- fraud
- gospel
- grammar
- hacks
- history
- IPv6
- justice
- kids
- KJV
- law
- lawyers
- linux
- mariadb
- marriage
- morality
- mysql
- netgear
- networking
- pedantry
- php
- plan of salvation
- politics
- radius
- rants
- salvation
- security
- songs
- speculation
- Stuff
- stupid
- stupidity
- traffic
- truth
- ubuntu
- vendor blacklist
-
Recent stuff
- uceprotect lists subnets that never sent mail
- KJV vs ESV: Jude
- Hymn review: “I asked the Lord that I might grow”, John Newton
- FRR says “Finite State Machine Error” for IPv6 BGP on Linux
- IPv4 port routing for scaleable no-CGNAT NAT
- mysql_upgrade fails: Unknown collation: ‘utf8_general_ci’
- Old Apostolic Church and New Apostolic Church
- Rebellion of the lesser magistrate
- Jacobs Krohnung coffee allergic reaction: probably egg white
- Serial and display console
- Publishing photos of criminal suspects
- Votes for cash: poll tax
- Find my device or anything that saw it recently and has travelled 15km or so
- Hannah’s three bullocks: yes, three.
- Lies: Dekra report presented by WeBuyCars does not match condition of car
Tag Archives: hacks
Invasion of the evil androids
Google says you are too stupid to rule your own life. They say this by their Android phone operating system, in which they do not give you, the owner and operator of the device, root permissions. This means: You cannot … Continue reading
Compiling Netgear Firmware
Having ranted about Netgear’s terrible support for their old stuff, I have finally managed after many moons to recompile the software they provide, so that I can brick my router. The trick is to do the compiling as root on … Continue reading
Pottering around in the precise rosegarden
After being inspired by the music of supertux, some of which is available with the original Rosegarden files, I downloaded it and got it running. It was quite a job. It turns out that it’s quite simple if you have … Continue reading
Loading progress display with mod_fcgid using mod_deflate
When you run your processes with mod_fcgid under apache, one of the problems is that you cannot usefully run flush() to send buffered output through to the client. The reason for this is that the fastcgi interface doesn’t have the … Continue reading
Compiling deb with debian/rules in parallel
Make supports parallel compiling, with the Linux kernel compile recommending you make use of your expensive CPU cores something like this: make -j 4 You can even do that if you don’t have a multiprocessor system, since you have a … Continue reading