Skip to content

Instantly share code, notes, and snippets.

View josephdiawara's full-sized avatar

josephdiawara

View GitHub Profile
@josephdiawara
josephdiawara / setup.sh
Created October 14, 2016 12:44 — forked from fbrnc/setup.sh
X2GO PHPStorm Demo
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get -y install software-properties-common
# X2Go
add-apt-repository -y ppa:x2go/stable && apt-get update
apt-get -y install x2goserver
# Download PHPStorm