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
- pedantry
- php
- plan of salvation
- politics
- radius
- rants
- romans road
- salvation
- security
- songs
- speculation
- Stuff
- stupid
- stupidity
- textus receptus
- traffic
- truth
- ubuntu
- vendor blacklist
-
Recent stuff
- 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
- Soteriology in flow charts
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