[vagrant]centos container install(provider docker)
# Virtualation/Docker2023. 4. 5. 08:15[vagrant]centos container install(provider docker)

설치환경 [daraksharavim.tistory.com]$ cat /etc/redhat-release Rocky Linux release 8.6 (Green Obsidian) [daraksharavim.tistory.com]$ vagrant -v Vagrant 2.3.4 [daraksharavim.tistory.com]$ docker -v Docker version 23.0.3, build 3e7cbfd [daraksharavim.tistory.com]$ 베이그런트설치 더보기 [daraksharavim.tistory.com]$ yum install -y yum-utils [daraksharavim.tistory.com]$ yum-config-manager --add-repo https://rpm.rel..

php 7.4.32 컴파일 설치
# Script/PHP2022. 10. 12. 16:38php 7.4.32 컴파일 설치

configure [darksharavim.tistory.com]./configure --prefix=/apps/php7 \ --disable-debug \ --enable-sockets \ --enable-sysvsem=yes \ --enable-sysvshm=yes \ --enable-ftp \ --enable-gd \ --enable-inline-optimization \ --enable-bcmath \ --enable-exif \ --enable-sigchild \ --enable-mbstring \ --enable-fpm \ --enable-mysqlnd \ --enable-soap \ --with-curl \ --with-zlib \ --with-gettext \ --with-jpeg \ --..

[파이썬]셀레니움 크롬 드라이버 자동 설치 for windows
# Script/Python2022. 10. 10. 15:22[파이썬]셀레니움 크롬 드라이버 자동 설치 for windows

from selenium import webdriver import chromedriver_autoinstaller import os # Check if chrome driver is installed or not chrome_ver = chromedriver_autoinstaller.get_chrome_version().split('.')[0] driver_path = f'./{chrome_ver}/chromedriver.exe' if os.path.exists(driver_path): print(f"chrom driver is insatlled: {driver_path}") else: print(f"install the chrome driver(ver: {chrome_ver})") chromedriv..

워드프레스 설치
# Web&WAS2022. 10. 10. 10:45워드프레스 설치

다운로드 https://ko.wordpress.org/download/#download-install Download Download WordPress today, and get started on creating your website with one of the most powerful, popular, and customizable platforms in the world. ko.wordpress.org [daraksharavim.tistory.com]$ wget https://ko.wordpress.org/latest-ko_KR.tar.gz Requirements We recommend servers running version 7.4 or greater of PHP and MySQL versio..

크롬(엣지) 확장 프로그램(extension) 오프라인 설치
# Life/IT2022. 10. 6. 17:04크롬(엣지) 확장 프로그램(extension) 오프라인 설치

폐쇄망 등에서는 크롬(엣지)에 확장프로그램 설치할려고할때 웹 스토어에 접근이 되지 않아 설치가 어렵습니다. 그래서 아래와 같은 방법으로 설치를 진행해야합니다. 웹스토어에 접근 가능한PC에서 아래 확장프로그램 설치 https://chrome.google.com/webstore/detail/crx-extractordownloader/ajkhmmldknmfjnmeedkbkkojgobmljda CRX Extractor/Downloader Download CRX Files directly as crx or zip file depending upon your choice chrome.google.com 설치가 완료되면 오프라인 설치할 확장프로그램을 검색한 후 아래와 같이 마우스 오른쪽 버튼 눌러서 설치파일을 다운로..

image