Use Remmina on the client and then install anything that opens and listens to VNC ports. For example TightVNC or RealVNC.
Just even a small sys admin tip for Android phones
- For VNC - AVNC
- For SSH - ConnectBot
Use Remmina on the client and then install anything that opens and listens to VNC ports. For example TightVNC or RealVNC.
Just even a small sys admin tip for Android phones
Wth is that, that is the most anti-idiomatic code I have ever seen
https://github.com/rustdesk/rustdesk/blob/master/src%2Fplatform%2Flinux.rs#L176
pub fn get_cursor() -> ResultType<Option<u64>> {
let mut res = None;
DISPLAY.with(|conn| {
if let Ok(d) = conn.try_borrow_mut() {
if !d.is_null() {
unsafe {
let img = XFixesGetCursorImage(*d);
if !img.is_null() {
res = Some((*img).cursor_serial as u64);
XFree(img as _);
}
}
}
}
});
Ok(res)
}
I’m not an expert but this seems wrong.
I’ve also seen creating there deployment or configuration stack of your choice.
Yeah exactly.
But what about casual usage like office? The option to choose OS preinstalled on the laptops or desktop would be beneficial.
But Microsoft holds its monopolistic grip.
Maybe we are too used to Linux working on anything but with some imperfection.
And yet it again leads to oficial supported hardware.
They are getting closer to this but also I think those projects emerged from being old and unorganized so they want to do it decently.
Yes, but also companies say that Linux support is not worthit (gaining money and spending on the support) compared to - slapping barely working Windows port and call it a day.
For now Linux support is more like pleasant surprise than a official respected thing.
For me it was always a niche that wasn’t taken full advantage of.
Let me clarify myself
*It’s impossible to get big corporate guys attention so they ship Linux by default and it’s clearly tested. For now the Valve, System76, Framework and Tuxedo are exception.
Edit: Also I was keeping in mind corporatr entity behind OS.
List me what is standardized on Linux.
Yeah but you can have default choices that are guarantee to work.
And yeah preinstalled checked hardware would be ideal.
That’s also true but also impossible. Linux isn’t a for profit company.
Let’s say something like systemd standarization.
This “vintage” look seems so interesting for me and I don’t know why…
At least on Linux you can have some kind of control while on Windows or Mac there is an illusion like “can’t do that, fuck you”, while Linux is like “can do that… will you manage”?
But not as precise.