Power & Source of Big Ideas

Found a post were I can turn it off here: The part that worked for me is this: Just like in NanoPi NEO Ubuntu, there’s a Qt demo enabled in /etc/rc.local, so you may want to remove the lines below since we don’t have an LCD display connected to the board: . /usr/bin/setqt4env /usr/bin/lcd2usb_print...
I downloaded a official image for my NanoPi Neo and I had the LCD2USB V1.9 plug in and it auto comes up with CPU: Mem: IP: and LoadAvg: How can I edit this it's not the same how they say to install this. I like how I have it with the time and day of week showing. But I don't know were the config fil...
Here is what is looks like doing this: Disk /dev/sde: 119.08 GiB, 127865454592 bytes, 249737216 sectors Disk model: uSD Card Reader Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk i...
# Install PiShrink wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh chmod +x pishrink.sh sudo mv pishrink.sh /usr/local/bin # Create an image of the SD card sudo dd if=/dev/sdX of=original_image.img bs=4M # Shrink the image sudo pishrink.sh original_image.img shrunk_image.i...
This has so little ram only 512GB it can lock up on some things the fix is make the swap bigger and get a Max Endurance SD card. sudo swapoff -a sudo dd if=/dev/zero of=/swapfile bs=1M count=1024 sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile sudo swapon --show echo '/swapfile ...