Skip to content

Instantly share code, notes, and snippets.

View LauraCapurro's full-sized avatar

Laura Capurro LauraCapurro

  • Brazil
View GitHub Profile
@LauraCapurro
LauraCapurro / install.sh
Last active December 26, 2017 20:05 — forked from douglasmiranda/install.sh
After Install Ubuntu 17.10 - Chrome, Fish Shell, Docker, Docker Compose
sudo apt update
sudo apt upgrade -y
# Remember: install / verify additional drivers
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt update
# google chrome and chrome extension to use gnome extensions
@LauraCapurro
LauraCapurro / install.sh
Last active September 14, 2017 04:21 — forked from douglasmiranda/install.sh
Debian Stretch Laptop - ASUS X555U
# Add "contrib non-free" to /etc/apt/sources.list
# Example:
deb http://<some-host>/debian/ stretch main contrib non-free
# Then:
apt-get install update && apt-get install -y firmware-realtek firmware-linux-nonfree
# Essentials