Skip to content

Instantly share code, notes, and snippets.

@sifex
sifex / lamp.sh
Last active October 27, 2021 14:57 — forked from aamnah/lamp.sh
Bash script to install Apache and PHP and some tweaks. For Debian and Ubuntu. To run, copy the script to the server and run ``bash lamp.sh``
#!/bin/sh
#######################################
# Bash script to install an AMP stack and PHPMyAdmin plus tweaks. For Debian based systems.
# Written by @AamnahAkram from http://aamnah.com
# In case of any errors (e.g. MySQL) just re-run the script. Nothing will be re-installed except for the packages with errors.
#######################################
#COLORS

Development Night

Windows

Xamarin + Visual Studio + Android SDK

  • Go grab the installer from https://www.xamarin.com/download

    If you don't already have Visual studio installed make sure to grab the version of the installer with Visual Studio Bundled

    Just accept all the options when you install it for windows make sure you have the Android SDK (We'll be using API 23, which should be installed by default)