Skip to content

Instantly share code, notes, and snippets.

View srameshr's full-sized avatar

Siddharth Ramesh srameshr

View GitHub Profile
Create a folder at the root of your app or project called ```.ebextensions```
Inside the folder ```.ebextensions``` create a file called ```01_ffmpeg.config```
Inside this file paste in the below contents:
```
commands:
command1:
command: ls
command2:
command: "cd /usr/local/bin"
@srameshr
srameshr / gist:d6778ffdcb8ad805f29c4e3826c060f9
Created September 7, 2020 15:03
Installing latest version of FFMPEG and FFPROBE on AWS ElasticBeanstalk via .ebextensions
Create a folder at the root of your app or project called ```.ebextensions```
Inside the folder ```.ebextensions``` create a file called ```01_ffmpeg.config```
Inside this file paste in the below contents:
```
commands:
command1:
command: ls
command2:
command: "cd /usr/local/bin"
@srameshr
srameshr / health.md
Created January 31, 2016 04:40
Eating and workout recorder

Week 1

Weight: 12stone 5lbs / 173lbs / 78.5kg

Day Breakfast Lunch Dinner Water Snacks Workout
Monday - - - - - -
Tuesday - - - - - -
Wednesday - - - - - -
Thursday - - - - - -
(function() {
"use strict";
angular
.module("app")
.controller("AppCtrl", AppCtrl);
function AppCtrl() {
var vm = this;