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
// ์คํ ์ฌ๋ก์ https://www.googletagmanager.com/gtag/js?id=AW-934850262๋ฅผ Leslie ๋ธ๋ผ์ฐ์ ์์ ๋ณต์ฌํ ๊ฒ์ Prettier ๋๋ฆผ | |
// Copyright 2012 Google Inc. All rights reserved. | |
(function() { | |
var data = { | |
resource: { | |
version: '1', | |
macros: [{ function: '__e' }], | |
tags: [ |
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
{ | |
"dense": true, | |
"themeColor": "#000000", | |
"accentColor": "#FF9800", | |
"android": { | |
"mousedown": { | |
"1": "KEYCODE_HOME", | |
"2": "KEYCODE_BACK" | |
}, | |
"keydown": { |
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 | |
# Dependencies: tesseract-ocr imagemagick scrot | |
SCR_IMG=$(mktemp) | |
trap 'rm "$SCR_IMG"*' EXIT | |
scrot -s "${SCR_IMG}".png -q 100 | |
# increase quality with option -q from default 75 to 100 | |
mogrify -modulate 100,0 -resize 400% "${SCR_IMG}".png |
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
2021/01/02 03:48:01 [INFO] Terraform version: 0.14.3 | |
2021/01/02 03:48:01 [INFO] Go runtime version: go1.15.2 | |
2021/01/02 03:48:01 [INFO] CLI args: []string{"/usr/local/bin/terraform", "import", "github_repository.legunto", "legunto"} | |
2021/01/02 03:48:01 [DEBUG] Attempting to open CLI config file: /home/nemo/.terraformrc | |
2021/01/02 03:48:01 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2021/01/02 03:48:01 Loading CLI configuration from /home/nemo/.terraform.d/credentials.tfrc.json | |
2021/01/02 03:48:01 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021/01/02 03:48:01 [DEBUG] ignoring non-existing provider search directory /home/nemo/.terraform.d/plugins | |
2021/01/02 03:48:01 [DEBUG] ignoring non-existing provider search directory /home/nemo/.local/share/terraform/plugins | |
2021/01/02 03:48:01 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins |
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 | |
set -euo pipefail; IFS=$'\n\t' | |
if [ $EUID != 0 ]; then | |
sudo TOOL="${TOOL:-phpunit}" bash "$0" "$@"; | |
exit "$?"; | |
fi | |
EXT=$1 | |
test EXT || exit |
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 | |
adb shell settings put secure show_rotation_suggestions 0 | |
adb shell pm disable-user --user 0 com.samsung.android.calendar | |
adb shell pm disable-user --user 0 com.appstar.callrecorder | |
adb shell pm disable-user --user 0 kr.go.nema.disasteralert_new | |
adb shell pm disable-user --user 0 com.samsung.android.game.gamehome | |
adb shell pm disable-user --user 0 com.samsung.android.aircommandmanager | |
adb shell pm disable-user --user 0 com.samsung.android.messaging |
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 | |
set -euo pipefail; IFS=$'\n\t' | |
export LINUX_ID="$(lsb_release --id --short)" | |
# | |
# Bluetooth | |
# | |
rfkill block bluetooth |
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
-----BEGIN PGP MESSAGE----- | |
Version: Keybase OpenPGP v2.1.13 | |
Comment: https://keybase.io/crypto | |
wcFMA3aa4d76nFCuAQ/9Fbf6QHU0xdbWHB0Oc3Z4Q7On08jDwnNdlERGv5/qYQ2B | |
f7U4eBKxHLOGVFmTY+hIQihlZne16W/9KGWJG/RE3ekIh69Ruzo2g+msIL3B5SWF | |
k4G4P/EXtAHM8BgXHrO2PCgJMfKrH/4P94nSZMDR7o5kjVs+t521NkzBbTDbdSRY | |
b4dASk8h1K5qO32osIPtohUJFxPkmREF6jTYFE8Rhbvg1YVv+HKfbKmSM4JQ+lNR | |
pGrgn/GN2cgdFmWv/F10w+qGjvjY3i+IGXltibiAjaXRFpf92+Ifj1bTh7oEecLv | |
X36sogdRFqCrvlC/B1/PepSAWystG9vvn4S/8yoTFbQkAnM5Fwx9tm5X3Xrr+940 |
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
Started by user unknown or anonymous | |
Running as SYSTEM | |
Building remotely on integration-agent-docker-1007 (Docker blubber) in workspace /srv/jenkins/workspace/workspace/quibble-vendor-mysql-php72-docker | |
Run condition [Execute Shell] enabling prebuild for step [[Groovy Postbuild]] | |
[quibble-vendor-mysql-php72-docker] $ /bin/bash -xe /tmp/jenkins7756008825118771817.sh | |
+ mkdir -m 2777 -p cache | |
[quibble-vendor-mysql-php72-docker] $ /bin/bash /tmp/jenkins8228952435557423112.sh | |
++ pwd | |
+ exec docker run --volume /srv/jenkins/workspace/workspace/quibble-vendor-mysql-php72-docker/cache:/cache --init --rm --label jenkins.job=quibble-vendor-mysql-php72-docker --label jenkins.build=37796 --env-file /dev/fd/63 docker-registry.wikimedia.org/releng/castor:0.2.4 load | |
++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)=' |
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
### Keybase proof | |
I hereby claim: | |
* I am lens0021 on github. | |
* I am lorentz0021 (https://keybase.io/lorentz0021) on keybase. | |
* I have a public key ASDzu1YqtYnbbXPGSiJZJs45gmnkSxoKK4sVJIrReAuX5Qo | |
To claim this, I am signing this object: |