Today I am working on an old raspberry pi (model B, original version) and need to get this project up and running, but I have forgotten the password. No problem. Let’s take the SD card and edit the `cmdline.txt` file in the root directory and add `init=/bin/sh` to the end of it (make sure there …
Category Archives: pi
disable serial port login on raspberry pi
[[1251]]
setting the time on my Raspberry Pi
I noticed the time on my raspberry pi was out by about 11 hours and upon checking saw it was set to UTC. To fix this, I removed localtime from /etc and added symbolic link to my timezone. sudo rm /etc/localtime sudo ln -s /usr/share/zoneinfo/Australia/NSW /etc/localtime