Skip to content

Instantly share code, notes, and snippets.

View scattershot-code's full-sized avatar
🦉
I may be slow to respond. In general.

Duncan scattershot-code

🦉
I may be slow to respond. In general.
View GitHub Profile
@scattershot-code
scattershot-code / remote.md
Created September 30, 2019 09:07 — forked from Arkham/remote.md
Remote, office not required

Remote, Office Not Required

The Time is Right for Remote Work

Why work doesn't happen at work

The office during the day has become the last place people want to be when then really want to get work done.

Offices have become interruption factories: it's just one interruption after

@scattershot-code
scattershot-code / perfectelementary.bash
Created October 25, 2015 22:03
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'