F5F Stay Refreshed Hardware Notebooks Can you send a Linux system to your laptop?

Can you send a Linux system to your laptop?

Can you send a Linux system to your laptop?

G
GamerPreto123
Junior Member
14
02-03-2026, 05:25 PM
#1
For my tasks, we maintain Linux systems that operate our custom software for HVAC management. These units work continuously, and during maintenance we need a keyboard, monitor, and our laptop. I aim to minimize travel and prefer using my laptop as a display (instead of bringing a separate one). Ideally, I want to view the Linux machine on my laptop and control it via the keyboard, without needing extra hardware. I understand this might require a specific device (like a video capture card) to function that way, but I’m curious if there’s a solution using just the laptop keyboard.
G
GamerPreto123
02-03-2026, 05:25 PM #1

For my tasks, we maintain Linux systems that operate our custom software for HVAC management. These units work continuously, and during maintenance we need a keyboard, monitor, and our laptop. I aim to minimize travel and prefer using my laptop as a display (instead of bringing a separate one). Ideally, I want to view the Linux machine on my laptop and control it via the keyboard, without needing extra hardware. I understand this might require a specific device (like a video capture card) to function that way, but I’m curious if there’s a solution using just the laptop keyboard.

D
DoctorRockem
Member
61
02-03-2026, 07:12 PM
#2
Yes, a graphical user interface is required. The task cannot be completed using only the terminal or shell.
D
DoctorRockem
02-03-2026, 07:12 PM #2

Yes, a graphical user interface is required. The task cannot be completed using only the terminal or shell.

F
213
02-16-2026, 12:37 PM
#3
Have you thought about using remote connectivity tools such as TeamViewer? You might be able to test it for free, but I think a paid subscription would be necessary for business purposes. It seems to work with Windows, Mac OSX, and Linux. I’ve only used it on Windows before.
F
FrankieNicolas
02-16-2026, 12:37 PM #3

Have you thought about using remote connectivity tools such as TeamViewer? You might be able to test it for free, but I think a paid subscription would be necessary for business purposes. It seems to work with Windows, Mac OSX, and Linux. I’ve only used it on Windows before.

R
randomabby
Senior Member
476
02-19-2026, 02:58 PM
#4
The issue I observe is... Linux systems running our exclusive software to manage the HVAC.

The TeamViewer client, or similar ones, may cause problems.
R
randomabby
02-19-2026, 02:58 PM #4

The issue I observe is... Linux systems running our exclusive software to manage the HVAC.

The TeamViewer client, or similar ones, may cause problems.

M
Menno1600
Member
142
02-21-2026, 05:14 AM
#5
It's all in the terminal, I guess. No GUI - just typing commands.
My guess is that to get a video signal into my laptop, I would need some kind of video card that converts HDMI signal to USB, and then use a program, maybe like OBS Studio. I do video production, so this is how I would get a live HDMI feed from the camera into the computer, so I don't see why it wouldn't work for any HDMI feed. I wish there was something similar...
...then there's the issue of a keyboard. Any dumb usb keyboard works, so why not use my laptop's keyboard as an input on another computer? Perhaps it just wasn't designed this way? What about using a USB bridging cable? Maybe it's just "too complicated" or "not possible" for me to not just carry around a separate keyboard, monitor, and laptop to connect to the Linux boxes.
M
Menno1600
02-21-2026, 05:14 AM #5

It's all in the terminal, I guess. No GUI - just typing commands.
My guess is that to get a video signal into my laptop, I would need some kind of video card that converts HDMI signal to USB, and then use a program, maybe like OBS Studio. I do video production, so this is how I would get a live HDMI feed from the camera into the computer, so I don't see why it wouldn't work for any HDMI feed. I wish there was something similar...
...then there's the issue of a keyboard. Any dumb usb keyboard works, so why not use my laptop's keyboard as an input on another computer? Perhaps it just wasn't designed this way? What about using a USB bridging cable? Maybe it's just "too complicated" or "not possible" for me to not just carry around a separate keyboard, monitor, and laptop to connect to the Linux boxes.

D
DrMaD17
Member
159
02-22-2026, 01:19 AM
#6
It seems like KVM over IP, but these devices tend to be quite expensive since they're meant for data center environments. You might want to look at PiKVM for a more affordable DIY option.
D
DrMaD17
02-22-2026, 01:19 AM #6

It seems like KVM over IP, but these devices tend to be quite expensive since they're meant for data center environments. You might want to look at PiKVM for a more affordable DIY option.

Z
Zerstouerneun
Member
186
02-26-2026, 03:10 PM
#7
Consider using SSH to manage the other machine:
View: https://www.youtube.com/watch?v=kjFz7Lp8Qjk
Z
Zerstouerneun
02-26-2026, 03:10 PM #7

Consider using SSH to manage the other machine:
View: https://www.youtube.com/watch?v=kjFz7Lp8Qjk