분류 전체보기 썸네일형 리스트형 How to Install python 3.7 on CentOS 7 How to Install python 3.7 on CentOS 7Step 1 — Install Prerequisitesyum install gcc openssl-devel bzip2-devel libffi-develStep 2 — Download Python 3.xcd /usr/local/src/wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgztar xfz Python-3.7.2.tgzStep 3 — Install Python3.xcd Python-3.7.2./configure --enable-optimizationsmake altinstallStep 4 — Using Python 3.x./python --version$ ./python --.. 더보기 초콜릿를 설치하고 사용하는 방법(chocolatey installing) 초콜릿를 설치하고 사용하는 방법(chocolatey installing)초콜릿(Chocolatey)은 Windows 환경에서 패키지 관리자로 사용되는 도구입니다. 이를 통해 명령줄에서 손쉽게 소프트웨어를 설치, 업데이트, 관리할 수 있습니다.PowerShell 실행Windows PowerShell > 관리자로 실행Chocolatey를 설치하기 위해서는 PowerShell을 관리자 권한으로 실행해야 합니다.Execution Policy 변경 및 Chocolatey 설치PowerShell의 실행 정책을 변경 후 Chocolatey를 설치합니다.Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).Down.. 더보기 [리눅스] 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 login fails while docker-compose is installed on Ubuntu 18.04 docker login fails while docker-compose is installed on Ubuntu 18.04docker login faildocker login gitla.sangchul.kr:4567$ docker login gitla.sangchul.kr:4567Username: adminPassword: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": { "gitla.. 더보기 병렬 압축 - 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.shdocker 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.shSaving 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 더보기 이전 1 ··· 233 234 235 236 237 238 239 ··· 318 다음