크롬드라이버 버전 이슈
# Script/Python2023. 9. 11. 15:18크롬드라이버 버전 이슈

from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import By import time # 크롬 드라이버 자동 업데이트 from webdriver_manager.chrome import ChromeDriverManager #브라우저 꺼짐 방지 chrome_options = Options() chrome_options.add_experimental_option("d..

[proxmox]VE 초기설정
# Virtualation/Private Cloud2023. 7. 4. 19:21[proxmox]VE 초기설정

1. 구독 옵션 변경 디폴트 엔터프라이즈로 되어있음. 아래내용 추가vi /etc/apt/sources.list # PVE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription /etc/atp/sources/list.d의 pve-enterprise.list 파일 변경pve-enterprise.list # deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise /etc/apt/sources.list.d..

[proxmox]VE install(feat. vmware)
# Virtualation/Private Cloud2023. 7. 4. 18:33[proxmox]VE install(feat. vmware)

https://www.proxmox.com/en/downloads Download Proxmox software, documentation, agreementsWe use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please notewww.proxmox.com 1. iso download 2. vm create(Debian) ..

image