<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| //maps.googleapis.com | |
| //maps.gstatic.com | |
| //fonts.googleapis.com | |
| //fonts.gstatic.com | |
| //ajax.googleapis.com | |
| //apis.google.com | |
| //google-analytics.com | |
| //www.google-analytics.com | |
| //ssl.google-analytics.com | |
| //youtube.com |
| mkdir ~/vim | |
| cd ~/vim | |
| # Staically linked vim version compiled from https://github.com/ericpruitt/static-vim | |
| # Compiled on Jul 20 2017 | |
| curl 'https://s3.amazonaws.com/bengoa/vim-static.tar.gz' | tar -xz | |
| export VIMRUNTIME="$HOME/vim/runtime" | |
| export PATH="$HOME/vim:$PATH" | |
| cd - |
| <?php | |
| if (!function_exists('array_group_by')) { | |
| /** | |
| * Groups an array by a given key. | |
| * | |
| * Groups an array into arrays by a given key, or set of keys, shared between all array members. | |
| * | |
| * Based on {@author Jake Zatecky}'s {@link https://github.com/jakezatecky/array_group_by array_group_by()} function. | |
| * This variant allows $key to be closures. |
| #!/bin/bash | |
| df -h | sed -e '1s/^/```/' -e '$a```' | bash slack_message.sh -h https://hooks.slack.com/services/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 -c system-operations -u sysopsusr -i comet -C 1974D2 -p enable -T "$(hostname) system disk space usage" |
| #! /bin/bash | |
| response=`curl "https://comento.kr/assets/lib/reqlist" -H "origin: https://comento.kr" -H "accept-encoding: gzip, flate, br" -H "x-requested-with: XMLHttpRequest" -H "accept-language: ko-KR,ko;q=0.8,en-US;q=0.6,en;q=0.4" -H "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36" -H "content-type: application/x-www-form-urlencoded; charset=UTF-8" -H "accept: */*" -H "referer: https://comento.kr/mentoring/mentor/" -H "authority: comento.kr" -H "cookie: PHPSESSID=kc8f8gb27akgs88mhpglrf3631; couser=30991; _ga=GA1.2.2096714784.1504497212; _gid=GA1.2.1555065651.1504497212" --data "sort_flag=2" --compressed | grep mentoring-log-box` | |
| echo $response | |
| if [ -n "$response" ]; then | |
| ./slack_message.sh -h https://hooks.slack.com/services/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 -c comento -u comento -i terminal -m "@love5757 https://comento.kr/mentoring/mentor/" |
| {"version":1,"resource":"file:///Volumes/philip/developers/jychoi03_workspace/cafe24wms-erp/middlework/model/Install/Server/modelInstallServerInfo.php","entries":[{"id":"0BIr.php","source":"Undo Accept Diff","timestamp":1733898218000}]} |
| 대상 파일: https://raw.github.com/antirez/redis/2.4.15/redis.conf | |
| 요약 | |
| 기본설정 | |
| daemonize (daemon으로 실행 여부 설정) | |
| pidfile (daemon 실행시 pid가 저장될 파일 경로) | |
| port (접근을 허용할 port 설정) | |
| bind (요청을 대기할 interface[랜카드] 설정) | |
| unixsocket, unixsocketperm (요청을 대기할 unix 소켓 설정) |