I hereby claim:
- I am b6pzeusbc54tvhw5jgpyw8pwz2x6gs on github.
- I am b6pzeusbc54tvhw5 (https://keybase.io/b6pzeusbc54tvhw5) on keybase.
- I have a public key ASBjuG43VXp7Z7IpTG35LdYkoc8sf5gAAuPXZ7HU2Re3ywo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "editor.tabSize": 2, | |
| "editor.detectIndentation": false, | |
| "editor.autoIndent": false, | |
| "python.linting.pylintPath": "${workspaceFolder}/packages-for-code/bin/pylint", | |
| "python.envFile": "${workspaceFolder}/.envrc.code", | |
| "gitlens.advanced.messages": { | |
| "suppressCommitHasNoPreviousCommitWarning": false, | |
| "suppressCommitNotFoundWarning": false, | |
| "suppressFileNotUnderSourceControlWarning": false, |
| { | |
| "title": "alone modified key (@aluc)", | |
| "rules": [ | |
| { | |
| "description": "Change left control to esc if alone", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "left_control", |
| const prioritized = { | |
| error: 0, | |
| warn: 1, | |
| info: 2, | |
| verbose: 3, | |
| debug: 4, | |
| silly: 5 | |
| } | |
| let level = 'debug' |
| $ sudo adduser newuesrname | |
| # newuesrname으로 접속해서, | |
| $ ssh-keygen | |
| # ansible-playbook을 위해 admin키를 임시로 등록해둠 | |
| $ echo "<admin id_rsa.pub>" >> ~/.ssh/authorized_keys | |
| # ansible-playbook을 위해 sudo 권한 임시로 부여 | |
| $ sudo usermod -aG sudo newuesrname |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| ;https://previous-on-johnpark82.tistory.com/2460791 | |
| ;shift-space 한영변환. 하드웨어 키보드 레이아웃이 "한글 키보드(103/106키)" 이어야한다. | |
| +space::Send, {vk15sc138} | |
| ; ! Alt |
| npx artillery quick --duration 300 --rate 2 -n 2 <url> --output output.json | |
| npx artillery report output.json |
| #!/bin/bash | |
| # Script to update VScode | |
| # from https://github.com/Sheridan-Tech/Update_VScode | |
| # ssh로 붙는 target server에서 아래 실행: | |
| #grab the current commit id | |
| COMMIT_ID=`ls -At ~/.vscode-server/bin | head -n 1` | |
| cd ~/.vscode-server/bin/$COMMIT_ID |
$ docker run -p8090:80 --rm -v $PWD:/usr/share/nginx/html:ro -v $PWD/default.conf:/etc/nginx/conf.d/default.conf:ro -v $PWD/mime.types:/etc/nginx/mime.types:ro nginx
git-p4.py 코드를 수정해서 사용했었음: https://gitlab.com/b6pzeusbc54tvhw5jgpyw8pwz2x6gs/git-p4-support-hangulgit-p4.py 의 업데이트를 따라가기 어려움.filter-branch 명령을 사용하여 해결 가능.$ git filter-branch -f --commit-filter '
author_type=$( echo $GIT_AUTHOR_NAME | file -b --mime-encoding - )