Skip to content

Instantly share code, notes, and snippets.

View michaloo's full-sized avatar

Michał Rączka michaloo

View GitHub Profile
@michaloo
michaloo / gist:89c56c256e8f1ae58e00
Created August 12, 2014 08:33
Remove orphaned docker containers directories
cd /var/lib/docker/containers/ && ls . | grep -vE "($(docker ps -aq | paste -sd "|"))" | xargs rm -r
@michaloo
michaloo / vault-settings.user.js
Last active December 27, 2015 13:19
Vault web interface helper
// ==UserScript==
// @id vault-settings
// @name vault settings
// @version 0.1
// @namespace
// @author michaloo
// @description
// @include file:///home/Tools/Vault.html
// @include https://getvau.lt/
// @run-at document-end