<?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 homelab</title>
        <description></description>
        <link>https://wiki.nicksoft.com/</link>
        <image rdf:resource="https://wiki.nicksoft.com/lib/images/favicon.ico" />
       <dc:date>2026-05-07T16:07:28+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:home"/>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:jellyfin-transcoding-amd"/>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:rhel-lxd"/>
                <rdf:li rdf:resource="https://wiki.nicksoft.com/homelab:rustdesk"/>
            </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:home">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-08T23:48:04+03:00</dc:date>
        <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/homelab:jellyfin-transcoding-amd">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-30T15:01:37+03:00</dc:date>
        <title>Install Jellyfin with hardware transcoding for AMD GPU in Proxmox LXC container</title>
        <link>https://wiki.nicksoft.com/homelab:jellyfin-transcoding-amd</link>
        <description>Introduction


This article is mainly for AMD GPUs. I only tried it for integrated Radeon graphics of AMD Ryzen 7 5825U on AOOSTAR WTR PRO. It may not work on your setup.

For Intel iGPU you might want to check WunderTech's tutorial. Also if you are missing steps - his tutorial is a bit more thorough. I skipped jellyfin setup screens because it is intuitive.</description>
    </item>
    <item rdf:about="https://wiki.nicksoft.com/homelab:rhel-lxd">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-02T18:28:42+03:00</dc:date>
        <title>Install LXD on RHEL without snap</title>
        <link>https://wiki.nicksoft.com/homelab:rhel-lxd</link>
        <description>Install golang


Download latest version of go (RHEL 9 go version is older than needed by lxd-6.1) from &lt;https://go.dev/dl/&gt;:



cd /usr/local
wget 'https://go.dev/dl/go1.23.2.linux-amd64.tar.gz'
tar xf go1.23.2.linux-amd64.tar.gz


add go path to PATH:</description>
    </item>
    <item rdf:about="https://wiki.nicksoft.com/homelab:rustdesk">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-24T22:24:09+03:00</dc:date>
        <title>Install RustDesk Server (TeamViewer and Anydesk open source alternative)</title>
        <link>https://wiki.nicksoft.com/homelab:rustdesk</link>
        <description>0. install dependencies


RHEL- based OS (Rocky Alma CentOS)



yum install curl wget unzip tar bind-utils


Ubuntu/Debian



apt install curl wget unzip tar bind-utils


1. Download latest release


Download from github or using these commands:


cd /usr/local
mkdir rustdesk -p
cd rustdesk

ARCH=amd64
RDLATEST=$(curl https://api.github.com/repos/rustdesk/rustdesk-server/releases/latest -s | grep &quot;tag_name&quot; | awk -F'&quot;' '{print $4}')
wget &quot;https://github.com/rustdesk/rustdesk-server/releases/down…</description>
    </item>
</rdf:RDF>
