Skip to content

Instantly share code, notes, and snippets.

View danielverissimo's full-sized avatar

Daniel Eduardo danielverissimo

View GitHub Profile
@danielverissimo
danielverissimo / ffmpeg_install.md
Created May 18, 2021 19:00 — forked from jmsaavedra/ffmpeg_install.md
Install FFmpeg on a Linux Box

Install FFmpeg via CLI on Linux box

These steps walk through installing a static binary of any ffmpeg version on to your linux machine. If you want to compile from source, there are several ways to do so. Here's the official guide. Tested and works on an AWS EC2 Ubuntu instance, but should work on any Linux machine.

  • SSH into your instance and become root
@danielverissimo
danielverissimo / gist:24bacff5770cc1e4d58c62cedabea3a4
Created July 17, 2020 01:55 — forked from wacko/gist:5577187
SSH between Mac OS X host and Virtual Box guest

On Mac OS (host):

Shutdown your VM and do:

VirtualBox > Settings > Network > Add (you will get vboxnet0)

On a terminal ifconfig will show you new interface vboxnet0

VM's Settings > System > check "Enable I/O APIC." VM's Settings > Network > Adapter 2 > host-only vboxnet0