Skip to content

Instantly share code, notes, and snippets.

View cre8tions's full-sized avatar

cre8tions cre8tions

View GitHub Profile
@cre8tions
cre8tions / provisioner-php5.5.sh
Created August 4, 2017 19:06 — forked from anonymous/provisioner-php5.5.sh
Scotch Box Change PHP Repository
#!/usr/bin/env bash
# Update PHP Repo
sudo rm /etc/apt/sources.list.d/ondrej-php5-5_6-trusty.list
sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get -y update
# Remove PHP 5.6
sudo apt-get --remove purge -y php5 php5-cli php5-curl php5-gd php5-intl php5-mcrypt php5-memcached php5-mysqlnd php5-readline php5-sqlite php5-cgi php5-common php5-fpm php5-imagick php5-json php5-memcache php5-mongo php5-pgsql php5-redis php-pear
sudo apt-get -y autoremove
@cre8tions
cre8tions / ffmpeg-howto-localfiles-manipulation.md
Created August 6, 2019 16:35 — forked from atlury/ffmpeg-howto-localfiles-manipulation.md
This is a standard how-to for FFmpeg's usage with local files and streams. Small hand-book detailing common encode scenarios in a standard workflow.

Standard FFmpeg How-to

Table of Contents

* Generic Syntax

* Main Options

* Encoding :
@cre8tions
cre8tions / vnc-over-ssh.sh
Created October 11, 2019 18:35 — forked from chriszarate/vnc-over-ssh.sh
VNC over SSH via bastion
# You want to VNC to Box A but you don't have access to it
# over public Internet. You do have SSH access to Box B in
# the same private network.
# firewall
# ┌─────┐ ╏╏ ┌─────┐
# │ You │──SSH──╏╏────│ B │ bastion
# └─────┘ ╏╏ └──┬──┘
# ╏╏ SSH
# ╏╏ ┌──┴──┐