proxmox error "The enterprise repository is enabled, but there is no active subscription!"
# Virtualation/Private Cloud2024. 4. 9. 14:16proxmox error "The enterprise repository is enabled, but there is no active subscription!"

apt update ## 아래와 같이 업데이트 시 에러발생 ## vi /etc/apt/sources.list.d/pve-enterprise.list ## proxmox 8버전 기준 아래와 같이 변경 ## #deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription vi /etc/apt/sources.list.d/ceph.list ## proxmox 8버전 기준 아래와 같이 변경 ## #deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterpris..

proxmox LXC create
# Virtualation/Private Cloud2024. 4. 9. 09:00proxmox LXC create

업데이트 root@pve:~# pveam update update successful 다운로드 가능한 리눅스 컨테이너 리스트 root@pve:~# pveam available mail proxmox-mail-gateway-8.1-standard_8.1-1_amd64.tar.zst mail proxmox-mailgateway-7.3-standard_7.3-1_amd64.tar.zst mail proxmox-mailgateway-8.0-standard_8.0-1_amd64.tar.zst system almalinux-9-default_20221108_amd64.tar.xz system alpine-3.18-default_20230607_amd64.tar.xz system alpine-3.19-default_..

windows2000 install(ft. docker)
# Virtualation/Docker2024. 4. 9. 08:27windows2000 install(ft. docker)

version: "3" services: windows: image: hectorm/qemu-win2000 container_name: qemu-win2000 devices: - /dev/kvm ports: - 3389:3389/tcp - 5900:5900/tcp - 6080:6080/tcp https://github.com/hectorm/docker-qemu-win2000 GitHub - hectorm/docker-qemu-win2000: A Docker image for Windows 2000 Advanced Server with SP4. A Docker image for Windows 2000 Advanced Server with SP4. - hectorm/docker-qemu-win2000 git..

NPM install(ft. docker)
# Virtualation/Docker2024. 4. 8. 08:53NPM install(ft. docker)

https://nginxproxymanager.com/ Nginx Proxy Manager Docker container and built in Web Application for managing Nginx proxy hosts with a simple, powerful interface, providing free SSL support via Let's Encrypt nginxproxymanager.com 시놀로지 vmm에 설치 version: '3' services: app: image: 'jc21/nginx-proxy-manager:latest' ports: - '80:80' - '81:81' - '443:443' environment: DB_MYSQL_HOST: "db" DB_MYSQL_PORT:..

windows(xp~11) install(ft. docker)
# Virtualation/Docker2024. 4. 4. 08:32windows(xp~11) install(ft. docker)

설치환경 시퓨 AMD 라노 A10 proxmox 설치 xenology 설치 docker 설치 헤놀로지 vm설치시 프로세스를 호스트로 설정해야 중첩가상화가 먹힘! docker-compose.yml version: "3" services: windows: image: dockurr/windows container_name: windows environment: VERSION: "winxp" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m restart: on-failure docker run docker run -it --rm --name windows ..

image