Skip to content

Instantly share code, notes, and snippets.

View SergioNscmnt's full-sized avatar

Jesus Sérgio Nascimento Clemente SergioNscmnt

View GitHub Profile
@alexishida
alexishida / rails-oracle-client-19-linux.txt
Last active December 16, 2022 12:21
Rails Oracle Client 19 Linux
# Version 19.11.0.0.0
# Instalar a biblioteca
sudo apt-get install libaio1
# Criar a pasta
sudo mkdir /opt/oracle
# Mover para /opt/oracle
instantclient-basic-linux.x64-19.11.0.0.0dbru.zip
instantclient-sdk-linux.x64-19.11.0.0.0dbru.zip
@alexishida
alexishida / rbenv-ruby-rails-update.sh
Last active October 18, 2025 00:36
Script to update rbenv, Ruby and Ruby on Rails versions
#!/bin/bash
#---------------------------------------------------------------------------------------
# Script to update rbenv, Ruby and Ruby on Rails versions
# Source: https://gist.github.com/alexishida/015b074ae54e1c7101335a2a63518924
#
# Author: Alex Ishida <alexishida@gmail.com>
# Version: 1.7.2 - 17/10/2025
#---------------------------------------------------------------------------------------
#
# If you want install rbenv for the first time
@alexishida
alexishida / rbenv-ruby-rails-install.sh
Last active October 22, 2025 00:09
Script to install rbenv, Ruby, nodejs and yarn
#!/bin/bash
#---------------------------------------------------------------------------------------
# Script to install rbenv, Ruby, nodejs and yarn
# Source: https://gist.github.com/alexishida/655fb139c759393ae5fe47dacd163f99
#
# Author: Alex Ishida <alexishida@gmail.com>
# Version: 1.7.3 - 21/10/2025
#---------------------------------------------------------------------------------------
#
# HOW TO INSTALL A SCRIPT