<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://paiopou.ru/</id><title>Paiopou.ru</title><subtitle>Pavel Sibiryakov's website</subtitle> <updated>2026-07-22T23:03:43+07:00</updated> <author> <name>Pavel Sibiryakov</name> <uri>https://paiopou.ru/</uri> </author><link rel="self" type="application/atom+xml" href="https://paiopou.ru/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://paiopou.ru/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Pavel Sibiryakov </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Minecraft сервер с Neoforge и авторизацией в docker</title><link href="https://paiopou.ru/posts/Minecraft-Server-with-Authentication/" rel="alternate" type="text/html" title="Minecraft сервер с Neoforge и авторизацией в docker" /><published>2026-07-11T08:00:00+07:00</published> <updated>2026-07-11T08:00:00+07:00</updated> <id>https://paiopou.ru/posts/Minecraft-Server-with-Authentication/</id> <content type="text/html" src="https://paiopou.ru/posts/Minecraft-Server-with-Authentication/" /> <author> <name>Pavel Sibiryakov</name> </author> <category term="Games" /> <category term="How-tos" /> <summary>Как я реализовал авторизацию на нашем небольшом сервере с мод паком с neoforge Оговорочки Использование eclipse-temurin:25-jre как image в docker (сервер может не перезагрузится автоматически при падении), хотя можно было использовать itzg/minecraft-server. Мне пришлось запустить 2 версии моей сборки, т.к. на nanolimbo нельзя поставить моды, из-за чего neoforge отказывается подключать кли...</summary> </entry> <entry><title>GPU Passthrough в LXC контейнер с docker для видеокарт Nvidia</title><link href="https://paiopou.ru/posts/GPU-Passthrough-nvidia/" rel="alternate" type="text/html" title="GPU Passthrough в LXC контейнер с docker для видеокарт Nvidia" /><published>2026-03-06T08:00:00+07:00</published> <updated>2026-03-06T08:00:00+07:00</updated> <id>https://paiopou.ru/posts/GPU-Passthrough-nvidia/</id> <content type="text/html" src="https://paiopou.ru/posts/GPU-Passthrough-nvidia/" /> <author> <name>Pavel Sibiryakov</name> </author> <category term="Linux" /> <category term="How-tos" /> <summary>Уcтановим зависимости apt update &amp;amp;&amp;amp; apt install build-essential software-properties-common make pve-headers-$(uname -r) sudo -y Для начала скачиваем драйвера c сайта nvidia.com/drivers Устанавливаем их на proxmox сервер. chmod +x NVIDIA-Linux-x86_64-***.run ./NVIDIA-Linux-x86_64-***.run Рекомендую создать пользователя nvidia-persistenced useradd -r -s /usr/sbin/nologin -M nvidia-pe...</summary> </entry> <entry><title>Docker в Unprivileged LXC контейнере</title><link href="https://paiopou.ru/posts/Docker-in-Unprivileged-lxc-container/" rel="alternate" type="text/html" title="Docker в Unprivileged LXC контейнере" /><published>2026-03-05T08:00:00+07:00</published> <updated>2026-03-05T08:00:00+07:00</updated> <id>https://paiopou.ru/posts/Docker-in-Unprivileged-lxc-container/</id> <content type="text/html" src="https://paiopou.ru/posts/Docker-in-Unprivileged-lxc-container/" /> <author> <name>Pavel Sibiryakov</name> </author> <category term="Linux" /> <category term="How-tos" /> <summary>обновим списки контейнеров и покажем доступные template pveam update &amp;amp;&amp;amp; pveam available Я выберу этот system debian-13-standard_13.1-2_amd64.tar.zst Скачаем в local pveam download local debian-13-standard_13.1-2_amd64.tar.zst Найдем полное название pveam list local local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst Создадим lxc контейнер pct create 112 local:vztmpl/de...</summary> </entry> <entry><title>Debian VM с cloudinit в Proxmox VE (CLI)</title><link href="https://paiopou.ru/posts/debian-vm-proxmox-ve/" rel="alternate" type="text/html" title="Debian VM с cloudinit в Proxmox VE (CLI)" /><published>2026-02-06T08:00:00+07:00</published> <updated>2026-02-06T08:00:00+07:00</updated> <id>https://paiopou.ru/posts/debian-vm-proxmox-ve/</id> <content type="text/html" src="https://paiopou.ru/posts/debian-vm-proxmox-ve/" /> <author> <name>Pavel Sibiryakov</name> </author> <category term="Linux" /> <category term="How-tos" /> <summary>Скачиваем образ wget -O debian-13-backports-genericcloud-amd64.qcow2 https://cloud.debian.org/images/cloud/trixie-backports/latest/debian-13-backports-genericcloud-amd64.qcow2 Создадим машину qm create 9000 --memory 2048 --net0 virtio,bridge=vmbr0 --scsihw virtio-scsi-pci --name debian13cloud --serial0 socket --cpu cputype=x86-64-v3 --cores 4 qm disk import 401 debian-13-backports-genericc...</summary> </entry> <entry><title>Openwrt как VM в Proxmox VE(CLI)</title><link href="https://paiopou.ru/posts/openwrt-proxmox-ve/" rel="alternate" type="text/html" title="Openwrt как VM в Proxmox VE(CLI)" /><published>2026-02-05T08:00:00+07:00</published> <updated>2026-02-05T08:00:00+07:00</updated> <id>https://paiopou.ru/posts/openwrt-proxmox-ve/</id> <content type="text/html" src="https://paiopou.ru/posts/openwrt-proxmox-ve/" /> <author> <name>Pavel Sibiryakov</name> </author> <category term="Linux" /> <category term="How-tos" /> <summary>Скачиваем combined(ext4) образ с для x86/64 https://firmware-selector.openwrt.org/ Например curl https://downloads.openwrt.org/snapshots//targets/x86/64/openwrt-x86-64-generic-ext4-combined.img.gz -o openwrt-x86-64-generic-ext4-combined.img.gz Распаковать его gunzip openwrt-x86-64-generic-ext4-combined.img.gz gzip: openwrt-x86-64-generic-ext4-combined.img.gz: decompression OK, trailing garb...</summary> </entry> </feed>
