Skip to content

Instantly share code, notes, and snippets.

@gigabyteservice
gigabyteservice / letsencrypt_2020.md
Created June 15, 2022 15:06 — forked from cecilemuller/letsencrypt_2020.md
How to setup Let's Encrypt for Nginx on Ubuntu 18.04 (including IPv6, HTTP/2 and A+ SSL rating)

How to setup Let's Encrypt for Nginx on Ubuntu 18.04 (including IPv6, HTTP/2 and A+ SLL rating)


Virtual hosts

Let's say you want to host domains first.com and second.com.

Create folders for their files:

@gigabyteservice
gigabyteservice / ffmpeg_commands.md
Created June 16, 2022 18:53 — forked from israeljrs/ffmpeg_commands.md
Collection of ffmpeg commands (basic usage, streaming, advanced usage)

ffmpeg

ffmpeg is a fast video and audio converter that can also grab from a live audio/video source.

Standard usage

Getting help and information

  • -h show all options
  • -h(elp) topic show help
  • -version show version
  • -formats show available formats
@gigabyteservice
gigabyteservice / jitsi-jibri-setup.sh
Created November 28, 2022 21:00 — forked from dimaskiddo/jitsi-jibri-setup.sh
Jitsi Jibri Automatic Installer
#!/bin/bash -e
# Current Directory
CURRENT_DIR=$(pwd)
# Header Function
function printhead() {
clear

A simple Docker and Docker Compose install script for Ubuntu

Usage

  1. sh install-docker.sh
  2. log out
  3. log back in

Links