this post was submitted on 08 May 2024
67 points (93.5% liked)

Linux

48072 readers
1 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 6 years ago
MODERATORS
top 33 comments
sorted by: hot top controversial new old
[–] BigMikeInAustin@lemmy.world 39 points 1 year ago (2 children)

from anywhere on the planet, using just a web browser.

The poor astronauts on the International Space Station miss out on so much.

[–] pastermil@sh.itjust.works 6 points 1 year ago

They'll still find a way to connect.

Our friends on Mars, on the other hand...

[–] BigMikeInAustin@lemmy.world 15 points 1 year ago (2 children)

Raspberry Pi Connect needs your Raspberry Pi to be running a 64-bit distribution of Raspberry Pi OS Bookworm that uses the Wayland window server. This in turn means that, for now, you’ll need a Raspberry Pi 5, Raspberry Pi 4, or Raspberry Pi 400.

At the moment, the Raspberry Pi Connect service has just a single relay (TURN) server, located in the UK. This means that if rpi-connect chooses to relay traffic, the latency can be quite high.

Our intention is that Raspberry Pi Connect will remain free (as in beer) for individual users with non-relayed connections, with no limit on the number of devices.

[–] ikidd@lemmy.world 3 points 1 year ago

I miss the name "Raspbian".

[–] riodoro1@lemmy.world 2 points 1 year ago (1 children)

Meanwhile you could just set up all of it yourself and learn a couple of things along the way but instead rPi insists on giving its users training wheels for everything. I think it would be much more useful if they provided a dns service with dynamic ip handling.

[–] Weslee@lemmy.world 8 points 1 year ago (1 children)

What's wrong with training wheels?

Worst thing all these stupid guides do is not explain what the commands you are entering do.

[–] TigrisMorte@kbin.social 1 points 1 year ago (1 children)

The Internet is a dangerous place. Training wheels are for inside a LAN and not exposed to the Internet.

[–] Weslee@lemmy.world 1 points 1 year ago (1 children)

Then how do you learn anything to do with the internet?

[–] TigrisMorte@kbin.social 1 points 1 year ago

Study and practice in a safe LAN environment.

[–] lemmyvore@feddit.nl 10 points 1 year ago (3 children)

I'm not sure what this offers vs just using any screen sharing method, or SSH, with a mesh VPN.

[–] giloronfoo@beehaw.org 6 points 1 year ago (2 children)

I think it offers not having to know enough about each of those pieces to pick one of each and set them up.

[–] ProgrammingSocks@pawb.social 1 points 1 year ago* (last edited 1 year ago) (1 children)

If you're using a Pi I don't see why you'd want to avoid learning Linux. Setting up and connecting to SSH servers is an essential skill for anybody doing anything on Linux that isn't purely desktop use.

[–] giloronfoo@beehaw.org 2 points 1 year ago (1 children)

While I generally agree that they should, I disagree that they should have to.

SSH and then some sort of VPN for remote terminal access isn't too bad.

It has been a decade or more since I tried setting up VNC, but I never could figure out how to connect to an existing X session. Has that setup gotten better?

[–] TigrisMorte@kbin.social 2 points 1 year ago (1 children)

Found the Zombie-bot rights supporter!

[–] giloronfoo@beehaw.org 1 points 1 year ago (1 children)

Hehe.

Won't this new service help avoid that for users who haven't figured out how to safely expose a system to the Internet?

[–] TigrisMorte@kbin.social 1 points 1 year ago

There is no such "help". Either you learn what is going on and how to monitor or you are simply another easy target.

[–] TigrisMorte@kbin.social 1 points 1 year ago (1 children)

Under no circumstances should anyone have a device exposed to the Internet unless they have learned about all of those.

[–] giloronfoo@beehaw.org 1 points 1 year ago (1 children)

Isn't that the point of the new features? Now remote access can be had without directly exposing the device to the internet?

[–] TigrisMorte@kbin.social 1 points 1 year ago

That is impossible. If you can log in it is exposed.

[–] Bitflip@lemmy.ml 2 points 1 year ago (1 children)

The VNC server they previously bundled with raspberry pi os is not compatible with Wayland.

[–] lemmyvore@feddit.nl 1 points 1 year ago (2 children)

Do you really need to use Wayland on the Pi?

[–] pbjamm@beehaw.org 1 points 1 year ago (1 children)

Like it or not Wayland is going to be the future of Desktop Linux. Preparing for that future is a good thing.

[–] lemmyvore@feddit.nl 0 points 1 year ago

OK but it's not ready now, objectively speaking. Don't you think it's a bit of a dick move from your OS to ship a version that breaks VNC and doesn't offer an alternative?

[–] Shnog@lemmy.world 1 points 1 year ago

It's the default in the new PiOS

[–] Peffse@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

I'm guessing ease of installation/use.

[–] TigrisMorte@kbin.social 3 points 1 year ago (1 children)
[–] pineapplelover@lemm.ee 0 points 1 year ago (2 children)

Yeah that won't work outside lan unless you vpn or something

[–] TigrisMorte@kbin.social 1 points 1 year ago (1 children)

Not true. SSH works over the open Internet just fine. It is simply an attack vector. Just like Pi Connect would be. So if both are attack vectors, go with the proven technology that is well documented as to how to prevent said attack.

[–] pineapplelover@lemm.ee 1 points 1 year ago (1 children)

Wait really? How? I would imagine some port forwarding or something would need to be done though.

[–] TigrisMorte@kbin.social 1 points 1 year ago (1 children)

A: port forwarding is only required if not in a DMZ.
B: open ports are how machines are accessed regardless of if they are forwarded or not.
C: if you don't understand how ports work, you have no business exposing anything.

[–] pineapplelover@lemm.ee 1 points 1 year ago

Well I have my port open in my lan but the only way to access it outside of my lan is to port forward. I don't understand how you can say that all you need to do is open the port and the machine can be accessed.

Same concept applies for any other service like a game server.

[–] ikidd@lemmy.world 1 points 1 year ago

SSH jump host is the same as this. You still have to have a public available service somewhere, that's how routing works.