Sysadmin

ruplicant , in Rustdesk: a open source remote desktop software
@ruplicant@sh.itjust.works avatar

i’ve been using it to support friends and works very well, the weird part is that i have access to those computers at anytime if they’re on, without settings available to require the user’s permission! it seems quite invasive. because of this i have instructed them to block/remove it until it’s needed again

before this, what would people use to access Windows desktops from Linux? i know about VNC but didn’t find a client for both

timbuck2themoon ,

Try meshcentral.

Caboose12000 ,

anydesk is fairly popular afaik and cross platform, just not FOSS. I used to use it to control my steam deck from my Windows PC. One major upside is anydesk requires the user to accept a connection before control is handed over

ruplicant ,
@ruplicant@sh.itjust.works avatar

i forgot about that criteria, being FOSS. i’ve used AnyDesk before, but avoid doing so now.

i’ve also used Remmina, but some of the people i support use Windows Home edition, which doesn’t include an RDP server. i don’t kbno if i could use it with VNC

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

I personally like the fact that it runs in the background by default. It simplifies a lot of thinks that way.

magikmw , in Rustdesk: a open source remote desktop software

I’ve tries it for a while and there were configuration issues, including being unable to lock it down securely so people don’t start sharing screens with griefers. It’s still on the radar since I honestly hate keeping TV on the network.

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

I’m assuming TV means Team viewer

Tippon , in Rustdesk: a open source remote desktop software

Do you know how it compares to NoMachine, Any Desk, or Team Viewer for speed over a LAN connection? I’ve tried all three in the past, and get slowdowns every now and then, even if the network is fine.

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

Rustdesk has pretty good performance compared to VNC or RDP. Other than that I haven’t done much in the way of testing.

Tippon ,

Thank you :)

I’ve found that VNC can have some slowdowns, but it seems to be faster than the others I mentioned. I can’t remember why I switched away from it now though.

It sounds like it’s worth giving Rustdesk a try, so that might be my next project :)

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

For my personal setup I just set the server to 127.0.0.1 and I access it with ssh. I also use sunshine for gaming.

krnl386 , in Rustdesk: a open source remote desktop software
@krnl386@lemmy.ca avatar

I’ve been using the self-hosted open source version for just over a year now for personal use (friends and family). I’m pretty happy with it.

Has anyone tried the commercial version with the web interface?

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

Honestly I mean this in the nicest way but the commercial version really doesn’t interest me. I think Rustdesk should just have a SaaS that is just the normal server hosted by them for a fee. If they could bundle some sort of support into into it we would be golden.

yojimbo , in How often do you make a back up?

Backup on different levels, one of my clients who I would say has similar ifrastructure uses following approach:

  • backup on the vm level - backing up snapshot of the entire virtualization guest - at least once a week, always before update/upgrade. These can be big - consider ZFS pool w/ compression and deduplication active - but that is also hw intesive. On the other hand, I don’t think you need to keep more than last two successfull backups.
  • filesystem level - run rdiff-backup against the / of the filesystem several times a day. SInce it is essentially versioning, you are only backing up new changes. No zetabyte needed here, ext3/4 will do.
  • drop database somewhere ideally several times a day - even if there are no incidents, your developers will love you.

The recovery strategy is as follows:

  • pull the guest out of the last vm backup
  • sync up the files from last rdiff-backup run
  • discuss w/ the developer DB recovery - or just recover the last backup and hope for the best…
sylver_dragon , in How often do you make a back up?

While it’s true that “It depends on your business needs”, most often I’ve seen backup schemes which work on a minimum of a daily backup of most data. For example, on a larger, busier system, it might have a full backup done over the weekend when the system isn’t as busy and therefore has a lower business impact. Then daily differential backups are done each night. For smaller systems, it might just be a full backup of critical data every night.

For highly active, critical SQL databases, I’ve also seen this extended where the a full backup was done of the database weekly, with differential backups done nightly and transaction log backups done every 15 minutes. This obviously had full transactional logging turned on for the critical databases.

As a concrete example, on my home “server” (desktop with delusions of grandeur), the main data partition is running on ZFS with snapshots taken every 15 minutes, hourly, daily, weekly and monthly. The 15 min. snapshots are kept for an hour. Hourly snapshots are kept for 24 hours. Daily snapshots are kept for 31 days. Weekly snapshots are kept for 8 weeks. Monthly snapshots are kept for 12 months. There’s a bit of overlap in the daily and weekly schedules, as those are most likely to cover my arse from an “oops” factor.

The downside of the snapshot setup is that it doesn’t provide disaster recovery. And, I’ll admit, for my home stuff I haven’t gotten around to sorting this out. Ideally, I should be taking a weekly backup, compressing and encrypting it and pushing it to a cloud service somewhere. Laziness has meant that hasn’t been done yet.

0crash , in How often do you make a back up?
@0crash@mastodon.social avatar

@InternetCitizen2 daily snapshots of VMs and full backups before any updates and upgrades

LifeCoffeeGaming , in How often do you make a back up?

Most VMs backed up daily, depending on how vital then stored for anything from 3 days - 30 days. Few machines are backed up 3 times a week cause they’re tests servers and we’ll take snapshots as and when they’re getting actively used. Finally a couple of machines are backed up 6 hourly for data relevancy.

Everything replicated to a second backup server off-site and have a hardened repo for immutable backups.

Shadow , in How often do you make a back up?
@Shadow@lemmy.ca avatar

Storage arrays: hourly snapshots stored for 24 hours, daily snapshots stored for one week.

Longer term stored in veeam on a different array, those are taken daily and stored for 30 days typically. Sometimes longer archival copies if the business needs.

Bare metal usually daily

We also replicate all data live up to the cloud, for DR. (windows dfsr)

IHawkMike , in Tailscale as a tool for PCI compliance (to avoid port forwarding)

Which specific PCI requirements did you fail?

Regardless, it sounds like you’re over-complicating things. The cameras should just be on a separate VLAN with proper ACLs at the router/firewall.

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

I’m looking to completely remove the NVRs from the internet so no, I don’t believe its that complicated

It seems that Tailscale may be a decent fit for our needs. Netbird had a nicer UI but is not nearly mature enough and has broken user invites

huskypenguin , in Sunshine streaming for employee remote work?

It’s clunky to set up but solid performance. Sunshine is just a bit too alpha at the moment. On our Ubuntu rig it will crash it if left on.

Just started using Reemo, I think it’s a better work tool and great for people that aren’t tech centric.

Mojojojo1993 , in Sunshine streaming for employee remote work?

I also want this.

So my set-up would be for my virtue one glasses.

What would be ideal would be a virtual desktop. If I could plug my laptop info Ethernet and access it anywhere on that wifi.

Not sure if sunshine/ moonlight would work.

Also because it’s work laptop I’ve no way to download. So a browser application would be best.

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

Unfortunately I don’t think moonlight will ever work without a client. Its just to taxing of a protocol for that to work.

Mojojojo1993 ,

Are there alternatives ? I would think of GeForce now can work. A virtual desktop can’t be too difficult to implement

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

You could try noVNC

Mojojojo1993 ,

Will do. Cheers

slazer2au , in Tailscale as a tool for PCI compliance (to avoid port forwarding)

In all honesty of you are in a commerical environment and scale where PCI and mesh VPNs are cropping up you should consider hardware firewalls.

FortiNet has FortiGate ADVPN as part of the base image and no extra licenses required. If you include the licenses you can get PCI reports from the FortiGate.

Juniper has SRX mesh, don’t go for the cisco tax of DMVPN, Palo Alto has LSVPN

possiblylinux127 OP ,
@possiblylinux127@lemmy.zip avatar

I am actually managing a bunch of locations with only 1-3 people at each. Full firewalls feel overkill but maybe there is a middle ground. I’ve actually considered openWRT with ansible but keeping openWRT updated is a pain in the ass.

For now I’ll just stick with Tailscale and some sort of management software.

possiblylinux127 , in Weird problem driving me crazy (Win, Domain, Network)
@possiblylinux127@lemmy.zip avatar

Silly question but have you verified they don’t have a connection? Maybe try pinging 1.1.1.1 to see if it is just a detection error.

Dyskolos OP ,

Already solved, thanks anyway man!

Rooki , in Happy New Year!
@Rooki@lemmy.world avatar

Happy New Year!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • All magazines