Skip to content

Instantly share code, notes, and snippets.

View rodrigopasc's full-sized avatar
👨‍💻
Coding

Rodrigo Paschoaletto rodrigopasc

👨‍💻
Coding
View GitHub Profile
@rodrigopasc
rodrigopasc / oracle_instante_client_on_macos.md
Created February 25, 2019 17:10
How to Install Oracle Instant Client on macOS

How to Install Oracle Instant Client on macOS

Open your terminal and then excute the commands down below:

$ brew doctor
$ brew tap InstantClientTap/instantclient
$ brew install instantclient-basic
$ brew install instantclient-sdk
$ brew install instantclient-sqlplus
$ brew cleanup
@rodrigopasc
rodrigopasc / nginx_with_passenger_and_pagespeed_on_ubuntu_en.md
Last active March 11, 2019 14:54
How to setup nginx with Passenger and PageSpeed modules on Ubuntu [EN]

Setup nginx with Passenger and PageSpeed modules

English | Portuguese

Preparing

Core libraries

You need to make sure these libraries are installed:

$ sudo apt-get -y update
$ sudo apt-get install -y build-essential libcurl4-openssl-dev unzip software-properties-common git libpcre3-dev libpcre3 uuid-dev libssh2-1-dev
@rodrigopasc
rodrigopasc / nginx_with_passenger_and_pagespeed_on_ubuntu_pt.md
Last active March 10, 2020 17:22
Instalando nginx com os módulos Passenger e PageSpeed no Ubuntu [PT]

Instalar nginx com os módulos Passenger e PageSpeed

Português | English

Preparando

Bibliotecas essenciais

Você precisará garantir que as seguintes bibliotecas estão instaladas:

$ sudo apt-get -y update