this post was submitted on 28 Jun 2023
11 points (100.0% liked)

Operating Systems

3801 readers
1 users here now

All things operating system related, from Windows to Mac to Linux distros and the more obscure.

Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

For a long time I've been using Windows only on my private computer even though I might've wanted to use Windows.

One big part of that is that I have it set up next to my work computer when I'm working from home so I can do private stuff on it while working. Talking to people on Signal, Matrix, browsing Beehaw and so on. My work computer is pretty locked down and snooped on. I'm allowed do to stuff like that on it but it feels iffy.

Until recently I've used Mouse Without Worders to share the same mouse and keyboard between the two and it's worked like a charm.

I just never got around to checking for a solution that would work cross OS until today.

I've tried Logitech's solution once but couldn't get it to work due to firewalls and other stuff going on on my work computer but.. Barrier!

That just worked! I set up my private computer as the server and my work computer as the client and now I'm switching betwern the two machines without a glitch! :)

It did complain a bout a missing SSL cert at first but this solved that issue:

Copy the path to SSL directory which you can find in your error. "ERROR: ssl certificate doesn't exist: /home/rsvay/snap/barrier-kvm/2/.local/share/barrier/SSL/Barrier.pem " In this case : "/home/rsvay/snap/barrier-kvm/2/.local/share/barrier/SSL/" Then run the following commands:

cd  "path to your SSL"
mkdir -p Fingerprints
openssl req -x509 -nodes -days 365 -subj /CN=barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem
openssl x509 -fingerprint -sha256 -noout -in Barrier.pem > Fingerprints/Local.txt
sed -e "s/.*=/v2:sha256:/" -i Fingerprints/Local.txt

https://stackoverflow.com/questions/67343804/error-ssl-certificate-doesnt-exist-home-rsvay-snap-barrier-kvm-2-local-shar

top 10 comments
sorted by: hot top controversial new old
[–] MolecularStargazer 7 points 1 year ago (2 children)

Just so you know, the active maintainers moved to https://github.com/input-leap/input-leap/, as the original project admin has not been active in years. See https://github.com/input-leap/input-leap/issues/1414 for context.

[–] nlm 2 points 1 year ago

Oh neat! That might be worth checking out then! Though Barrier seems to work fine too.

[–] ezri@lemmy.blahaj.zone 1 points 1 year ago

The issue is that input leap has no releases and has to be built yourself. Which is fairly easy on Linux but a huge pain on Windows. I gave up once I realized an Apple Developer account was required to build it.

[–] NettoHikari@social.fossware.space 3 points 1 year ago (1 children)

Unfortunately, this doesn't work with Wayland. There's a program that I forgot the name of and that's supposed to work with Wayland, but I didn't have success with it.

On Xorg systems, Barrier works well, though.

[–] nlm 1 points 1 year ago (1 children)

Pretty sure I'm using it on Wayland now though. Need to check, not by the computer atm.

[–] nlm 1 points 1 year ago

Nah, won't work on Wayland :/

[–] squaresinger@feddit.de 2 points 1 year ago* (last edited 1 year ago) (1 children)

I am running the same exact setup.

Btw, if your work laptop's firewall is causing issues, you can just set the server port to 80 or 443 and run the work laptop as a client. This will work on any firewall setup that doesn't use whitelists for http/https connections.

[–] nlm 1 points 1 year ago

Worth a short I suppose but I might as well use my private laptop as the server since I've always got that running while working anyway. :)

[–] naeap@sopuli.xyz 2 points 1 year ago (1 children)

Still no support/replacement for Wayland at moment, am I right?

Barrier is one of the major things keeping me on X. Controlling my Laptop, workstation and even my test PCs, if I want to, with just one keyboard/mouse is absolutely awesome

[–] nlm 1 points 1 year ago

No, won't work on Wayland :/

And yeah, this is going to keep me on X for a while too.

load more comments
view more: next ›