Skip to content

Instantly share code, notes, and snippets.

View ialhashim's full-sized avatar

Ibraheem Alhashim ialhashim

View GitHub Profile
@ialhashim
ialhashim / ubuntuPrepareDevelopment.sh
Last active December 20, 2015 01:09
Development preparation - Ubuntu @ Amazon EC2
# Update software packages
sudo apt-get update
# Download packages: git + gcc
sudo apt-get -y install git g++ make cmake
# Download common packages: jpeg + zlib + python-pip
sudo apt-get -y install libjpeg8-dev libpng-dev zlib1g-dev python-pip
# Download software: ImageMagick
@ialhashim
ialhashim / ubuntuPrepareGUI.sh
Last active December 20, 2015 01:09
GUI preparation - Ubuntu @ Amazon EC2
# Update software packages
sudo apt-get update
# Install LXDE desktop
sudo apt-get -y install lxde
# Start desktop service
sudo start lxdm
# Install Remote Desktop