Difference between revisions of "BullDog Notes"

From OpenCircuits
Jump to navigation Jump to search
Line 1: Line 1:
 +
= this page is junk, but useful for me for now =
 +
 +
 +
 +
=======================al servers  ==============================
 +
VNC/Servers - Community Help Wiki
 +
    *>url  https://help.ubuntu.com/community/VNC/Servers
 +
 +
 +
==================== vino ==================================
 +
 +
 +
vino - Enable remote VNC from the commandline? - Ask Ubuntu
 +
    *>url  https://askubuntu.com/questions/4474/enable-remote-vnc-from-the-commandline
 +
 +
 +
 +
 +
Just running
 +
 +
/usr/lib/vino/vino-server
 +
should do the job.
 +
 +
Once you have access to your server, I would recommend that you add it to Autostarted Apps so it is always started.
 +
 +
You'll probably like change some settings with :
 +
 +
vino-preferences
 +
be very careful when you run vino-preference on a remote machine, if you uncheck "Allow other users to control your desktop", you won't be able to check it back.
 +
 +
or to edit :
 +
 +
~/.gconf/desktop/gnome/remote_access/%gconf.xml
 +
Here a sample file :
 +
 +
<?xml version="1.0"?>
 +
<gconf>
 +
    <entry name="vnc_password" mtime="1289267042" type="string">
 +
        <stringvalue>cXdlcnR5</stringvalue>
 +
    </entry>
 +
    <entry name="view_only" mtime="1289262982" type="bool" value="false"/>
 +
    <entry name="prompt_enabled" mtime="1254965869" type="bool" value="false"/>
 +
    <entry name="authentication_methods" mtime="1289267034" type="list" ltype="string">
 +
        <li type="string">
 +
            <stringvalue>vnc</stringvalue>
 +
        </li>
 +
    </entry>
 +
    <entry name="enabled" mtime="128926
 +
 +
 +
============================ x11vnc ===================
 +
 +
 +
 +
 +
 +
 +
 
= Just a few scribbled links =
 
= Just a few scribbled links =
  

Revision as of 09:22, 11 March 2019

this page is junk, but useful for me for now

=================al servers ========================

VNC/Servers - Community Help Wiki

   *>url  https://help.ubuntu.com/community/VNC/Servers


============== vino ============================

vino - Enable remote VNC from the commandline? - Ask Ubuntu

   *>url  https://askubuntu.com/questions/4474/enable-remote-vnc-from-the-commandline



Just running

/usr/lib/vino/vino-server should do the job.

Once you have access to your server, I would recommend that you add it to Autostarted Apps so it is always started.

You'll probably like change some settings with :

vino-preferences be very careful when you run vino-preference on a remote machine, if you uncheck "Allow other users to control your desktop", you won't be able to check it back.

or to edit :

~/.gconf/desktop/gnome/remote_access/%gconf.xml Here a sample file :

<?xml version="1.0"?> <gconf>

   <entry name="vnc_password" mtime="1289267042" type="string">
       <stringvalue>cXdlcnR5</stringvalue>
   </entry>
   <entry name="view_only" mtime="1289262982" type="bool" value="false"/>
   <entry name="prompt_enabled" mtime="1254965869" type="bool" value="false"/>
   <entry name="authentication_methods" mtime="1289267034" type="list" ltype="string">
  • <stringvalue>vnc</stringvalue>
  • </entry> <entry name="enabled" mtime="128926

    ====================== x11vnc =============

    Just a few scribbled links


    VNC SSH