###first, remove iceweasel
sudo apt-get remove iceweasel
###Open sources.list
##How to get started contributing to a Humanitarian OpenStreetMap Team task
###Overview
OpenStreetMap (OSM) is an open-source map of the world that anyone can edit. But like any map, it's incomplete.
The Humanitarian OpenStreetMap Team (HOT) helps organize people to improve the OSM map for crisis areas, mostly so aid workers can find their way around and make decisions about undermapped places. The data in these crisis areas is often very poor, or completely non-existent. Therefore any contribution you make at all will be a vast improvement, and could materially help people who are on the ground right now, looking at this data as you edit it, and deciding where to go and who to help.
There are many HOT tasks active at once. As of August 2014, the highest-priority tasks are Gaza and areas affected by the West African Ebola outbreak.
| #!/usr/bin/env python3 | |
| # This script is provided to show how I migrated from Ghost 0.4.2 | |
| # to Jekyll 2.3.0 and is used at your own risk. Back up your blog | |
| # before trying it out. | |
| def getPostTemplate(): | |
| with open('post-template.md', 'r') as f: | |
| posttemplate = f.read() | |
| f.closed | 
| sudo pacman -S ruby | |
| gem update --user-install | |
| gem install jekyll --user-install | |
| gem install jekyll-paginate --user-install | |
| gem install pygments.rb --user-install | |
| echo "export PATH=/home/bast/.gem/ruby/2.3.0/bin:\$PATH" >> ~/.localrc | 
| %-----------------------------------------------------------------------------% | |
| % Letter class | |
| \documentclass[a4paper, 10pt]{letter} | |
| % Name of sender | |
| \name{Joe Fox} | |
| % Signature of sender | |
| \signature{Joe Fox} |