How to do Screen Sharing on Linux (VNC)

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2024
  • In this video, I show you how to connect to your Linux desktop and control it from a remote computer. I not only show you how to connect to your Linux desktop directly over VNC, but I also show you how to connect over SSH, if you want a more secure connection.
    You can do this using any VNC server/viewer combination. I used Krfb as my server, which you can get from your Linux distribution's package manager, and TightVNC as my viewer (from my Windows PC), which you can download for free at the link below.
    Links:
    TightVNC Download (for Windows): www.tightvnc.com/download.php
    Commands used in this video:
    Install OpenSSH Server: sudo apt install openssh-server
    Tunnel to your VNC Server over SSH: ssh -L [VNC server port]:[remote desktop's IP address]:[VNC server port] [username on remote desktop]@[remote desktop's IP address] (example: ssh -L 5900:192.168.1.36:5900 drew@192.168.1.36)
    Join this channel to get access to perks:
    th-cam.com/users/drewhowdentec...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 6

  • @mufeedco
    @mufeedco 5 หลายเดือนก่อน +1

    Thank you. Great tutorial 👌

  • @ThePiranha1
    @ThePiranha1 หลายเดือนก่อน +1

    could u make a video on how to get krfb thanks

    • @DrewHowdenTech
      @DrewHowdenTech  หลายเดือนก่อน +1

      You can get it from the app centre on your Linux distribution.

    • @ThePiranha1
      @ThePiranha1 หลายเดือนก่อน

      @@DrewHowdenTech thank you!!!

    • @ThePiranha1
      @ThePiranha1 หลายเดือนก่อน +1

      your videos are great and you made it so simple

  • @thatguy3584
    @thatguy3584 หลายเดือนก่อน +1

    what 5 hours of searching and continuous errors couldnt do you explained in 7min. King