Tiny Core Extensions > TCE Corepure64
VNC Server
Blake:
x11vnc.tcz worked for me. After typing x11vnc in terminal I was able to use remmina to remote in with the vnc protocol. I need to set a password now as I am logging in with tc no password and I would like to force password on a reboot at this time I only have to type the username to login the system. Thank you for all the help and development.
Blake:
Looks like x11vnc -storepasswd worked for setting the password. Anyone have a procedure for forcing system password on reboot?
Rich:
Hi Blake
The Wiki has some information on passwords:
http://wiki.tinycorelinux.net/wiki:passwd
polikuo:
--- Quote from: Blake on January 11, 2018, 01:04:45 PM ---Looks like x11vnc -storepasswd worked for setting the password. Anyone have a procedure for forcing system password on reboot?
--- End quote ---
Hi!
This is what I do.
First run:
--- Code: ---x11vnc -usepw
--- End code ---
Setup the password.
Create a executable shell script ~/.X.d/x11vnc
--- Code: ---#!/bin/sh
[ -f /usr/local/tce.installed/x11vnc ] || exit
x11vnc -gui -usepw -forever -loop -ncache 10 &
--- End code ---
Add x11vnc to onboot.lst. Then run a backup and reboot to test.
--- Code: ---echo x11vnc.tcz >> onboot.lst
filetool.sh -b
sudo reboot
--- End code ---
[EDIT]: Reworded a sentence to make its meaning clear. See 2 posts down for details. Rich
curaga:
You shouldn't keep extensions in the backup, that will slow down boot and backup.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version