Skip to content

Instantly share code, notes, and snippets.

View elnomade's full-sized avatar

Leonardo Ludueña elnomade

View GitHub Profile
@elnomade
elnomade / todo-after-install-trusty.sh
Last active August 29, 2015 14:04
TODO after install ubuntu trusty
#!/bin/bash
# http://www.webupd8.org/2014/04/10-things-to-do-after-installing-ubuntu.html
/usr/bin/clear
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo add-apt-repository ppa:peterlevi/ppa
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-add-repository ppa:pipelight/stable
@elnomade
elnomade / gist:c9e9c7e5df2f357851ea
Created June 25, 2014 00:58
TileMill Log (Upload error)
[tilemill] Started [Server Tile:20008].
[tilemill] Creating configuration dir /Users/myusername/.tilemill
[tilemill] Creating files dir /Users/myusername/Documents/MapBox
[tilemill] Creating export dir /Users/myusername/Documents/MapBox/export
[tilemill] Creating project dir /Users/myusername/Documents/MapBox/project
[tilemill] Creating cache dir /Users/myusername/Documents/MapBox/cache
[tilemill] Plugin [carto] loaded.
[tilemill] Plugin [editor] loaded.
[tilemill] Plugin [fonts] loaded.
[tilemill] Plugin [templates] loaded.
#! /bin/bash
# Convert Landsat 8 GeoTIFF images into RGB pan-sharpened JPEGs.
#
# Requirements:
# * gdal http://www.mapbox.com/tilemill/docs/guides/gdal/
# * convert (image-magick)
#
# Reference info:
# http://www.mapbox.com/blog/putting-landsat-8-bands-to-work/