전체 글 썸네일형 리스트형 [리눅스] knockpy : Subdomain Scanner Knockpy – Open Source Subdomain Scanner Tool : Python tool designed to enumerate subdomains on a target domain prerequisites $ cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) python version $ python --version Python 2.7.5 pip version $ pip -V pip 19.1.1 from /usr/lib/python2.7/site-packages/pip (python 2.7) dependencies pip install dnspython installing git clone https://github.com/g.. 더보기 [docker] docker login fails while docker-compose is installed on Ubuntu 18.04 docker login fails while docker-compose is installed on Ubuntu 18.04 docker login fail docker login gitla.sangchul.kr:4567 $ docker login gitla.sangchul.kr:4567 Username: admin Password: Error saving credentials: error storing credentials - err: exit status 1, out: `Cannot autolaunch D-Bus without X11 $DISPLAY` config.json 파일 생성 vim ~/.docker/config.json $ vim ~/.docker/config.json { "auths": { .. 더보기 병렬 압축 - parallel compression 병렬 압축 - parallel compression pbzip2 : bzip2의 병렬 구현 https://launchpad.net/pbzip2 : PBZIP2는 pthread를 사용하고 SMP 시스템에서 거의 선형에 가까운 속도 향상을 달성하는 bzip2 블록 정렬 파일 압축기의 병렬 구현입니다. 이 버전의 출력은 bzip2 v1.0.2 이상과 완전히 호환됩니다(즉, pbzip2로 압축된 모든 항목은 bzip2로 압축 해제할 수 있음). PBZIP2는 pthreads 호환 C++ 컴파일러(예: gcc)가 있는 모든 시스템에서 작동해야 합니다. pbzip2 패키지 설치 yum install -y pbzip2 10GB 파일 생성 dd if=/dev/urandom of=file_10GB count=1024 b.. 더보기 [리눅스] Let's Encrypt(certbot) SSL 인증서 발급 Let's Encrypt(certbot) SSL 인증서 발급-DNS $ cat certbot.sh docker run -it --rm --name certbot \ -v '/etc/letsencrypt:/etc/letsencrypt' \ -v '/var/lib/letsencrypt:/var/lib/letsencrypt' \ certbot/certbot certonly -d '*.4wxyz.com' \ --manual --preferred-challenges dns \ --server https://acme-v02.api.letsencrypt.org/directory $ chmod +x certbot.sh $ sh certbot.sh Saving debug log to /var/log/letsencrypt.. 더보기 [url] draw.io draw.io https://www.draw.io 더보기 [url] Ethernet MAC Address 조회 사이트 Ethernet MAC Address 조회 사이트 https://wintelguy.com 더보기 Apache ab 명령어 Apache(http) ab 명령어ab(ApacheBench)는 Apache HTTP 서버와 함께 제공되는 도구로 웹 서버의 성능을 테스트하고 벤치마킹하는 데 사용됩니다.ab 명령어 기본 형식ab [옵션] [URL][URL]은 벤치마킹하려는 서버의 URL입니다. 주요 옵션-n: 총 요청 수를 지정합니다. 예: -n 1000은 1000개의 요청을 보냅니다.-c: 동시 요청 수를 지정합니다. 예: -c 100은 100개의 요청을 동시에 보냅니다.-t: 테스트 시간을 초 단위로 지정합니다. 예: -t 60은 60초 동안 테스트를 진행합니다. (-n과 함께 사용할 수 없습니다)-k: HTTP Keep-Alive를 사용하여 요청 간에 연결을 유지합니다.-H: 추가 HTTP 헤더를 지정합니다. 예: -H "Auth.. 더보기 [URL] patorjk.com patorjk.com http://patorjk.com/ AppsGradient Image GeneratorFor creating gradient images (an image that fades from one color to another). A very old app and there aren't many good reasons use it. But it's here just in case.Gradient Image GeneratorCreates a color palette from an image. I made it one afternoon on a lark a long time ago.Keyboard Layout AnalyzerThe default layout of the keys on your.. 더보기 이전 1 ··· 202 203 204 205 206 207 208 ··· 286 다음