Skip to content

Instantly share code, notes, and snippets.

View pedrinholula's full-sized avatar
🖤
It's ok to be black!

Pedro Lopes pedrinholula

🖤
It's ok to be black!
View GitHub Profile
@pedrinholula
pedrinholula / dremio-ubuntu
Last active January 24, 2019 14:20 — forked from evan-burke/dremio-ubuntu
[DREMIO: Install dremio on Ubuntu] #dremio
Installing Dremio 1.4 on Ubuntu 16
##Install links / references
https://www.dremio.com/tutorials/recommender-scikit-learn-dremio-postgres-mongodb/
https://www.dremio.com/tutorials/dremio-oracle-aws/
https://docs.dremio.com/deployment/standalone-tarball.html
## First, install Java 1.8+, 64 bit.
sudo apt-get update
@pedrinholula
pedrinholula / instala-pacotes.sh
Last active October 2, 2019 23:57
Linux basic packages installer!
#!/bin/bash
#
#Adicionando alguns repositórios extras
echo "Adicionando repositórios extras:"
#spotify
echo "Adicionando spotify"
echo
sleep 3
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list