Skip to content

Instantly share code, notes, and snippets.

@j0n3
j0n3 / Dockerfile
Created November 13, 2021 12:55 — forked from lenalebt/Dockerfile
Installing Taskwarrior in Kubernetes
FROM ubuntu:18.04
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y taskd
CMD taskd server
@j0n3
j0n3 / gist:45113a31f0192915e83881bcbe7cd778
Created November 13, 2021 12:35 — forked from graymouser/gist:8771fdcf0d7715929073b4f8b6143b40
Setup taskwarrior taskserver on ec2 amazon linux
#A sequence for installing a taskwarrior server on an ec2 amazon linux instance
#hopefully this can save someone a bunch of time
#FIRST go to the ec2 instance management panel,
#edit the security group for the instance and add an inbound rule, custom tcp, port 53589, source anywhere (0.0.0.0/0)
#THEN ssh to the box as ec2-user and run the following
#build taskserver
sudo yum install gcc cmake gnutls-devel gnutls-utils libuuid-devel clang
curl -O http://taskwarrior.org/download/taskd-latest.tar.gz
@j0n3
j0n3 / Generate Squash Classes.groovy
Created October 17, 2018 16:10 — forked from pabl0rg/Generate Squash Classes.groovy
Generate Squash classes from existing DB table
import com.intellij.database.model.DasTable
import com.intellij.database.model.ObjectKind
import com.intellij.database.util.Case
import com.intellij.database.util.DasUtil
/*
* Available context bindings:
* SELECTION Iterable<DasObject>
* PROJECT project
* FILES files helper