Skip to content

Instantly share code, notes, and snippets.

View mindeffects's full-sized avatar

Oliver Haase-Lobinger mindeffects

View GitHub Profile
@mindeffects
mindeffects / UBUNTU for MODX
Last active January 13, 2016 09:32
UBUNTU for MODX ## Inspired by http://www.mypcsupport.de/net/linux/ubuntu-lamp-installation/ ## Ubuntu LAMP Installation
apt-get install apache2
service apache2 restart
a2enmod rewrite
service apache2 restart
apt-get install php5 libapache2-mod-php5
service apache2 restart
apt-get install mysql-server php5-mysql mysql-client
service mysql restart
## apt-get install libapache2-mod-auth-mysql phpmyadmin
apt-get install php5-json php5-curl php5-gd php5-imagick
@mindeffects
mindeffects / 0_reuse_code.js
Last active August 29, 2015 14:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console