Ubuntu is my daily driver but I'm thinking of setting this up on my never used Raspberry PI -- anyone using it? How tough do you think it will be as a first project? (www.maketecheasier.com)
from wowwoweowza@lemmy.ml to linux@lemmy.ml on 28 Nov 2023 16:47
https://lemmy.ml/post/8596742

#linux

threaded - newest

faethon@lemmy.world on 28 Nov 2023 16:56 next collapse

Looks like a pretty straightforward install! And a fun project to have a personal message space with friends. It includes the ability to launch gameoso you could maybe set it up as a personal lobby for gaming buddies.

wowwoweowza@lemmy.ml on 29 Nov 2023 02:47 collapse

I’m ready to do something lower tech — retro.

I’m a big fan of this old BBS game called Space Trader — I loved it. Hoping to get one going.

drwho@beehaw.org on 28 Nov 2023 17:17 next collapse

As long as you follow the instructions you should be okay.

wowwoweowza@lemmy.ml on 29 Nov 2023 02:47 collapse

Thank you — seems like a nice place to start to move beyond starting a browser.

lautan@lemmy.ca on 28 Nov 2023 17:17 next collapse

It’s a good idea. I recommend it.

youngGoku@lemmy.world on 28 Nov 2023 17:43 next collapse

chmod +x ./install.sh 
./install.sh

Hmm usually not a secure practice to do this

0000@lemmy.world on 28 Nov 2023 20:08 next collapse

What’s the alternative to doing this? Is it safer to read the script first and then execute it as

sh ./install.sh?

youngGoku@lemmy.world on 28 Nov 2023 20:36 collapse

Read the official docs to build from source.

duncesplayed@lemmy.one on 01 Dec 2023 01:13 collapse

Those instructions are from the official docs, and install.sh comes from the source repo. It’s an annoying script (it basically runs apt, npm, make, on your behalf…thanks, I can do that myself), but if you’re trusting the repo source to begin with, I don’t think it’s any less secure.

wowwoweowza@lemmy.ml on 29 Nov 2023 02:45 collapse

I have a great deal to learn…

YIj54yALOJxEsY20eU@lemm.ee on 28 Nov 2023 20:00 next collapse

Do you listen to Linux Unplugged podcast? They just mentioned this lol

null@slrpnk.net on 28 Nov 2023 20:22 next collapse

And if you don’t listen to LUP, you should really listen to LUP. And all the other Jupiter podcasts.

wowwoweowza@lemmy.ml on 29 Nov 2023 02:45 collapse

Thank you! I shall start listening!

node815@lemmy.world on 29 Nov 2023 01:19 collapse

Brings back memories of running “The Upper Room BBS” and “007 BBS” as a teenager in the late 80’s as a SYSOP. Those were fond memories, of having someone dial into your computer and making online friends from across the country sometimes.

I think now though, you can just Telnet into different BBS’s still.

www.telnetbbsguide.com/bbs/list/brief/

wowwoweowza@lemmy.ml on 29 Nov 2023 02:44 collapse

This looks amazing! Thank you.