<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.grunwald.systems/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://wiki.grunwald.systems/feed.php">
        <title>fachinformatiker-wiki - linux:debian</title>
        <description>it&#039;s easy when it&#039;s here</description>
        <link>http://wiki.grunwald.systems/</link>
        <image rdf:resource="http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-29T11:53:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/debian/apt?rev=1772973605&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/debian/disable-motd-ssh?rev=1773060605&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/debian/locale?rev=1772976343&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/linux/debian/postfix?rev=1718987280&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg">
        <title>fachinformatiker-wiki</title>
        <link>http://wiki.grunwald.systems/</link>
        <url>http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.grunwald.systems/linux/debian/apt?rev=1772973605&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-08T12:40:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>APT (Advanced Packaging Tool)</title>
        <link>http://wiki.grunwald.systems/linux/debian/apt?rev=1772973605&amp;do=diff</link>
        <description>APT (Advanced Packaging Tool)


apt update
apt install package name
apt install -y package name

apt upgrade
apt full-upgrade
apt dist-upgrade


apt remove package name
apt purge package name
apt autoremove

apt -o Acquire::ForceIPv4=true update


Upgrade</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/debian/disable-motd-ssh?rev=1773060605&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-09T12:50:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Disable motd SSH</title>
        <link>http://wiki.grunwald.systems/linux/debian/disable-motd-ssh?rev=1773060605&amp;do=diff</link>
        <description>Disable motd SSH


sudo -s
nano /etc/pam.d/sshd



# Print the message of the day upon successful login.
# This includes a dynamically generated part from /run/motd.dynamic
# and a static (admin-editable) part from /etc/motd.
#session    optional     pam_motd.so  motd=/run/motd.dynamic
#session    optional     pam_motd.so noupdate</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/debian/locale?rev=1772976343&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-08T13:25:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Locale</title>
        <link>http://wiki.grunwald.systems/linux/debian/locale?rev=1772976343&amp;do=diff</link>
        <description>Locale

check


locale
cat /etc/default/locale
cat /etc/locale.gen
cat /etc/locale.conf
echo $LANG


generate and set default locale


dpkg-reconfigure locales


generate locales


sudo nano /etc/locale.gen              # check if &quot;en_US.UTF-8 UTF-8&quot; is uncommmented</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/linux/debian/postfix?rev=1718987280&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-21T16:28:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Postfix auf Debian</title>
        <link>http://wiki.grunwald.systems/linux/debian/postfix?rev=1718987280&amp;do=diff</link>
        <description>Postfix auf Debian

Befehle


mailq
less /var/log/mail.log
postsuper -d ALL
postsuper -d &lt;ID&gt;
systemctl restart postfix


Installation


apt update
apt install postfix
apt install postfix libsasl2-modules          # relay mit smtp auth


Konfiguration</description>
    </item>
</rdf:RDF>
