Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged Desktop  ✕
GitHub - mderasse/rdod: Remote Desktop On Docker https://github.com/mderasse/rdod
Fri Jun 14 19:01:29 2019 archive.org
QRCode
thumbnail

Launch rDoD

1) Set Up your rDoD

rDod can be launch as it but you might want to customize. To do so, a few environment variables are available such as :

  • RESOLUTION: Screen resolution of the desktop initialized by VNC Server (Default: 1920*1080)
  • USE_SSL: Enable/Disable SSL Encryption between VNC Client <-> Server. If set to true, Certificate will be auto-generated at launch (Default: false)
  • VNC_RW_PASSWORD: Password for log in as a Read-Write user. If not set, the password will be auto-generated at launch (Optional)
  • VNC_RO_PASSWORD: Password for log in as a Read-Only user. If not set, the password will be auto-generated at launch (Optional)

If you are using docker-compose you can also edit the docker-compose file to customize rDod

2) Start rDoD

rDod cab be launch by 2 different ways :

a) Docker-Compose

Docker-Compose is the easiest way to launch rDoD. By using it the Home of the rDod user will be persistent.

You can use Docker-Compose to download and launch rDoD by using the following command:

docker-compose up

It's also possible to launch rDoD in "detach" mode by adding the -d parameter:

docker-compose up -d

b) Docker CLI

You can launch rDoD by using the classical Docker CLI. That way permit a better customization but will require to write a longer command line.

docker run -p 5901:5901 -p 5911:5911 mderasse/rdod:latest

Of course you can replace latest by another image tag.

You might also want to have a persistent Home. You can do this by using the parameter -v like :

docker run -p 5901:5901 -p 5911:5911 -v $(pwd)/home:/home/user mderasse/rdod:latest

You might also want to use those parameter :

  • -d : launch the image in "detach" mode
  • -e : set a environment variable. (-e USE_SSL='true')

3) Access to rDoD

rDoD currently provide 2 different ways of access.

VNC

In order to acces to rDoD by using VNC you will have to install the TigerVNC viewer.
You can find the different binary depending of your OS on that link: TigerVNC Viewer

After the installation done you will have to launch the client and connect to :
YOUR_IP:5901

noVNC

noVNC is a HTML5 Client. You can access it directly by using your favorite Web Browser
http://YOUR_IP:5911

Don't forget to change HTTP to HTTPS is USE_SSL is enabled.

Create you own Customized Version

rDoD is made in a way that it's really easy to extend it.
Do to so you will have to create a Dockerfile like the following one:

FROM mderasse/rdod:latest

LABEL maintainer="Matthieu DERASSE <github@derasse.fr>"

# Back to Root
USER 0

# Configure Custom System
COPY ....
RUN ....

# Back to User
USER 1000

Please, take a look at the customs directory, that can be a good source of inspiration. Feel free to share your version by creating a pull Request!

Known Issues

1) noVNC does not handle well all the keyboard key

docker vnc desktop
Making the steamos-desktop look better :: Steam Universe http://steamcommunity.com/groups/steamuniverse/discussions/1/648814395929616740/
Tue Dec 17 17:38:18 2013 archive.org
QRCode
thumbnail

Comment mettre en place un "vrai" desktop Debian sur SteamOS ?

Et je met une copie ReadItYourSelf ici :
http://latest.readityourself.net/readityourself.php?css=zen&url=http%3A%2F%2Fsteamcommunity.com%2Fgroups%2Fsteamuniverse%2Fdiscussions%2F1%2F648814395929616740%2F

steamos debian desktop gnome-shell
How To Install Google Desktop On Ubuntu | Ubuntu Tutorials http://ubuntu-tutorials.com/2007/09/03/how-to-install-google-desktop-on-ubuntu/
Thu Oct 20 07:10:02 2011 archive.org
QRCode
thumbnail

In this article I outline how to install and use the Google Desktop application on Ubuntu. This includes installation, quick-tips and even includes Picasa!

google desktop ubuntu picasa utility management search index quick tips In this article outline how install Google Desktop application on Ubuntu includes installation even Picasa
SourceForge.net: GnuWin32: Files http://sourceforge.net/project/showfiles.php?group_id=23617
Thu Oct 20 07:04:26 2011 archive.org
QRCode
thumbnail

Get GnuWin32 at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. GnuWin32 provides Win32-versions of GNU tools, or tools with a similar open source licence. The ports are native ports, that is they rely only on libraries provided with any 32-bits MS-Windows operating system, such as MS-Windows 95 / 98 / 2000 / NT / XP

Build Tools Desktop Environment Office Business Open Source Software Development Community Code Secure Downloads Free GnuWin provides Win32 versions GNU tools with similar open source licence The ports are native relying only on libraries provided any modern bits MS Windows operating system such 2000 XP Vista 7
4695 links, including 1609 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn