Perhaps if you explain exactly what you mean by that, we will be better able to understand what you are now asking.expandables wrote:I already know how to do the serial encryption method.
Code: Select all
#!/bin/bash
CPUID=$(cat /proc/cpuinfo | awk '/Serial/ {print $3}' | tail -c 9)
while [ $CPUID != "Put In The Number Here" ]; do
sudo reboot
doneYes, but what is the point of that? This suggestion is pointless and even more insecure than the reading the serial number one.DougieLawson wrote:Try this command
vcgencmd codec_enabled vc1
which returns "vc1=disabled" on an unlicenced RPi.
You should be able to use that in your trivial (and 100% insecure) script.