Skip to content

Instantly share code, notes, and snippets.

View carlosevi94's full-sized avatar

Carlos Sevilla Barceló carlosevi94

  • Sevilla
View GitHub Profile
@carlosevi94
carlosevi94 / obs_teams_installation.md
Last active May 25, 2022 09:15
Install OBS with background removal for Teams

Installation

Step 1: OBS with obs-backgroundremoval pluging + pacstall

sudo bash -c "$(curl -fsSL https://git.io/JsADh || wget -q https://git.io/JsADh -O -)"
sudo apt remove obs-studio --auto-remove
@carlosevi94
carlosevi94 / install_pyspark_ubuntu.md
Last active July 16, 2021 08:44
Instrucciones para instalar spark en Ubuntu o en MacOS.

Instalar Spark 2.4 en Ubuntu (en macOS, tambien funciona)

Paso 0:

sudo apt-get update

Paso 1: Instalar Java

sudo apt-get install openjdk-8-jdk

Añadimos JAVA_HOME a las variables de entorno en nano ~/.bashrc o nano ~/.zshrc,

Contar numero de lineas de un archivo

wc -l __archivo__

Guardar la salida completa en un archivo