Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Last active November 21, 2015 00:50
Show Gist options
  • Save marloncabrera/030bbab9eed712c8acff to your computer and use it in GitHub Desktop.
Save marloncabrera/030bbab9eed712c8acff to your computer and use it in GitHub Desktop.

Bookmarks

https://www.google.com/linuxrepositories/

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

https://github.com/mbostock/gistup

https://help.github.com/articles/generating-ssh-keys/

https://github.com/lyzidiamond/learn-geojson

https://developers.google.com/speed/

http://scribblesandsnaps.com/2015/07/13/brief-notes-on-my-digikam-workflow/

Image Optimization

https://developers.google.com/speed/docs/insights/OptimizeImages

https://developers.google.com/speed/webp/

http://linuxcommando.blogspot.com.br/2014/09/how-to-optimize-jpeg-images.html

http://linuxcommando.blogspot.com.br/2014/09/how-to-optimize-png-images.html

https://github.com/mrmrs/css-image-rendering

SVG Optimization

https://jakearchibald.github.io/svgomg/

Web Font Optimization

https://www.igvita.com/2014/01/31/optimizing-web-font-rendering-performance/

Snippets

install nodejs

curl -sL https://deb.nodesource.com/setup | sudo bash -

install geo tools

sudo npm install -g togeojson sudo npm install -g topojson sudo npm install -g geojsonio-cli sudo npm install -g wellknown sudo npm install -g geojsonify

sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update sudo apt-get install gdal-bin sudo apt-get install qgis

install http-server

sudo npm install -g http-server

Gist from terminal

sudo npm install -g gistup

install image optimization

sudo apt-get install libjpeg-progs

sudo apt-get install jpegoptim

sudo apt-get install optipng

install spotify on Ubuntu 14.04, elementaryOS Freya

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886

echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list

sudo apt-get update

sudo apt-get install spotify-client

install spotify on LMDE

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886

echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list

sudo apt-get update

sudo apt-get install spotify-client

sudo ln -s /usr/share/atom/libgcrypt.so.11 /usr/lib/libgcrypt.so.11

Mapillary Vector Tiles

https://d2munx5tg0hw47.cloudfront.net/tiles/{z}/{x}/{y}.mapbox

Install s3_website

sudo apt-get install ruby ruby-all-dev

sudo gem install s3_website

install jekyll

sudo gem install jekyll

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