docker ps -a | grep -v "Up " | awk '{ print $1 }' | xargs echo | xargs docker rm
This file contains 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
#!/usr/local/bin/python3 | |
import argparse | |
import datetime | |
import os | |
filename = "tid.txt" | |
def list_memos(filename): | |
with open(filename, "r") as file: | |
for line in file: |
This file contains 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
document.querySelectorAll('.Details-content--shown').forEach((x)=>x.click()) |
This file contains 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
if(!window.jQuery||confirm('Overwrite\x20current\x20version?\x20v'+jQuery.fn.jquery))(function(d,s){s=d.createElement('script');s.src='https://code.jquery.com/jquery-latest.js';(d.head||d.documentElement).appendChild(s)})(document); |
This file contains 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 | |
for x in {0..255} | |
do | |
curl 'http://www.ip2nation.com/' -H 'Pragma: no-cache' -H 'Origin: http://www.ip2nation.com' -H 'Accept-Encoding: gzip, deflate' -H 'Accept-Language: ko-KR,ko;q=0.8,en-US;q=0.6,en;q=0.4' -H 'Upgrade-Insecure-Requests: 1' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' -H 'Cache-Control: no-cache' -H 'Referer: http://www.ip2nation.com/' -H 'Cookie: PHPSESSID=0nma8bl5eee8q9locp9u0s31t4; __utmt=1; __utma=91541954.945369235.1441874069.1441874069.1441874069.1; __utmb=91541954.1.10.1441874069; __utmc=91541954; __utmz=91541954.1441874069.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided)' -H 'Connection: keep-alive' --data "ip=<아이피랑 변수x(달러x) 넣는곳>" --compressed | grep acronym; | |
done |
This file contains 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
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA5RJREFUeNrs2MEJACAQA8Fc/0UrCOLTAjJ+hm3gkEySlfdGa13V5y2Sfd6L4BJq3dsuIdn8A3AJtbYBkLQBaK1tACRtAFprGwBJG4DW2gZA0gagtbYBkLQBaK1tACRtAFprGwBJG4DW2gZA0gagtbYBkLQBaK1tACRtAFprGwBJG4DW2gZA0gagtbYBkLQBaK1tACRtAFprGwBJG4DW2gZA0gagtbYBkLQBaK1tAKQfgEuotQ2ApA3AZdTaBkDSBqC1tgGQtAForW0AJG0AWmsbAEkbgNbaBkDSBqC1tgGQtAForW0AJG0AWmsbAEkbgNbaBkDSBqC1tgGQtAForW0AJG0AWmsbAEkbgNbaBkDSBqC1tgGQtAForW0AJG0AWmsbAEkbgNbaBkDSBqC1dglJG4BLqLUNgKQNQGttAyBpA9Ba2wBI2gC01jYAkjYArbUNgKQNQGttAyBpA9Ba2wBI2gC01jYAkjYArbUNgKQNQGttAyBpA9Ba2wBI2gC01jYAkjYArbUNgKQNQGttAyBpA9Ba2wBI2gC01jYAkjYArbUNgKQNQGttAyD9AGwAWtsASNoAtNY2AJI2AK21DYCkDUBrbQMgaQPQWtsASNoAtNY2AJI2AK21DYCkDUBrbQMgaQPQWtsASNoAtNY2AJI2AK21DYCkDUBrbQMgaQPQWtsASNoAtNY2AJI2AK21DYCkDUBrbQMgaQPQWtsASNoAtNY2AJI2AK21S0jaAFxCrW0AJG0AWmsbAEkbgNbaBkDSBqC1tgGQtAForW0AJG0AWmsbAEkbgNbaBkDSBqC1tgGQtAForW0AJG0AWmsbAEkbgNbaBkDSBqC1tgGQtAForW0AJG0AWmsbAEkbgNbaBkDSBqC1tgGQtAForW0AJG0AWm |
This file contains 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
47496519da9664202d900d3635bb840509fa9647 Bump version to v1.6.0 | |
fdd21bf032b61fd3a51bfbe5d9a6d6bf18329d92 for 1.6 | |
d928dad8c8f90e764495cdb08d42596037c22647 In with the old menu layout | |
82366ce05996898b9f7b48f1a556ead7abc9f92e Adding environment variables for sub projects Fixes issue #12186 Fixing variables per Jess | |
6410c3c06608e56af1037fa4f82c7e1bfd650794 Updating with man pages for distribution Went through the man pages to update for the v2 instance. Checked against the commands. | |
9231dc9cc0fea14ed94aace305ffa41a796a5d9c Ensure state is destroyed on daemont restart | |
6a3f37386b5daa979d813f610ee1f43b398d658b Inspect show right LogPath in json-file driver | |
d9a0c05208ee7e126dff54c7187048a4862e5b4a Change syslog format and facility | |
24cb9df189cd3e2d969e979cd704e0bb77a44b6e try to modprobe bridge | |
c51cd3298c8c8a9b12080f93e3e4b3a1ad28bef2 Prevent Upstart post-start stanza from hanging |
This file contains 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 | |
git clone https://github.com/flrngel/sexyinit ~/.sexyinit | |
cd ~/.sexyinit/ | |
~/.sexyinit/install.sh |
This file contains 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
curl -sSL https://get.docker.com/ubuntu/ | sudo sh |
This file contains 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
sudo apt-get install software-properties-common | |
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db | |
sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/10.0/ubuntu trusty main' | |
sudo apt-get update | |
sudo apt-get install mariadb-server |
NewerOlder