<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.web.home.dark-link.info/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.web.home.dark-link.info/feed.php">
        <title>Patchouli&#039;s Library - tech:cheatsheets:linux</title>
        <description></description>
        <link>https://wiki.web.home.dark-link.info/</link>
        <image rdf:resource="https://wiki.web.home.dark-link.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-13T00:22:34+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:ad&amp;rev=1709818768&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:dotnet&amp;rev=1712743410&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:gaming&amp;rev=1716059134&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:hardware&amp;rev=1713034035&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:kvm&amp;rev=1712211305&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:luks&amp;rev=1727423168&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:networking&amp;rev=1705303959&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:nix&amp;rev=1729328318&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:nixos&amp;rev=1746593710&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:os&amp;rev=1715970890&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:remoting&amp;rev=1710153956&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:start&amp;rev=1705303960&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:tools&amp;rev=1709132401&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:wine&amp;rev=1711026718&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.web.home.dark-link.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Patchouli's Library</title>
        <link>https://wiki.web.home.dark-link.info/</link>
        <url>https://wiki.web.home.dark-link.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:ad&amp;rev=1709818768&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-07T13:39:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ad</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:ad&amp;rev=1709818768&amp;do=diff</link>
        <description>Linux AD

SSSD

	*  &lt;https://www.linuxquestions.org/questions/linux-newbie-8/any-way-to-remove-domain-name-at-end-of-username-when-authenticating-with-ldap-sssd-4175593988/&gt;

Setup AD login
apt install sssd-ad sssd-tools realmd adcli
realm -v discover sumireko.home.dark-link.info
realm join -v sumireko.home.dark-link.info -U waldemar
pam-auth-update --enable mkhomedir

Testing
getent passwd waldemar@home.dark-link.info</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:dotnet&amp;rev=1712743410&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-10T10:03:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dotnet</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:dotnet&amp;rev=1712743410&amp;do=diff</link>
        <description>.NET

Certificates

	*  &lt;https://medium.com/workleap/certificates-in-net-core-on-linux-and-docker-29b3d5f09cd6&gt;

Development

Android

Install the JDK and the Arduino workloads:


sudo apt install openjdk-11-jdk
sudo dotnet workload install maui-android android


Install the Arduino SDK.
The easiest way is to install Android Studio and while installing install the SDK as well.</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:gaming&amp;rev=1716059134&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-18T19:05:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gaming</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:gaming&amp;rev=1716059134&amp;do=diff</link>
        <description>Gaming

Steam

	*  &lt;https://www.reddit.com/r/linux_gaming/comments/wc6wzj/correctly_mount_ntfs_for_steam_proton_games/&gt;
	*  &lt;https://community.frame.work/t/solved-steam-on-ubuntu-phantom-launching-to-tray/46200&gt;

Lutris

	*  &lt;https://forums.lutris.net/t/do-not-use-the-flatpak-installation-on-ubuntu-22-04/18282&gt;
	*  &lt;https://forum.winehq.org/viewtopic.php?p=135561#p135561https://forum.winehq.org/viewtopic.php?p=135561#p135561&gt;

Tools

	*  &lt;https://github.com/matanui159/ReplaySorcery&gt;

VR

	*  &lt;ht…</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:hardware&amp;rev=1713034035&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-13T18:47:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hardware</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:hardware&amp;rev=1713034035&amp;do=diff</link>
        <description>Hardware

Sensors &amp; Control

Mainboard

	*  &lt;https://gist.github.com/bakman2/e801f342aaa7cade62d7bd54fd3eabd8&gt;
	*  &lt;https://github.com/a1wong/it87&gt;

USB

Power

	*  &lt;https://www.baeldung.com/linux/control-usb-power-supply&gt;
	*  &lt;https://askubuntu.com/questions/982860/setting-power-control-with-udev&gt;

Fingerprint

	*  &lt;https://forums.linuxmint.com/viewtopic.php?t=408129&gt;

Peripheral

Logitech G910 Keyboard

	*  &lt;https://github.com/JSubelj/g910-gkey-macro-support&gt;

Systems

Framework Laptop 16

Key…</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:kvm&amp;rev=1712211305&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-04T06:15:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kvm</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:kvm&amp;rev=1712211305&amp;do=diff</link>
        <description>Linux KVM

How to install

	*  &lt;https://linuxize.com/post/how-to-install-kvm-on-ubuntu-20-04/&gt;

How to boot Dual Boot Windows Partition

	*  &lt;https://jianmin.dev/2020/jul/19/boot-your-windows-partition-from-linux-using-kvm/&gt;
	*  &lt;http://disq.us/p/2ltujmy&gt;

Windows Partition Dual Mount

	*  &lt;https://superuser.com/a/1010125&gt;

Spoof BIOS &amp; Mainboard to avoid re-activation

	*  &lt;https://www.remembertheusers.com/2021/06/0758-windows-10-p2v.html&gt;
	*  &lt;https://gist.github.com/smoser/290f74c256c89cb3f3b…</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:luks&amp;rev=1727423168&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-27T07:46:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>luks</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:luks&amp;rev=1727423168&amp;do=diff</link>
        <description>LUKS

Mount encrypted partition


cryptsetup luksOpen /dev/mmcblk1p3 mmcblk2p3_crypt
mount /dev/vgkubuntu/root /target # use lvdisplay and lsblk to find the volume


Grow partition

Note: filesystem should not be mounted when resizing

	*  &lt;https://www.redhat.com/sysadmin/resize-lvm-simple&gt;

Change key of encrypted partition</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:networking&amp;rev=1705303959&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-15T07:32:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>networking</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:networking&amp;rev=1705303959&amp;do=diff</link>
        <description>Networking

	*  &lt;https://www.thomas-krenn.com/en/wiki/Wake_On_LAN_under_Linux&gt;
	*  &lt;https://forums.linuxmint.com/viewtopic.php?p=1802126#p1802126&gt;</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:nix&amp;rev=1729328318&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-19T08:58:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nix</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:nix&amp;rev=1729328318&amp;do=diff</link>
        <description>Nix

	*  Lix is preferred: &lt;https://lix.systems/install/&gt;
		*  Works with NixOS and Home-Manager as it&#039;s a drop-in replacement.
		*  Also flake support should be enabled.


Configuration on non-NixOS systems

By default if installed (at least when installing Lix), nixpkgs points to the unstable channel.
To change this, open the file</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:nixos&amp;rev=1746593710&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-07T04:55:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nixos</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:nixos&amp;rev=1746593710&amp;do=diff</link>
        <description>NixOS

Install in-place

	*  &lt;https://github.com/elitak/nixos-infect&gt;
	*  &lt;https://nixos.wiki/wiki/Change_root&gt;

Infect system using nixos-infect

Ensure you&#039;re root when executing the commands (sudo -i)
/nix/var/nix/profiles/per-user/root


touch /etc/ssh/ssh_host_placeholder_key
curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-24.11 NO_REBOOT=1 bash -x</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:os&amp;rev=1715970890&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-17T18:34:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>os</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:os&amp;rev=1715970890&amp;do=diff</link>
        <description>OS

Libraries

libdl.so

It could be that libdl.so does not exist but libdl.so.2 does. In this case a workaround is to create symbolic link from libdl.so to libdl.so.2 at the location which whereis libdl.so.2 outputs.

Settings

Default Terminal

	*</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:remoting&amp;rev=1710153956&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-11T10:45:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>remoting</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:remoting&amp;rev=1710153956&amp;do=diff</link>
        <description>Remoting

XRDP

	*  &lt;https://c-nergy.be/blog/?p=16274&gt;
	*  &lt;https://forum.xfce.org/viewtopic.php?pid=61347#p61347&gt; (Does not work, maybe outdated)
	*  &lt;https://askubuntu.com/questions/135483/how-to-configure-xrdp-to-start-cinnamon-as-default-desktop-session#comment2218013_289672&gt;

Linux Mint 21 / Ubuntu 22.04

	*  &lt;https://bugs.launchpad.net/ubuntu/+source/xrdp/+bug/1960174/comments/15&gt;

SSH

	*  &lt;https://devicetests.com/ssh-authentication-ldap-ssh-keys-active-directory&gt;</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:start&amp;rev=1705303960&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-15T07:32:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:start&amp;rev=1705303960&amp;do=diff</link>
        <description>Linux



Subnamespaces:

No subnamespaces.


Pages in this namespace:

	* .NET
	* Gaming
	* Hardware
	* Linux AD
	* Linux KVM
	* LUKS
	* Networking
	* Nix
	* NixOS
	* OS
	* Remoting
	* Tools
	* Wine</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:tools&amp;rev=1709132401&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-28T15:00:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tools</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:tools&amp;rev=1709132401&amp;do=diff</link>
        <description>Tools

KeePassXC

	*  &lt;https://grabski.me/posts/2020/09/automatically-unlock-keepassxc-on-startup-and-after-lock-screen/&gt;

Nemo

	*  &lt;https://github.com/mhsattarian/nemo-open-in-vscode&gt;

APT

	*  &lt;https://askubuntu.com/a/306723&gt;

systemd


logind

	*  &lt;https://askubuntu.com/a/812732&gt;

LDAP

	*  &lt;https://stackoverflow.com/a/13593766&gt;</description>
    </item>
    <item rdf:about="https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:wine&amp;rev=1711026718&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-21T13:11:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wine</title>
        <link>https://wiki.web.home.dark-link.info/doku.php?id=tech:cheatsheets:linux:wine&amp;rev=1711026718&amp;do=diff</link>
        <description>Wine

Visual Studio

	*  &lt;https://forum.winehq.org/viewtopic.php?t=36926&gt;</description>
    </item>
</rdf:RDF>
