Skip to content

Just Blog

Just notes from my thoughts

Tag: vnc

Raspberry Pi VNC Connect Script

To use Raspberry as thinclient, connect VNC to another machine, first install ssvncviewer, and create shell script below:

connect.sh
#!/bin/bash
echo <password> | ssvncviewer -scale 1350x600 -autopass <ipaddress>

Resolution 1350×600 is the best for 1366×768 screen, you can change it for your need

Author luckyPosted on Fri, 5 June 2015Tags raspberry pi, script, vncLeave a comment on Raspberry Pi VNC Connect Script

Running VNC on Console Ubuntu 12.04.05 LTS

Install x11vnc
sudo apt-get install x11vnc

Set password
x11vnc --storepasswd

Run
x11vnc -rfbauth .vnc/passwd -auth /var/run/lightdm/root/:0

Author luckyPosted on Mon, 2 March 2015Tags ubuntu, vncLeave a comment on Running VNC on Console Ubuntu 12.04.05 LTS

Recent Posts

  • Setup Modoboa Email Server on Ubuntu 22.04.2 LTS
  • OpenSSH Server on Windows 10
  • Firefox Fix for Zoneminder Montage View
  • Enable VNC on Raspberry Pi via SSH
  • How to uninstall Glance for Realme

Recent Comments

  • panca on Cara Mengetahui Password Database iPos 4.0
  • xyz on Cara Mengetahui Password Database iPos 4.0
  • Razak Sy on Cara Mengetahui Password Database iPos 4.0
  • Safik on Cara Mengetahui Password Database iPos 4.0
  • example on Cara Mengetahui Password Database iPos 4.0

Archives

  • July 2023
  • April 2022
  • March 2022
  • December 2021
  • November 2020
  • April 2020
  • October 2018
  • July 2018
  • June 2018
  • April 2018
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015

Tags

  • .net
  • apt
  • autostart
  • blackout
  • bug
  • chromium
  • cifs
  • debian
  • edid
  • error 121
  • forwarding
  • grub
  • hdmi mode
  • iptables
  • linux
  • midori
  • monitor
  • mysql problem
  • network list
  • pptp client
  • raspberry pi
  • raspbian
  • resolution
  • samba
  • screen
  • script
  • swap
  • temp
  • tvservice
  • ubuntu
  • vnc
  • vpn
  • webmin
  • web service
  • windows10
  • windows share
  • zoneminder

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Just Blog Proudly powered by WordPress