Skip to content

Instantly share code, notes, and snippets.

View lucasmartins1994's full-sized avatar

Lucas Martins de Souza lucasmartins1994

View GitHub Profile
@NandoSangenetto
NandoSangenetto / README.me
Last active August 24, 2022 08:22
Compress and convert images
# Convert images from folder
## Installation
You need to download libwebp and put in the shell script folder.
You must have installed the jpegoptim, giflossy (gifsicle), pngquant and imagemagick library.
## Usage
Convert folder and put results in the results folder
@lucasmartins1994
lucasmartins1994 / ApacheHTTPSConfig.md
Created March 29, 2018 20:46 — forked from nrollr/ApacheHTTPSConfig.md
Enable SSL in Apache for 'localhost' (OSX, El Capitan)

Enable SSL in Apache (OSX)

The following will guide you through the process of enabling SSL on a Apache webserver

  • The instructions have been verified with OSX El Capitan (10.11.2) running Apache 2.4.16
  • The instructions assume you already have a basic Apache configuration enabled on OSX, if this is not the case feel free to consult Gist: "Enable Apache HTTP server (OSX)"

Apache SSL Configuration

Create a directory within /etc/apache2/ using Terminal.app: sudo mkdir /etc/apache2/ssl
Next, generate two host keys: