<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://172.168.74.25/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="http://172.168.74.25/feed.php">
        <title>wiki.wurps.de</title>
        <description></description>
        <link>http://172.168.74.25/</link>
        <image rdf:resource="http://172.168.74.25/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-09T17:20:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=dbus&amp;rev=1742736064&amp;do=diff"/>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=arch_package_managers&amp;rev=1710745104&amp;do=diff"/>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=openssl&amp;rev=1615550028&amp;do=diff"/>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=signal&amp;rev=1720987438&amp;do=diff"/>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=browser_keywords&amp;rev=1609204147&amp;do=diff"/>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=docker&amp;rev=1643624928&amp;do=diff"/>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=git&amp;rev=1609204147&amp;do=diff"/>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=smartcard&amp;rev=1609204147&amp;do=diff"/>
                <rdf:li rdf:resource="http://172.168.74.25/doku.php?id=ssh&amp;rev=1609204147&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://172.168.74.25/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>wiki.wurps.de</title>
        <link>http://172.168.74.25/</link>
        <url>http://172.168.74.25/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://172.168.74.25/doku.php?id=dbus&amp;rev=1742736064&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-23T13:21:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dbus</title>
        <link>http://172.168.74.25/doku.php?id=dbus&amp;rev=1742736064&amp;do=diff</link>
        <description>DBUS

Sources: Wikipedia, D-Bus Specification, Cardinal Peak

D-BUS is an Inter-Process Communication (IPC) specification. Communication is possible via multiple Transports (e.g., Unix sockets, systemd, TCP sockets).

Default D-Bus message buses:

	*  System-wide instance / message bus (see /usr/share/dbus-1/system.conf</description>
    </item>
    <item rdf:about="http://172.168.74.25/doku.php?id=arch_package_managers&amp;rev=1710745104&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-18T06:58:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>arch_package_managers</title>
        <link>http://172.168.74.25/doku.php?id=arch_package_managers&amp;rev=1710745104&amp;do=diff</link>
        <description>Arch Package Managers

Pacman

	*  Upgrade everything: pacman -Syu
	*  Install package: pacman -S &lt;pkg&gt;
	*  Search packages: pacman -Ss &lt;keywords&gt;
	*  Remove package
		*  pacman -Rsn &lt;pkg&gt;
		*  pacman -Rsc &lt;pkg&gt;

	*  Modified files in package: pacman -Qkk &lt;pkg&gt;</description>
    </item>
    <item rdf:about="http://172.168.74.25/doku.php?id=openssl&amp;rev=1615550028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-12T11:53:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>openssl</title>
        <link>http://172.168.74.25/doku.php?id=openssl&amp;rev=1615550028&amp;do=diff</link>
        <description>OpenSSL

Useful commands for OpenSSL

CRLs

Parsing a CRL: openssl crl -inform DER -text -noout -in mycrl.crl

PKCS12

Reading a PKCS12 file: openssl pkcs12 -info -in some_file.p12

X.509

	*  Parsing a PEM file: openssl x509 -text -in some_file -inform pem
	*  Download and parse certificate:</description>
    </item>
    <item rdf:about="http://172.168.74.25/doku.php?id=signal&amp;rev=1720987438&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-14T20:03:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>signal</title>
        <link>http://172.168.74.25/doku.php?id=signal&amp;rev=1720987438&amp;do=diff</link>
        <description>Signal Messenger

Using a Proxy

Windows

Batch file on Desktop:


@echo off
set HTTP_PROXY=http://&lt;proxy&gt;:&lt;port&gt;/
set HTTPS_PROXY=http://&lt;proxy&gt;:&lt;port&gt;/
start %LOCALAPPDATA%\Programs\signal-desktop\Signal.exe


Shortcut on Desktop with destination:</description>
    </item>
    <item rdf:about="http://172.168.74.25/doku.php?id=browser_keywords&amp;rev=1609204147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-29T01:09:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>browser_keywords</title>
        <link>http://172.168.74.25/doku.php?id=browser_keywords&amp;rev=1609204147&amp;do=diff</link>
        <description>Browser Keywords

Google - I&#039;m feeling lucky

URL:


http://www.google.com/search?btnI=1&amp;q=%s


Google - Search for Images


https://www.google.de/search?q=%s&amp;tbm=isch</description>
    </item>
    <item rdf:about="http://172.168.74.25/doku.php?id=docker&amp;rev=1643624928&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-01-31T10:28:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docker</title>
        <link>http://172.168.74.25/doku.php?id=docker&amp;rev=1643624928&amp;do=diff</link>
        <description>Docker

Docker Registry Proxy

&lt;https://docs.docker.com/config/daemon/systemd/#httphttps-proxy&gt;

Bootstrap basic Debian image


mkdir jessie-chroot
sudo debootstrap jessie ./jessie-chroot http://http.debian.net/debian/


Build docker image from tarball


cd jessie-chroot
sudo tar cpf - . | docker import - debian</description>
    </item>
    <item rdf:about="http://172.168.74.25/doku.php?id=git&amp;rev=1609204147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-29T01:09:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git</title>
        <link>http://172.168.74.25/doku.php?id=git&amp;rev=1609204147&amp;do=diff</link>
        <description>Git

Aliases


git config --global user.name &quot;&lt;full name&gt;&quot;
git config --global user.email &quot;&lt;email address&gt;&quot;
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status</description>
    </item>
    <item rdf:about="http://172.168.74.25/doku.php?id=smartcard&amp;rev=1609204147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-29T01:09:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>smartcard</title>
        <link>http://172.168.74.25/doku.php?id=smartcard&amp;rev=1609204147&amp;do=diff</link>
        <description>Tool overview: &lt;https://my.eng.utah.edu/~sdean/doc/Tools.html&gt;

Smartcard

	*  List smartcard readers: opensc-tool -l
	*  Scan smartcard readers regularly: pcsc_scan
	*  List PKCS11 modules: p11-kit list-modules

p11tool

(sometimes it&#039;s necessary to provide the PKCS11 provider --provider=/usr/lib/opensc-pkcs11.so</description>
    </item>
    <item rdf:about="http://172.168.74.25/doku.php?id=ssh&amp;rev=1609204147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-29T01:09:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssh</title>
        <link>http://172.168.74.25/doku.php?id=ssh&amp;rev=1609204147&amp;do=diff</link>
        <description>SSH

Create SSH Keys

Github-Howto

SSH Proxy

ssh -C2qTnN -D 12345 -p 22 &lt;system_user&gt;@&lt;domain&gt;

SSH Agent Forwarding

ssh -A &lt;system_user&gt;@&lt;domain&gt;

Force Password Authentication (client-side)


ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no &lt;domain&gt;</description>
    </item>
</rdf:RDF>
