Install the OpenSSL on Debian based systems
sudo apt-get install openssl| THIS ARE MY NOTES OF BUILDING AN INSTALLING XORGXRDP AND XRDP WITH GPU ACCELERATION | |
| TESTED ON DEBIAN 9.13 | |
| -- Build XorgXrdp with GPU acceleration ("script" - to be adjusted to your needs) : -- | |
| ## << BUILD AND INSTALL SCRIPT START >> ## | |
| #!/bin/bash | |
| # Install Latest XRDP with XORGXRDP | |
| # README |
(NB: adapted from this Ask Ubuntu thread -- tested to work with Ubuntu 16 LTS branches and Ubuntu 17.10)
Unlike using VMWare Tools to enable Linux guest capabilities, the open-vm-tools package doesn't auto-mount shared VMWare folders. This can be frustrating in various ways, but there's an easy fix.
Install open-vm-tools and run:
sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
| #!/bin/sh | |
| # onedrive-ubu.sh | |
| # A BASH script to set up OneDrive integration with GNOME on Ubuntu | |
| # Copyright (C) 2018 Garrett Mills (garrett@glmdev.tech) | |
| # This software is licensed under the MIT License. | |
| # This sofware is provided without warranty or even any implied intent of purpose. | |
| # | |
| # OnedriveD: https://github.com/xybu/onedrived-dev | |
| # |