Skip to content

Instantly share code, notes, and snippets.

[global_config]
borderless = True
enabled_plugins = APTURLHandler, LaunchpadBugURLHandler
tab_position = hidden
title_inactive_fg_color = "#e5c200"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
@lostcitizen
lostcitizen / minikubedelete
Created July 23, 2018 21:30 — forked from sharepointoscar/minikubedelete
Minikube - Delete all pods from default namespace
# delete all pods
kubectl delete --all pods --namespace=default
# deete all deployments
kubectl delete --all deployments --namespace=default
# delete all services
kubectl delete --all services --namespace=default
@lostcitizen
lostcitizen / example.json
Created October 23, 2015 17:20 — forked from sevennineteen/example.json
Example using Jinja2 to populate a JSON payload template
{ "path": "/content/geometrixx/my-first-jinja-page",
"properties": [
{ "name": "jcr:primaryType",
"value": "cq:Page" }],
"nodes": [
{ "path": "jcr:content",
"properties": [
{ "name": "jcr:primaryType",
"value": "cq:PageContent"},
@lostcitizen
lostcitizen / tmux-cheatsheet.markdown
Created October 13, 2015 21:58 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
#!/bin/sh
# Install necessary system packages
sudo apt-get install -y build-essential mercurial git python2.7 python-setuptools python-dev python-gst0.10 ffmpeg gstreamer0.10-plugins-good libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libgl1-mesa-dev libgles2-mesa-dev zlib1g-dev openjdk-7-jdk
# Bootstrap a current Python virtualenv
sudo apt-get remove --purge -y python-virtualenv python-pip
sudo easy_install-2.7 -U pip
sudo pip2.7 install -U virtualenv
# Create a vitualenv