Skip to content

Instantly share code, notes, and snippets.

View msevilla00's full-sized avatar

Miguel Sevilla-Callejo msevilla00

View GitHub Profile
This file has been truncated, but you can view the full file.
# This hosts file is a merged collection of hosts from reputable sources,
# with a dash of crowd sourcing via Github
#
# Date: 18 February 2019 18:52:55 (UTC)
# Number of unique domains: 38,958
#
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
# Project home page: https://github.com/StevenBlack/hosts
# Project releases: https://github.com/StevenBlack/hosts/releases
#
@msevilla00
msevilla00 / install_riot.sh
Created January 13, 2017 12:05
script to install riot.im
#!/bin/bash
# Script to install riot.im to debian/ubuntu
# following info of there: https://riot.im/desktop.html
# add riot.im repository to /etc/apt/sources.list.d/riot_im.list
sudo sh -c 'echo "# Riot.im
deb http://riot.im/packages/debian/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/riot_im.list'
# add public key to system
#! /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/