Skip to content

Instantly share code, notes, and snippets.

View alexef's full-sized avatar
🎯
Focusing

Alex Eftimie alexef

🎯
Focusing
View GitHub Profile
```
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
-/+ destroy and then create replacement
Terraform will perform the following actions:
~ aws_autoscaling_group.ingress[0]
launch_configuration: "k8s-testing1-ingress-20190124044228801300000002" => "${aws_launch_configuration.ingress.id}"
@alexef
alexef / build_mcrouter.sh
Last active November 15, 2017 10:06
Build mcrouter deb script for ubuntu 14.04
#!/bin/bash
set -e
export MCROUTER_VERSION="0.32.0"
export FOLLY_COMMIT="v2016.09.26.00"
# Install tools needed by install scripts below
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
apt-get -y update && apt-get -y install curl sudo wget build-essential
@alexef
alexef / gist:9486364
Created March 11, 2014 14:08
Readme.rst template

Life's Project

Project Name

Prerequisites - System packages

@alexef
alexef / index.html
Created April 16, 2012 20:15
lists.rosedu.org
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="Description" content="ROSEdu is an organization based on a community formed by programming and open-source software enthusiasts, in the educational environment." />
<title>ROSEdu Mailing Lists</title>
<link rel="shortcut icon" href="http://rosedu.org/resources/favicon.ico" />
<link rel="stylesheet" type="text/css" href="http://rosedu.org/style.css" />
<script type="text/javascript" src="http://rosedu.org/resources/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="http://rosedu.org/resources/js/application.js"></script>