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
page 30 / 155
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
Ouvrir un compte bancaire en ligne - Boursorama Banque https://www.boursorama-banque.com/ultim/
Fri Jun 14 14:04:00 2019 archive.org
QRCode
thumbnail
SEVEN BANK English Site | Seven Bank https://www.sevenbank.co.jp/english/
Fri Jun 14 04:43:23 2019 archive.org
QRCode
thumbnail

It is a page of investor information (IR) on Seven Bank. Various material of closing of accounts information, financial data, the shareholders' meeting, the dividend policy, and stock prices, etc. and information are published.

Bloquer les publicités et traqueurs au niveau du DNS avec Unbound – Tuxicoman https://tuxicoman.jesuislibre.net/2016/10/bloquer-les-publicites-et-traqueurs-au-niveau-du-dns-avec-unbound.html
Thu Jun 13 04:09:22 2019 archive.org
QRCode
hosts/readme.md at master · StevenBlack/hosts · GitHub https://github.com/StevenBlack/hosts/blob/master/readme.md
Thu Jun 13 04:08:49 2019 archive.org
QRCode
thumbnail

Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke e...

IPFS, Again - macwright.org https://macwright.org/2019/06/08/ipfs-again.html
Wed Jun 12 21:05:55 2019 archive.org
QRCode
thumbnail
ipfs p2p web decentralise
En Seine-Saint-Denis, les services publics à la merci de la fracture numérique - Bondy Blog https://www.bondyblog.fr/enquete/en-seine-saint-denis-les-services-publics-la-merci-de-la-fracture-numerique/
Tue Jun 11 15:31:28 2019 archive.org
QRCode
thumbnail

** Qu'on ne me dise pas que la génération Y et Z maîtrise le numérique. Cela fait des années que je prétends le contraire en disant que les jeunes ne sont que des simples consommateurs et qu'ils baignent dans l'illectronisme face à un PC.
En voici une preuve supplémentaire avec cette article (descendez un peu, ça parle des "digital natives" - dit sur un ton ironique bien sûr...)

via https://mamot.fr/@kinux/102232302530526844

anbox/anbox: Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system https://github.com/anbox/anbox
Mon Jun 3 18:00:27 2019 archive.org
QRCode
thumbnail

Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. In other words: Anbox will let you run Android on your Linux system without the slowness of virtualization.

android linux port anbox
Pantheon - ArchWiki https://wiki.archlinux.org/index.php/Pantheon
Mon Jun 3 02:33:25 2019 archive.org
QRCode
thumbnail
Better Bash history | Arabesque https://sanctum.geek.nz/arabesque/better-bash-history/
Fri May 31 05:24:05 2019 archive.org
QRCode
thumbnail
mps-youtube ou le hipster mélomane https://von.zone/mps-youtube-ou-le-hipster-melomane/
Thu May 30 17:47:13 2019 archive.org
QRCode
thumbnail
CNCF Cloud Native Interactive Landscape https://landscape.cncf.io/
Mon May 27 16:21:52 2019 archive.org
QRCode
thumbnail

CNCF Cloud Native Interactive Landscape

CNCF Cloud Native Interactive Landscape
Raspberry Pi : Activer le décodage des videos MPEG2 et WMV | Techjp.net https://techjp.net/raspberry-pi-activer-le-decodage-des-videos-mpeg2-et-wmv/
Fri May 24 15:39:37 2019 archive.org
QRCode
thumbnail
licence codec video raspberry pi
New video features! MPEG-2 and VC-1 decode, H.264 encode, CEC support - Raspberry Pi https://www.raspberrypi.org/blog/new-video-features/
Fri May 24 15:37:55 2019 archive.org
QRCode
thumbnail
raspberry pi licence
petergarner.net::blog https://petergarner.net/notes/index.php?thisnote=20180202-Travels+with+a+Pi
Fri May 24 00:19:19 2019 archive.org
QRCode
thumbnail
hledger: hledger web https://hledger.org/hledger-web.html
Thu May 23 15:34:45 2019 archive.org
QRCode
thumbnail
Japan Begins Experiment of Opening to Immigration - Bloomberg https://www.bloomberg.com/opinion/articles/2019-05-22/japan-begins-experiment-of-opening-to-immigration
Thu May 23 14:11:43 2019 archive.org
QRCode

As the population ages and shrinks, the country is making it easier for foreigners to work and become citizens.

japon immigration étranger
A tutorial on how to get into an admin account on ANY computer. - Album on Imgur https://imgur.com/gallery/H8obU
Tue May 21 18:12:40 2019 archive.org
QRCode
thumbnail

How to correct this issue ? but with a problem for handicap person...

Just disable the sticky keys prompt from running when you press shift 5 times. Then when CMD is renamed to SETHC, it won't pop up. Solved.

Win7:

Start > type "change how your keyboard works"
Click the first option
Click set up sticky keys
Uncheck turn on sticky keys when shift is pressed 5 times.

You really don't need to have a Windows disc or image on a USB either to make the exploit work. I'm trying to say that disabling the PC from starting from a different drive than the internal system drive won't prevent the exploit from being performed. This workaround is done by resetting the computer when it's starting up and using a startup repair to get access to the file system to rename CMD to SETHC. Sure, it's hard on the disk drive, but if you're breaking into somebody else's machine, you don't really care.

windows superuser cmd sethc bug
Note: optimiser des jpeg dans des sous repertoires et tout mettre dans le repertoire walls /index.php/shaare/dbvlYQ
Mon May 20 22:23:04 2019 archive.org
QRCode

find . -type f -exec sh -c 'jpegtran -optimize -progressive -outfile "../walls/$(basename {})" "{}"' \;

jpegtran jpeg optimize progressive file batch
The Sealed Garden That Was Only Watered Once in 53 Years - Biologic Performance https://biologicperformance.com/sealed-bottle-terrarium-garden-watered-once-53-years/
Mon May 20 17:17:29 2019 archive.org
QRCode
thumbnail

Un Jardin dans une bouteille fermée ?

j'aime beaucoup l'idée...

jardin diy bouteille
page 30 / 155
4770 links, including 1684 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn