Skip to content

Instantly share code, notes, and snippets.

View alfrcr's full-sized avatar
🎯
Focusing

I Putu Alfred Crosby alfrcr

🎯
Focusing
View GitHub Profile
@alfrcr
alfrcr / perfectelementary.bash
Created June 16, 2017 02:11
HowTo Install the perfect Elementary-OS
#Download Elementary OS from here:
#http://sourceforge.net/projects/elementaryos/files/stable/
#First you update your system
sudo apt-get update && sudo apt-get dist-upgrade
#Install Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
@alfrcr
alfrcr / 0_reuse_code.js
Created June 10, 2017 01:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console