Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_server:home_server_setup:vnc_setup [2023-12-26 Tue wk52 11:39] baumkphome_server:home_server_setup:vnc_setup [2024-11-09 Sat wk45 09:35] (current) – [Some preferred graphical programs:] baumkp
Line 1: Line 1:
 {{tag>linux server debian vnc setup vncserver tigervnc gnome xfce}} {{tag>linux server debian vnc setup vncserver tigervnc gnome xfce}}
-=====VNC Server=====+======VNC Server=====
 +<fc #ff0000>This section is a bit of a mess and needs a clean up.....</fc> 
 I want a simple server GUI VNC system.  Sadly most the instructions on the net do not seem to meet my needs. I want a simple server GUI VNC system.  Sadly most the instructions on the net do not seem to meet my needs.
   * Install a GUI   * Install a GUI
Line 8: Line 10:
     * ''sudo apt install --no-install-recommends xfce4 xserver-xorg'', xfce-goodies is an option package     * ''sudo apt install --no-install-recommends xfce4 xserver-xorg'', xfce-goodies is an option package
 After setting up a basic Debian server I do the following. After setting up a basic Debian server I do the following.
 +
 +Some additional confusing notes:
 +  * ''vncserver -list'' on server to check running server sessions
 +  * ''vncserver -kill :1'' to kill the :1 server listed
 +  * ''vncserver -localhost no -geometry 800x600 -depth 24'', use the ''-localhost no'' option to allow remote connection.
  
 ++++Old, tl;dr;| ++++Old, tl;dr;|
Line 58: Line 65:
 ====Some preferred graphical programs:==== ====Some preferred graphical programs:====
   *Synaptic package manager - a graphical package manager; package: synaptic (To use: ''gksudo synaptic &'', will only work with root privileges.)   *Synaptic package manager - a graphical package manager; package: synaptic (To use: ''gksudo synaptic &'', will only work with root privileges.)
-  *Virtual machine manager - a graphical virtual machine manager; package: virt-manager +  *[[https://virt-manager.org/|Virtual machine manager]] - a graphical virtual machine manager; package: virt-manager 
-  *XnView - a photo display manipulation program +  *[[https://www.xnview.com/en/|XnView]] - a photo display manipulation program 
-  *Byobu - a fancy terminal; package byobu+  *[[https://www.byobu.org/|Byobu]] - a fancy terminal; package byobu
   *Gnome file manager; package: nautilus. (CLI: ''gksudo nautilus &'', but be very careful if using in root...)   *Gnome file manager; package: nautilus. (CLI: ''gksudo nautilus &'', but be very careful if using in root...)
   *Gnome disk utility; package: gnome-disk-utility. (CLI: ''gksudo gnome-disk &'', but be care if using in root...)   *Gnome disk utility; package: gnome-disk-utility. (CLI: ''gksudo gnome-disk &'', but be care if using in root...)