Skip to content

Instantly share code, notes, and snippets.

View RodolVelasco's full-sized avatar

Rodolfo Velasco RodolVelasco

View GitHub Profile
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active July 7, 2024 19:32
A badass list of frontend development resources I collected over time.
@AmruthPillai
AmruthPillai / install-lamp-1604.sh
Created July 14, 2017 09:51
Installing Apache 2.4, PHP 7.1, MySQL 5.7.18 & phpMyAdmin 4.5.4 on Ubuntu 16.04
#!/bin/bash
# Update Indices
sudo apt-get update
# Apache 2.4
sudo apt-get -y install apache2
# PHP 7.1
sudo apt-get -y remove php*