Friday, August 4, 2023

how to fix login loop issue

 Check User Ownership

 Make sure ur home directory and its contents are owned by ur user. incorrect ownership can cause login  issue.

sudo chown -R username:username /home/username

Replace 'username' with ur actual username.

How to transfer AIS signal to aprs.fi with the Raspberry PI 4B

  Installation wget https://www.aishub.net/downloads/dispatcher/install_dispatcher chmod 755 install_dispatcher sudo ./install_dispatcher Bu...