• Home
  • Allstar Node
    • Introduction
    • CM108 Fob
    • Baofeng BF666
    • Backing Up The Node
  • Downloads
  • Contact
  • About

G0HLJ Node 66554
Frequency: 438.8 MHZ DCS 664
Doncaster UK

  • Home
  • About
  • Contact

Downloads

Allstar Node Resources
CM108 Wiring Details (No Transistor)Baofeng Bf666 Wiring (PDF)Bypassing Admin MenuAdding A Node Halt External Button (PDF)Customising Admin Menu (PDF)Exporting Sound Files From Audacity (PDF)New Supermon UK Weather Script
Software Resources
Latest Hamvoip ImageWinSCP (Windows SFTP client and FTP client )FileZilla (Windows SFTP client and FTP client )Win32 DiskImagerTransmit (macOS SFTP client and FTP client )

Bypassing Admin Menu

When you log in to the Pi via SSH, you are greeted with the Admin Menu.

If, for any reason, you would prefer to bypass the Admin Menu and start at a bash prompt, it can be easily disabled by commenting out a line of code in the .bash_profile file.

How To ByPass the Admin Menu
Open the file using the following command: nano ~/.bash_profile
Locate the line that starts with exec /usr/local/sbin/admin.sh
Comment it out by adding a # at the beginning of the line: #exec /usr/local/sbin/admin.sh
Save the file and exit.
Finally, reboot the Pi for the changes to take effect:

Supermon UK Weather Script

The original Supermon weather scripts appears to be failing for those living in the UK.
I have created a new script which allows the weather to be displayed inside the Supermon control panel.

Watch Video to see how to install

Note:
This script is only for UK users as I have used the UK Post Code system.

Download Weather Script