Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Last active August 29, 2015 14:14
Show Gist options
  • Save marloncabrera/f6528372fc75948c7c12 to your computer and use it in GitHub Desktop.
Save marloncabrera/f6528372fc75948c7c12 to your computer and use it in GitHub Desktop.
Notes

Vim

*use "+y to send the yanked text to the clipboard, and "+p to paste it into the new file.

Bookmarks

http://geojson.io/

https://github.com/mapbox/geojson.io

http://katydecorah.com/code/2014/01/26/mapbox-for-jekyll-posts/

https://help.ubuntu.com/12.04/serverguide/lxc.html

https://github.com/sputnik/sputnik-cloudlauncher

https://github.com/fgrehm/vagrant-lxc

https://github.com/developmentseed/landsat-util

http://www.developmentseed.org/blog/2014/08/29/landsat-util/

https://creativemarket.com/blog/2014/06/09/15-ways-you-can-improve-your-photography-in-a-day

http://www.digitalcameraworld.com/2014/02/19/what-is-iso-camera-sensitivity-settings-and-the-best-ways-to-use-them/

http://www.digitalcameraworld.com/2013/07/10/10-common-landscape-photography-mistakes-every-photographer-makes/

https://news.ycombinator.com/item?id=8470206

http://www.labnol.org/internet/multilingual-chat-in-google-sheets/28698/

http://www.labnol.org/internet/github-gist-tutorial/28499/

https://www.shopify.com/technology/15563928-building-an-internal-cloud-with-docker-and-coreos

http://ruby.learncodethehardway.org/book/

https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm

https://wiki.ubuntu.com/MactelSupportTeam/PPA

http://www.frozenindustries.com/2012/11/04/ubuntu-12-04-lts-on-an-apple-mac-mini-late-2012/

http://00f.net/2012/06/02/mod-pagespeed-as-a-proxy-for-your-phone/

http://hostingfu.com/article/fast-domain-name-resolution-with-opendns-local-cache

http://stevebennett.me/2013/05/08/tilemill-server/

http://blog.kablamo.org/2014/02/28/duckduckgo/

https://medium.com/@ckor/make-full-screen-sections-with-1-line-of-css-b82227c75cbd

http://csswizardry.com/2014/06/vim-for-people-who-think-things-like-vim-are-weird-and-hard/

http://bost.ocks.org/mike/map/

https://github.com/mapbox/geojsonio-cli

http://netrunner-mag.com/sar-to-the-rescue/

https://www.jeremymorgan.com/blog/programming/how-fast-are-github-pages/

https://github.com/blog/1557-github-flow-in-the-browser

https://www.exratione.com/2014/05/a-mailserver-on-ubuntu-1404-postfix-dovecot-mysql/

http://blog.amanzi.org/2014/05/using-gopro-time-lapse-photos-for.html

http://blog.mapillary.com/news/2015/01/08/video-cutting.html

Install NodeJS on ubuntu 12.04

Reference: https://github.com/joyent/node/wiki/installing-node.js-via-package-manager#debian-and-ubuntu-based-linux-distributions

curl -sL https://deb.nodesource.com/setup | sudo bash - sudo apt-get install -y nodejs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment