Search for stuff
Tagged stuff
- abortion
- animals
- audacity
- bible
- children
- code
- crime
- debian
- everything
- forgiveness
- fraud
- gospel
- grammar
- hacks
- history
- java
- jokes
- kids
- KJV
- law
- lawyers
- linux
- 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
- Pop goes the (LED) light bulb
- Lockdown demonstrates that the bill of rights is worthless
- ASUS UX581GV Laptop: sorry, no thank you
- Plugin ‘SPIDER’ registration as a STORAGE ENGINE failed.
- Ignoring out-of-band network policy systems with iptables
- Shoprite wishes you a very Halal Christmas
- Freeradius Module-Failure-Message = “Failed retrieving values required to evaluate condition”
- The corrupted gospel of the NIV, 1984 and 2011
- The mangled gospel of The Message, by the late Eugene Petersen
- “Two Ways to Live”: tract review
- Bible solution to the land question
- War on religion conversions
- Summary of falsehoods in Fellowship Tract League tracts
- KJVER: King James Version Easy Read
- Man in the mailbox fraud (MITMB) HOWTO
Tag Archives: debian
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
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
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