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
| .aaa | |
| .aarp | |
| .abarth | |
| .abb | |
| .abbott | |
| .abbvie | |
| .abc | |
| .able | |
| .abogado | |
| .abudhabi |
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
| f20494bdacb419b9f7/opt/jboss/keycloak/standalone/configuration/standalone.xml | |
| 397c412 | |
| < <http-listener proxy-address-forwarding="${env.PROXY_ADDRESS_FORWARDING}" name="default" socket-binding="http" redirect-socket="https"/> | |
| --- | |
| > <http-listener proxy-address-forwarding="true" name="default" socket-binding="http" redirect-socket="https" /> | |
| 498c513 | |
| < <socket-binding name="https" port="${jboss.https.port:8443}"/> | |
| --- | |
| > <socket-binding name="https" port="${jboss.https.port:443}"/> | |
| 505c520 |
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
| xrandr --newmode "2560x1080" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync | |
| xrandr --addmode Virtual1 "2560x1080" | |
| xrandr --output Virtual1 --mode "2560x1080" |
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
| ~/P/dump-import ➦ 973beaf * docker ps -a|tail -n +2|awk '{print $1}'|xargs -I\{\} docker rm \{\} Mon Aug 7 16:15:31 CEST 2017 |
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
| { | |
| "source": { | |
| "index": "index", | |
| "query": { | |
| "range": { | |
| "date": { | |
| "gte": "now-1d/d" | |
| } | |
| } | |
| } |
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/bash | |
| DEST=$(mktemp -d) | |
| SRC=$(pwd) | |
| echo "Cloning $SRC into $DEST" | |
| pushd . | |
| cd $DEST | |
| git clone $SRC/.git . |
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/bash | |
| if [ "$#" -eq 0 ]; then | |
| $GOROOT/bin/go $@ | |
| exit | |
| fi | |
| LDFLAGS="" | |
| if [ -e scripts/gen-ldflags.go ]; then | |
| LDFLAGS="$(go run -exec ~/.gopath/bin/sign-wrapper.sh scripts/gen-ldflags.go)" | |
| fi |
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
| tmux reset terminal | |
| ctrl B q | |
| send-key -R -t {panenr} |
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
| [listener] | |
| type="agent" | |
| [service.ssh-simulator] | |
| type="ssh-simulator" | |
| port="tcp/22" | |
| credentials=["root:root", "root:password"] | |
| [channel.console] | |
| type="console" |
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
| [listener] | |
| type="raw" | |
| interfaces=["ens3"] | |
| [channel.console] | |
| type="console" | |
| [[filter]] | |
| channel=["console"] |