Announcement

Collapse
No announcement yet.

I wonder after I install the Pi24, whether I can use the system as a normal linux?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I wonder after I install the Pi24, whether I can use the system as a normal linux?

    If I can install and use some other servers on the system Pi24?

    thx.

  • #2
    Yes, sure. The Pi24 image is Raspbian Stretch, with dump1090-mutability and fr24feed pre-installed.

    However unlike Raspbian Stretch, the PI24 file system by default is read only.

    You have to give following command to change it to read & write if you want to make any changes or install any software. The file system may again change to read only after reboot .

    Code:
    sudo mount -o remount,rw /

    The following thread tells how to install other data feeders on Pi24 image.

    How to Feed Data to Multiple Sites - A Brief Guide
    Last edited by abcd567; 2019-05-08, 02:45.

    Comment


    • #3
      Looks great. I'll read the thread later.
      Thanks a lot.

      Comment


      • #4
        By the way, what's the username/password for SSH?

        Comment


        • #5
          Pi / raspberry

          Posts not to be taken as official support representation - Just a helpful uploader who tinkers

          Comment


          • #6
            I see. Thank you.

            Comment

            Working...
            X