<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://wiki.nicksoft.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.nicksoft.com/feed.php">
        <title>NS Doc</title>
        <description></description>
        <link>https://wiki.nicksoft.com/</link>
        <image rdf:resource="https://wiki.nicksoft.com/lib/images/favicon.ico" />
       <dc:date>2026-05-07T14:51:49+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:proxmox:move-zfs"/>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:home"/>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/home"/>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:proxmox:setup"/>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:proxmox:checklist"/>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:nas:example"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.nicksoft.com/lib/images/favicon.ico">
        <title>NS Doc</title>
        <link>https://wiki.nicksoft.com/</link>
        <url>https://wiki.nicksoft.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.nicksoft.com/homelab:proxmox:move-zfs">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T13:22:25+03:00</dc:date>
        <dc:creator>Nikolay Pelov</dc:creator>
        <title>Move proxmox to another disk (ZFS) - INCOMPLETE</title>
        <link>https://wiki.nicksoft.com/homelab:proxmox:move-zfs</link>
        <description>Moving proxmox to another disk is not that straight forward. If the new disk is different size you can't just copy the whole disk. Here is how you can do that.

Warning

This is not a trivial task. Having knowledge on zfs will help. It would be nice to experiment on a virtual machine before doing it on an actual proxmox install.</description>
    </item>
    <item rdf:about="https://wiki.nicksoft.com/homelab:home">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-08T23:48:04+03:00</dc:date>
        <dc:creator>Nikolay Pelov</dc:creator>
        <title>Home Lab</title>
        <link>https://wiki.nicksoft.com/homelab:home</link>
        <description>*  Example of creating flexible setup with 4 HDDs and 2 NVMEs
	*  Proxmox Setup Tutorial
	*  Proxmox checklist - condensed version of the tutorial
	*  Move proxmox to another disk (ZFS) - INCOMPLETE
	*  Install LXD on RHEL without snap
	*  Install RustDesk (TeamViewer and Anydesk open source alternative)
	*  Install Jellyfin with hardware transcoding for AMD GPU in Proxmox LXC container
	*  TrueNAS
		*  TrueNAS Add share option &quot;force user&quot;</description>
    </item>
    <item rdf:about="https://wiki.nicksoft.com/home">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-30T16:04:27+03:00</dc:date>
        <dc:creator>Nikolay Pelov</dc:creator>
        <title>News</title>
        <link>https://wiki.nicksoft.com/home</link>
        <description>09.14.2009

Have a look at  Pocket Console and how to workaround troubles when installing it.</description>
    </item>
    <item rdf:about="https://wiki.nicksoft.com/homelab:proxmox:setup">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-28T17:48:11+03:00</dc:date>
        <dc:creator>Nikolay Pelov</dc:creator>
        <title>Proxmox Setup Tutorial</title>
        <link>https://wiki.nicksoft.com/homelab:proxmox:setup</link>
        <description>Links

	*  Proxmox CT templates - has centos 7

Other Tutorials

	*  &lt;https://www.wundertech.net/how-to-install-proxmox-ve-setup-tutorial/&gt;

Installation


Proxmox installation is straight forward - burn a flash drive, boot from it.

First thing after agree terms is to select proxmox filesystem. Default is ext4,
 but if you switch to zfs (use raid0 if you only have one disk for the os) you
 proxmox can use special features like compression and snapshots. Make sure
 to only select the disks that …</description>
    </item>
    <item rdf:about="https://wiki.nicksoft.com/homelab:proxmox:checklist">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-24T10:27:20+03:00</dc:date>
        <dc:creator>Nikolay Pelov</dc:creator>
        <title>Proxmox install Checklist</title>
        <link>https://wiki.nicksoft.com/homelab:proxmox:checklist</link>
        <description>Source: Craft Computing - Let's Install Proxmox 8.0!


1. Disable enterprise repos

edit file


/etc/apt/sources.list.d/pve-enterprise.list


and comment out the line by adding a # at the beginning. Then, update the package list with:

2. update


apt update
apt upgrade</description>
    </item>
    <item rdf:about="https://wiki.nicksoft.com/homelab:nas:example">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-19T02:37:12+03:00</dc:date>
        <dc:creator>Nikolay Pelov</dc:creator>
        <title>Example of creating flexible setup with 4 HDDs and 2 NVMEs</title>
        <link>https://wiki.nicksoft.com/homelab:nas:example</link>
        <description>We have two 12TB and two 8TB HDDs and two 512GB NVMe SSDs



lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda           8:0    0    32G  0 disk
├─sda1        8:1    0     1M  0 part
├─sda2        8:2    0   512M  0 part
└─sda3        8:3    0  31.5G  0 part
sdb           8:16   0   7.3T  0 disk
├─sdb1        8:17   0   4.5T  0 part
└─sdb2        8:18   0   2.8T  0 part
sdc           8:32   0  10.9T  0 disk
├─sdc1        8:33   0   200G  0 part
├─sdc2        8:34   0   4.5T  0 part
├─s…</description>
    </item>
</rdf:RDF>
