Search for stuff
Tagged stuff
- abortion
- android
- audacity
- bible
- children
- code
- crime
- debian
- everything
- fraud
- gospel
- grammar
- hacks
- history
- justice
- kids
- KJV
- law
- lawyers
- linux
- marriage
- morality
- mysql
- netgear
- networking
- NIV
- pedantry
- php
- plan of salvation
- politics
- programming
- radius
- rants
- salvation
- security
- songs
- speculation
- Stuff
- stupid
- stupidity
- traffic
- truth
- ubuntu
- vendor blacklist
-
Recent stuff
- 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
- Workaround for Neighbour Discovery failure, for static-configured IPv6 on Linux: Use IPv4 gateway mac for IPv6
- Code snippet: This service allows sftp connections only: Create a scp-only user for ssh
- Vengeance
- Job Seeker Exemption Certificate 2023-10
- ZCC Exposed Archive
- Justice denied by creative remedies
- Python for bash users: 1 minute introduction
- The Holy City, Jerusalem – just not in Afrikaans, please
- Jeremiah 52 vs 2 Kings 25 compared
Tag Archives: code
udevadm trigger is not permitted while udev is unconfigured (workaround)
Today I fixed an unbootable ubuntu installation: it said: lvmetad is not active yet It then dumped to an initramfs shell, in which lvm pvs reported nothing but errors. /proc/partitions showed nothing that looked like the root filesystem. Running udevadm … Continue reading
Illsong
Being distressed at the prospect of singing a Hillsong song, I collected all the lyrics of 100 or so Hillsong songs, and put them through a Markov chain generator, to generate new songs in the style of the originals. The … Continue reading
PHP deobfuscation
One of the things that you see with depressing regularity when hosting crummy PHP scripts for others is this: eval&28;base64_decode&28;’aWYgKCFlbXB0eSgkX1JFUVVFU1RbInRoZW What’s that? Well it says to decode that gobbledegook into a binary stream (the base64_decode part), and then interpret whatever … Continue reading