Skip to content

Instantly share code, notes, and snippets.

View interested1's full-sized avatar

David Scheltema interested1

View GitHub Profile

Keybase proof

I hereby claim:

  • I am interested1 on github.
  • I am dcschelt (https://keybase.io/dcschelt) on keybase.
  • I have a public key ASAxH5ghb7oparI45zv8H069pufvZ3jaaBPAwlwgBorPwQo

To claim this, I am signing this object:

[Misc]
Executions = 4
[Setup]
ConfigVersion = 306
ForceSetup = 1
NoAutoLoad = 1
SelectedGRP = "DUKE3D.GRP"
ModDir = "/"
sudo apt-get update
sudo apt-get install libpython2.7-dev build-essential python-pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
wget https://github.com/AHAAAAAAA/PokemonGo-Map/archive/master.zip
unzip master.zip
pushd PokemonGo-Map-master/
sudo pip install -r requirements.txt
sudo apt-get update
sudo apt-get install libpython2.7-dev build-essential
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
wget https://github.com/AHAAAAAAA/PokemonGo-Map/archive/master.zip
unzip master.zip
pushd PokemonGo-Map-master/
sudo pip install -r requirements.txt
#!/bin/bash
echo 'Downloading new package link'
wget -O /tmp/package.txt 'https://drive.google.com/uc?export=download&id=0B1jRc4IqT9kiSVVIOE8wd2w4Zkk'
echo 'Checking if new version is available'
cat /tmp/package.txt | head -1 > /tmp/version
cat /tmp/package.txt | tail -1 > /tmp/link
(diff /tmp/version ~/.pocket-home/.version && echo 'Already up-to-date.') || \
(echo 'Updating...' && \
mkdir -p ~/.pocket-home/ && \
@interested1
interested1 / tmux-cheatsheet.markdown
Created April 27, 2016 20:06 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname