this post was submitted on 10 Sep 2023
29 points (100.0% liked)

Linux

1257 readers
25 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
 

Hi there! I'm curently using Pop OS linux as my daily machine to work with. Though sometimes I need to access my Mac Mini M1 and I'm looking on some good way to have remote access to my Mac without getting of my Linux workflow. Both my machines are on same LAN and connected via gigabit connection. I have tried using RustDesk though most issue comes from image quality (I have 4K screen). If you got any sugestion it would be great.

top 16 comments
sorted by: hot top controversial new old
[–] Sneptaur@pawb.social 15 points 1 year ago (1 children)

Good ole VNC should do the trick. Use VNC server on the Mac and then remmina or KRDC on the Linux machine.

[–] Madiator2011@lm.madiator.cloud 2 points 1 year ago (3 children)

I heard that VNC gives bad quality. Also will things like clipboard work fine. Another thing is that I need to be able to access after Mac boots (aka so my mac M1 will be headless with just HDMI dummy plug)

[–] _s10e@feddit.de 8 points 1 year ago (1 children)

But sure what you 'heard'. VNC essentially streams a video from either a real or a virtual screen. This has worked very well for all 2D applications for decades.

It's not fancy, does nothing special, and that's why it works. You need sufficient bandwith for the desired quality, but on LAN you'll be fine

What's usually problematic is fancy UI stuff that relies on a local GPU, which you don't have. I usually disable animations.

Disclaimer: Have not used VNC in 10 years.

Also, many thinks you ask for are out of scope for VNC: clipboard, drag and drop, file access. VNC does none of those; just screen and input (keyboard, mouse, ...). Not sure about audio.

[–] Rin@lemm.ee 3 points 1 year ago

I've use tigerVNC daily and it supports clipboard :)

but you're right about the other things. no audio too...

[–] Sneptaur@pawb.social 4 points 1 year ago

It’s good enough for Apple, it should be good enough for you. There is always a quality loss with such things. You’ll have to test it and see if you like it.

[–] ShustOne@lemmy.one 1 points 1 year ago

VNC would not work for your needs.

I've had success in this set up using TeamViewer (over internet) or No machine (local network).

[–] entropicdrift@lemmy.sdf.org 4 points 1 year ago (1 children)

Parsec is pretty convenient. I'm still a bit miffed they removed hosting for Linux from their app, along with support for Raspberry Pi clients, but it's very easy to setup.

[–] Qkall@lemmy.ml 2 points 1 year ago

I love parsec and moonshine/sunshine

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

Take a look at Sunshine, saw this vid about it and thought it looks cool.

[–] Madiator2011@lm.madiator.cloud 2 points 1 year ago (1 children)

Does not work on Mac with M1 CPU :)

[–] Ozzy@lemmy.ml 1 points 1 year ago

awww damn, that's unfortunate :(

[–] tvcvt@lemmy.ml 2 points 1 year ago

This is a pretty routine workflow for me too. VNC works okay, but there’s some special sauce in the macOS implementation that make it much more responsive Mac to Mac. For Linux to Mac, I waffle between NoMachine and Parsec. Lately I’ve been leaning toward Parsec and it’s a pretty usable experience.

[–] BitPirate@feddit.de 1 points 1 year ago

Does RustDesk allow to change video codecs and parameters?

[–] Shepy@feddit.uk 1 points 1 year ago

Anydesk would be worth a look, and free for none commercial use

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

Try Remmina

[–] library_napper@monyet.cc 1 points 1 year ago

I tunnel VNC through SSH for this