<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://memex.kyaruc.moe/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://memex.kyaruc.moe/feed.php">
        <title>kyaruc memex - quickref</title>
        <description></description>
        <link>https://memex.kyaruc.moe/</link>
        <image rdf:resource="https://memex.kyaruc.moe/_media/wiki:logo.png" />
       <dc:date>2026-05-14T13:33:59+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://memex.kyaruc.moe/quickref:git?rev=1764022916&amp;do=diff"/>
                <rdf:li rdf:resource="https://memex.kyaruc.moe/quickref:postgres?rev=1766522314&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://memex.kyaruc.moe/_media/wiki:logo.png">
        <title>kyaruc memex</title>
        <link>https://memex.kyaruc.moe/</link>
        <url>https://memex.kyaruc.moe/_media/wiki:logo.png</url>
    </image>
    <item rdf:about="https://memex.kyaruc.moe/quickref:git?rev=1764022916&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-24T22:21:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git</title>
        <link>https://memex.kyaruc.moe/quickref:git?rev=1764022916&amp;do=diff</link>
        <description>Git

Git version control quick reference.

git send-email

Setup email server:


[sendemail]
	smtpserver = mail.example.org
	smtpuser = you@example.org
	smtpencryption = ssl
	smtpserverport = 465



git config --global user.email &quot;you@example.org&quot;
git config --global user.name &quot;Your Name&quot;</description>
    </item>
    <item rdf:about="https://memex.kyaruc.moe/quickref:postgres?rev=1766522314&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-23T20:38:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>postgres</title>
        <link>https://memex.kyaruc.moe/quickref:postgres?rev=1766522314&amp;do=diff</link>
        <description>PosgreSQL QuickRef

PostgreSQL quick reference.

Create Role &amp; DB


CREATE DATABASE &lt;dbname&gt;;
CREATE ROLE &lt;rolename&gt;;
ALTER USER &lt;rolename&gt; WITH PASSWORD &#039;&lt;password&gt;&#039;;
ALTER USER &lt;rolename&gt; WITH LOGIN;
ALTER DATABASE &lt;dbname&gt; OWNER TO &lt;rolename&gt;;
GRANT ALL PRIVILEGES ON DATABASE &lt;dbname&gt; TO &lt;rolename&gt;;</description>
    </item>
</rdf:RDF>
