this post was submitted on 28 Nov 2023
61 points (98.4% liked)

Linux

47548 readers
506 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 15 comments
sorted by: hot top controversial new old
[–] youngGoku@lemmy.world 12 points 10 months ago* (last edited 10 months ago) (2 children)
chmod +x ./install.sh 
./install.sh

Hmm usually not a secure practice to do this

[–] 0000@lemmy.world 7 points 10 months ago (1 children)

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 8 points 10 months ago (1 children)

Read the official docs to build from source.

[–] duncesplayed@lemmy.one 2 points 10 months ago

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 1 points 10 months ago

I have a great deal to learn…

[–] node815@lemmy.world 6 points 10 months ago (1 children)

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.

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

[–] wowwoweowza@lemmy.ml 1 points 10 months ago

This looks amazing! Thank you.

[–] YIj54yALOJxEsY20eU@lemm.ee 6 points 10 months ago (2 children)

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

[–] wowwoweowza@lemmy.ml 4 points 10 months ago

Thank you! I shall start listening!

[–] null@slrpnk.net 3 points 10 months ago

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

[–] faethon@lemmy.world 3 points 10 months ago (1 children)

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 1 points 10 months ago

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.

[–] lautan@lemmy.ca 2 points 10 months ago

It's a good idea. I recommend it.

[–] drwho@beehaw.org 2 points 10 months ago (1 children)

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

[–] wowwoweowza@lemmy.ml 1 points 10 months ago

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