Skip to content

Instantly share code, notes, and snippets.

View MathieuDSTP's full-sized avatar
💭
Procasticoding

Mathieu DSTP MathieuDSTP

💭
Procasticoding
  • Vigilant Medical, Maryland, United States
  • Montréal, Québec, Canada
View GitHub Profile
@MathieuDSTP
MathieuDSTP / gist:77907468d28a54dd7f5f24014856a578
Created September 27, 2021 20:58 — forked from rkkoszewski/gist:aa531cee7126edf329b76bdd0546f502
Notes for installing XorgXrdp and Xrdp with GLAMOR support
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
@MathieuDSTP
MathieuDSTP / install-tensorflow.sh
Created September 25, 2021 01:18 — forked from erikbern/install-tensorflow.sh
Installing TensorFlow on EC2
# Note – this is not a bash script (some of the steps require reboot)
# I named it .sh just so Github does correct syntax highlighting.
#
# This is also available as an AMI in us-east-1 (virginia): ami-cf5028a5
#
# The CUDA part is mostly based on this excellent blog post:
# http://tleyden.github.io/blog/2014/10/25/cuda-6-dot-5-on-aws-gpu-instance-running-ubuntu-14-dot-04/
# Install various packages
sudo apt-get update