I have tried to follow the VNC tutorial, but I got a bit lost. I did the following:
Code: Select all
yum -y install vnc-server
vncserver
"The first time it runs it will ask for setting up a password. You
can also specify a size, which I typically do a hair smaller than the
desktop I plan to use it from. Example for 1280x1024:
Code: Select all
vncserver -geometry 1250x1000" chkconfig vncserver on
.vnc/xstartup
and make sure it has these two lines uncommented, per the comment there:
Code: Select all
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
I then opened port 5900 in the F10 firewall and tried to connect to it with VNCViewer, but it could not connect.
The problem is my hda is a server and therefore only has a screen when I install operating systems.
I understand the security issues with VNC and that is why I would prefer to get SSH setup and working for remote access any time. It would be fantastic if that could be come an app.
I really like HDA, but it still needs a lot of work and I would like to help. I could do some image editing, I enjoy working with PS and images like the front page of amahi.org could do with a face lift.
Thanks