-
Package Control Menu:
ctrl+shift+P
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
/usr/bin/curl www.whatismyip.com/automation/n09230945.asp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public abstract class JdbiIntegrationTest { | |
private DBI dbi; | |
private Handle handle; | |
private Liquibase liquibase; | |
protected abstract DatabaseConfiguration getDatabaseConfiguration(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xset -dpms | |
xset s noblank | |
xset s off |
cd /etc/init vim docker.conf
replace /usr/bin/docker -d
with this /usr/bin/docker -H 0.0.0.0:5555 -d
so that we can connect through http api.
alias docker="docker -H 0.0.0.0:5555"
cd /var/lib/docker/containers
in the above locations you can find all the containers which are all executed
Ripped off from adrianshort.org
$ git remote -v
origin https://github.com/hakimel/reveal.js.git (fetch)
origin https://github.com/hakimel/reveal.js.git (push)