<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>ITrig - Tools</title>
    <link>http://www.itrig.de/</link>
    <description>Plattform für Open Source - Linux - IT Sicherheit</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.6-beta1 - http://www.s9y.org/</generator>
    
    <image>
    <url>rsslogo.png</url>
    <title>RSS: ITrig - Tools - Plattform für Open Source - Linux - IT Sicherheit</title>
    <link>http://www.itrig.de/</link>
    <width></width>
    <height></height>
</image>

<item>
    <title>[Lösung] Bildschirm flackert mit Ubuntu</title>
    <link>http://www.itrig.de/index.php?/archives/2449-Loesung-Bildschirm-flackert-mit-Ubuntu.html</link>
            <category>Debian Ubuntu</category>
            <category>OpenSource</category>
            <category>Tipps</category>
            <category>Tools</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2449-Loesung-Bildschirm-flackert-mit-Ubuntu.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2449</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2449</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Seit einiger Zeit haben bei mir Bildschirme von Ubuntu 24.04 LTS Systemen einen komischen Effekt. Sie flackern gelegentlich.&lt;br /&gt;
Zun&amp;auml;chst hatte ich den Verdacht, dass Grafiktreiber, Interferenzen oder gar Schadsoftware daf&amp;uuml;r verantwortlich sind. Beides konnte sich nicht best&amp;auml;tigen, also muss das Problem ein anderes sein.&lt;/p&gt;

&lt;p&gt;Die L&amp;ouml;sung war nicht so einfach zu finden, aber zumindest die Ursache. Es ist der Kernel. Die Kernel Config wurde aktualisiert, siehe &lt;a href=&quot;https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble/commit/?id=77e530c1a864c601b96622db03bc1f38e51155f1&quot; target=&quot;_blank&quot;&gt;UBUNTU: [Config] enable Intel DMA remapping by default&lt;/a&gt;.&lt;br /&gt;
Dabei wurde &lt;em&gt;CONFIG_INTEL_IOMMU_DEFAULT_ON&lt;/em&gt; gesetzt. Wie du direkt siehst, betrifft der Flackerfehler wohl nur Intel Systeme und nur &amp;auml;ltere.&lt;/p&gt;

&lt;p&gt;IOMMU steht f&amp;uuml;r Input-Output Memory Management Unit und soll f&amp;uuml;r zus&amp;auml;tzliche Sicherheit bei Speicherzugriffen f&amp;uuml;hren oder eben zu flackern, wie du sicher bemerkt hast, wenn du diesen Artikel liest.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3203 --&gt;&lt;img alt=&quot;flickering-ubuntu&quot; class=&quot;serendipity_image_center&quot; height=&quot;300&quot; loading=&quot;lazy&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/flickering-ubuntu.png&quot; title=&quot;flickering-ubuntu&quot; width=&quot;300&quot; /&gt;&lt;/p&gt;

&lt;h3&gt;L&amp;ouml;sung - Ubuntu flackernden Bildschirm abschalten&lt;/h3&gt;

&lt;p&gt;Doch was ist die L&amp;ouml;sung f&amp;uuml;r das Problem. Ganz einfach, schalte die Funktion einfach wieder ab und du hast wieder klare Sicht. Via &lt;strong&gt;&lt;em&gt;CMDLINE&lt;/em&gt;&lt;/strong&gt; kannst du das direkt umsetzen, nach einem Neustart sollte alles wieder korrekt funktionieren.&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;#grub editieren
sudo nano /etc/default/grub

#intel_iommu=igfx_off hinzufügen
GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash intel_iommu=igfx_off&quot;&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;sudo update-grub

#reboot&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Mit diesem Befehl schaltest du IOMMU f&amp;uuml;r die Intel Grafikkarte&amp;#160;(iGPU) ab und die Effekte geh&amp;ouml;ren der Vergangenheit an.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3204 --&gt;&lt;img alt=&quot;ubuntu-flickering-cmdline&quot; class=&quot;serendipity_image_center&quot; height=&quot;277&quot; loading=&quot;lazy&quot;  srcset=&quot;http://www.itrig.de/uploads/ubuntu-flickering-cmdline.400W.serendipityThumb.png 600w,http://www.itrig.de/uploads/ubuntu-flickering-cmdline.png 646w&quot; src=&quot;http://www.itrig.de/uploads/ubuntu-flickering-cmdline.png&quot; title=&quot;ubuntu-flickering-cmdline&quot; width=&quot;646&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Wann Canonical mit einem offiziellen Fix f&amp;uuml;r dieses Problem daherkommt, ist offen.&lt;br /&gt;
Du solltest mit dieser L&amp;ouml;sung auf jeden Fall wieder normal arbeiten k&amp;ouml;nnen.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Fri, 04 Oct 2024 17:17:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2449-guid.html</guid>
    <category>alte kernel entfernen</category>
<category>beheben</category>
<category>bildschirflackern</category>
<category>bildschirm flackert</category>
<category>debian ubuntu</category>
<category>effekte</category>
<category>flackern</category>
<category>flickering</category>
<category>flimmern</category>
<category>intel</category>
<category>iommu</category>
<category>lösen</category>
<category>lösung</category>
<category>lts</category>
<category>monitor</category>
<category>opensource</category>
<category>screen</category>
<category>tipps</category>
<category>tools</category>
<category>ubuntu</category>
<category>ubuntu 24.04</category>

</item>
<item>
    <title>Was ist neu in Postfix 3.9</title>
    <link>http://www.itrig.de/index.php?/archives/2448-Was-ist-neu-in-Postfix-3.9.html</link>
            <category>Debian Ubuntu</category>
            <category>OpenSource</category>
            <category>Tipps</category>
            <category>Tools</category>
            <category>Web</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2448-Was-ist-neu-in-Postfix-3.9.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2448</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2448</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Anfang M&amp;auml;rz wurde eine neue &lt;strong&gt;Postfix Version 3.9&lt;/strong&gt; ver&amp;ouml;ffentlicht. Nach fast einem Jahr Entwicklungszeit l&amp;ouml;st diese Version gleichzeitig den alten stabilen Zweig 3.5 ab, welcher aus dem Jahr 2020 stammt.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:2156 --&gt;&lt;img alt=&quot;Postfix&quot; class=&quot;serendipity_image_center&quot; height=&quot;211&quot; loading=&quot;lazy&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/postfix.jpg&quot; title=&quot;Postfix&quot; width=&quot;300&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;Abschaltungen&lt;/h2&gt;

&lt;p&gt;Mit dieser neuen Major Version wurden alte Z&amp;ouml;pfe abgeschnitten und alte, wirklich alte, MySQL Versionen &amp;lt; 4.0. MySQL werden nicht mehr unterst&amp;uuml;tzt.&lt;/p&gt;

&lt;p&gt;Auch Features wie &amp;quot;&lt;em&gt;permit_naked_ip_address&lt;/em&gt;&amp;quot;, &amp;quot;&lt;em&gt;check_relay_domains&lt;/em&gt;&amp;quot; und &amp;quot;&lt;em&gt;reject_maps_rbl&lt;/em&gt;&amp;quot; wurden entfernt. Die Funktionen &amp;quot;&lt;em&gt;&lt;a href=&quot;https://www.postfix.org/postconf.5.html#disable_dns_lookups&quot;&gt;disable_dns_lookups&lt;/a&gt;&lt;/em&gt;&amp;quot; und &amp;quot;&lt;em&gt;&lt;a href=&quot;https://www.postfix.org/postconf.5.html#permit_mx_backup&quot;&gt;permit_mx_backup&lt;/a&gt;&lt;/em&gt;&amp;quot; wurden als &amp;uuml;berholt markiert und werden entfernt.&lt;/p&gt;

&lt;h2&gt;&amp;Auml;nderungen&lt;/h2&gt;

&lt;p&gt;Daneben wurden die angek&amp;uuml;ndigten Sicherheitsfeatures implementiert, um unter anderem gegen SMTP Smuggling vorzugehen.&lt;br /&gt;
So m&amp;uuml;ssen SMTP Clients nun &lt;em&gt;&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;.&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/em&gt; senden, um das Ende eines Datenstroms zu signalisieren.&lt;br /&gt;
Die Funktion &lt;a href=&quot;https://www.postfix.org/postconf.5.html#smtpd_forbid_unauth_pipelining&quot;&gt;&amp;quot;&lt;em&gt;smtpd_forbid_unauth_pipelining&lt;/em&gt;&amp;quot;&lt;/a&gt; trennt ab sofort SMTP-Clients, die gegen RFC 2920 (oder 5321) Befehlspipelining-Beschr&amp;auml;nkungen versto&amp;szlig;en.&lt;br /&gt;
Zus&amp;auml;tzlich gab es Formatierungs&amp;auml;nderungen im Mailheader. Postfix verwendet jetzt zweistellige Tagesformate. Hei&amp;szlig;t, einstelligen Nummern wird eine Null vorgestellt.&lt;/p&gt;

&lt;h2&gt;Neuerungen&lt;/h2&gt;

&lt;p&gt;Nat&amp;uuml;rlich gab es auch einige Neuerungen in Postfix 3.9, die dich sicher interessieren werden.&lt;/p&gt;

&lt;ol&gt;
    &lt;li&gt;&lt;strong&gt;MongoDB&lt;/strong&gt;: Postfix spricht MongoDB, was es dir erlaubt, Daten wie &lt;em&gt;aliases&lt;/em&gt; oder &lt;em&gt;canonical&lt;/em&gt; dort abzulegen&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;ID Weiterleitung: &lt;/strong&gt;IDs k&amp;ouml;nnen nun via &lt;em&gt;ENVID (Envelope ID)&lt;/em&gt; weitergeleitet werden&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;MySQL and PostgreSQL Verbesserungen: &lt;/strong&gt;Solltest du MySQL oder PSQL einsetzen, werden die Parameter &amp;quot;&lt;em&gt;idle_interval&lt;/em&gt;&amp;quot; und &amp;quot;&lt;em&gt;retry_interval&lt;/em&gt;&amp;quot; ab sofort unterst&amp;uuml;tzt. Das erleichtert dir das Verbindungsmanagement&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Raw Public Key Support:&lt;/strong&gt; Erlaubt dir die Verwendung eines selbst signierten Zertifikats anstatt eines x509.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;OpenSSL Konfiguration:&lt;/strong&gt; Postfix unterst&amp;uuml;tzt jetzt eigene OpenSSL Konfigurationsdateien &amp;quot;&lt;em&gt;&lt;a href=&quot;https://www.postfix.org/postconf.5.html#tls_config_file&quot;&gt;tls_config_file&lt;/a&gt;&lt;/em&gt;&amp;quot; und &amp;quot;&lt;em&gt;&lt;a href=&quot;https://www.postfix.org/postconf.5.html#tls_config_name&quot;&gt;tls_config_name&lt;/a&gt;&lt;/em&gt;&amp;quot;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;Security&lt;/h2&gt;

&lt;p&gt;Auf Seiten der Sicherheit gab es ebenfalls Neuerungen.&lt;br /&gt;
Das weiter oben bereits erw&amp;auml;hnte &amp;quot;&lt;em&gt;&lt;a href=&quot;https://www.postfix.org/postconf.5.html#smtpd_forbid_unauth_pipelining&quot;&gt;smtpd_forbid_unauth_pipelining&lt;/a&gt; = yes&lt;/em&gt;&amp;quot; gegen Blind Angriffe (SSRF Angriffe) und das ebenfalls genannte Signaling zum Ende des Datenstroms (SMTP Smuggling) z&amp;auml;hlen hier mit rein. Letzteres hat mit &amp;quot;&lt;em&gt;&lt;a href=&quot;https://www.postfix.org/postconf.5.html#smtpd_forbid_bare_newline&quot;&gt;smtpd_forbid_bare_newline&lt;/a&gt; = normalize&lt;/em&gt;&amp;quot; eine weitere Sicherheitsfunktion erhalten. Gleiches gilt f&amp;uuml;r das neue &amp;quot;&lt;em&gt;&lt;a href=&quot;https://www.postfix.org/postconf.5.html#cleanup_replace_stray_cr_lf&quot;&gt;cleanup_replace_stray_cr_lf&lt;/a&gt; = yes&lt;/em&gt;&amp;quot;&lt;br /&gt;
Als Ma&amp;szlig;nahme gegen Amplification Angriffe wurden die Abfragen des DNS Clients auf 100 reduziert, gewisserma&amp;szlig;en ein Rate Limiter am oberen Ende.&lt;/p&gt;

&lt;p&gt;Vollst&amp;auml;ndige &lt;a href=&quot;https://www.postfix.org/announcements/postfix-3.9.0.html&quot;&gt;Release Notes&lt;/a&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 24 Mar 2024 10:29:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2448-guid.html</guid>
    <category>änderungen</category>
<category>debian ubuntu</category>
<category>mongodb</category>
<category>mta</category>
<category>neuerungen</category>
<category>opensource</category>
<category>postfix</category>
<category>postfix 3.9</category>
<category>raw public key</category>
<category>release</category>
<category>smtp smuggling</category>
<category>tipps</category>
<category>tools</category>
<category>web</category>

</item>
<item>
    <title>Firefox - Cookie-Dialog-Blocker aktivieren</title>
    <link>http://www.itrig.de/index.php?/archives/2446-Firefox-Cookie-Dialog-Blocker-aktivieren.html</link>
            <category>Debian Ubuntu</category>
            <category>OpenSource</category>
            <category>Programme</category>
            <category>Sicherheit</category>
            <category>Tipps</category>
            <category>Tools</category>
            <category>Web</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2446-Firefox-Cookie-Dialog-Blocker-aktivieren.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2446</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2446</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;h3&gt;Firefox – Cookie-Dialog-Blocker&lt;/h3&gt;

&lt;p&gt;Vor kurzem ist der neue Firefox 120 erschienen, er bringt eine nützliche Cookiedialog Blockfunktion mit.&lt;br /&gt;
Du kennst nervige Pop-ups zur Genüge, diese haben in den vergangenen Jahren das Internet zu einem Klicknet gemacht.&lt;/p&gt;

&lt;p&gt;Praktischerweise bringt der neue Firefox eine Funktion mit, um diese automatisch abzulehnen. Heißt, sie werden nicht einfach ausgeblendet, sondern sie werden beantwortet.&lt;/p&gt;

&lt;p&gt;Leider ist diese Funktion bisher nur deutschen Nutzer und dem privaten Modus vorbehalten. Das kannst du allerdings einfach über &lt;em&gt;&lt;strong&gt;about:config&lt;/strong&gt;&lt;/em&gt; ändern.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3198 --&gt;&lt;img alt=&quot;firefox-cookie-banner-dialog-aktivieren&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;http://www.itrig.de/uploads/firefox-cookie-banner-dialog-aktivieren.800W.serendipityThumb.png 1200w,http://www.itrig.de/uploads/firefox-cookie-banner-dialog-aktivieren.400W.serendipityThumb.png 600w&quot; src=&quot;http://www.itrig.de/uploads/firefox-cookie-banner-dialog-aktivieren.png&quot; style=&quot;width:924px&quot; title=&quot;firefox-cookie-banner-dialog-aktivieren&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Du musst lediglich nach den Variablen &lt;em&gt;&lt;strong&gt;cookiebanners.service.mode&lt;/strong&gt;&lt;/em&gt; suchen und die Werte auf &lt;em&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/em&gt; setzen.&lt;/p&gt;

&lt;p&gt;Sollten Cookie-Banner weiterhin nicht verschwinden, kannst du auch den Wert &lt;em&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/em&gt; setzen. Dieser sorgt dafür, dass Cookie Dialoge, die nicht abgelehnt werden können, automatisch akzeptiert werden.&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;0 Cookie-Banner Blocker deaktiviert&lt;/li&gt;
    &lt;li&gt;1 Cookie-Banner Blocker lehnt ab, sofern möglich&lt;/li&gt;
    &lt;li&gt;2 Cookie-Banner Blocker lehnt ab, sofern möglich und akzeptiert den Rest&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Kontrollieren kannst du die Funktion in den Privacy Einstellungen &lt;em&gt;&lt;strong&gt;about:preferences#privacy.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Natürlich kannst du die neue Surffreude ebenfalls auf Webseiten mit Cookie-Banner testen, so etwas wie chip.de oder dergleichen. Hier hat bei mir das Ablehnen nicht funktioniert, sondern nur Wert 2 mit Ablehnen, wenn möglich, und den Rest akzeptieren.&lt;/p&gt;

&lt;h3&gt;Fingerabdruck ade&lt;/h3&gt;

&lt;p&gt;Eine weitere praktische Funktion, um den Fingerabdruck beim Surfen zu reduzieren, bietet der neue Fingerprinting-Schutz in der Canvas API, welcher allerdings auch nur im privaten Modus aktiv ist.&lt;/p&gt;

&lt;h3&gt;Links ohne Tracking kopieren&lt;/h3&gt;

&lt;p&gt;Eine ebenfalls hervorragende neue Funktion ist das Kopieren eines Links über das Kontextmenü ohne Trackinginformationen.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3199 --&gt;&lt;img alt=&quot;firefox-link-ohne-tracking&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/firefox-link-ohne-tracking.png&quot; style=&quot;width:305px&quot; title=&quot;firefox-link-ohne-tracking&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Alle weiteren Neuerungen von Firefox 120 findest du bei &lt;a href=&quot;https://www.mozilla.org/en-US/firefox/120.0/releasenotes/&quot; target=&quot;_blank&quot; title=&quot;https://www.mozilla.org/en-US/firefox/120.0/releasenotes/&quot;&gt;Mozilla&lt;/a&gt;.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 22 Nov 2023 13:21:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2446-guid.html</guid>
    <category>120</category>
<category>aktivieren</category>
<category>anonymer surfen</category>
<category>blockieren</category>
<category>canvas fingerabdruck</category>
<category>cookie banner</category>
<category>cookie banner dialog</category>
<category>datensicherheit</category>
<category>debian ubuntu</category>
<category>einstellungen</category>
<category>fingerprintingschutz</category>
<category>firefox</category>
<category>neuerungen</category>
<category>opensource</category>
<category>programme</category>
<category>sicherheit</category>
<category>tipps</category>
<category>tools</category>
<category>web</category>

</item>
<item>
    <title>Linux Command Library App - Linux Befehle für die Hosentasche</title>
    <link>http://www.itrig.de/index.php?/archives/2445-Linux-Command-Library-App-Linux-Befehle-fuer-die-Hosentasche.html</link>
            <category>Debian Ubuntu</category>
            <category>Mobile</category>
            <category>OpenSource</category>
            <category>Programme</category>
            <category>Tipps</category>
            <category>Tools</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2445-Linux-Command-Library-App-Linux-Befehle-fuer-die-Hosentasche.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2445</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2445</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;h1&gt;Linux Command Library App&lt;/h1&gt;

&lt;div style=&quot;white-space: pre-wrap;&quot;&gt;Egal, ob du einen Einstieg in Debian, Ubuntu und Co suchst, für ein LPIC Zertifikat Wissen aneignen willst oder schlicht und einfach nur ein Nachschlagewerk benötigst, die &lt;a href=&quot;https://linuxcommandlibrary.com/&quot; target=&quot;_blank&quot; title=&quot;https://linuxcommandlibrary.com/&quot;&gt;Linux Command Library&lt;/a&gt; ist ein guter Begleiter für Linux Menschen.&lt;/div&gt;

&lt;p&gt;Die Sammlung umfasst ca. 5000 Handbuchseiten, mehr als 22 grundlegende Kategorien und eine Reihe allgemeiner Tipps für Terminals. Die passende App dazu funktioniert zu 100 % offline, benötigt keine Internetverbindung und hat keine Tracking-Software.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;d-block overflow-hidden p-name vcard-fullname&quot; itemprop=&quot;name&quot;&gt;Simon Schubert hat die&lt;/span&gt;&lt;span style=&quot;white-space:pre-wrap&quot;&gt; Online-Lernplattform für Linux Kommandos ins Leben gerufen. Neben der App kann das Nachschlagewerk klassisch im Browser genutzt werden&lt;/span&gt;&lt;span style=&quot;white-space:pre-wrap&quot;&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3197 --&gt;&lt;img alt=&quot;Linux-Command-Library&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;http://www.itrig.de/uploads/Linux-Command-Library.jpg 576w&quot; src=&quot;http://www.itrig.de/uploads/Linux-Command-Library.jpg&quot; style=&quot;width:576px&quot; title=&quot;Linux-Command-Library&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;Folgende Kategorien stehen dir zum Abrufen von zig Kommandos zur Verfügung:&lt;/p&gt;

&lt;ol&gt;
    &lt;li&gt;One-liners&lt;/li&gt;
    &lt;li&gt;System Information&lt;/li&gt;
    &lt;li&gt;Systemkontrolle&lt;/li&gt;
    &lt;li&gt;Nutzer und Gruppen&lt;/li&gt;
    &lt;li&gt;Dateien und Nutzer&lt;/li&gt;
    &lt;li&gt;Input&lt;/li&gt;
    &lt;li&gt;Drucken&lt;/li&gt;
    &lt;li&gt;JSON&lt;/li&gt;
    &lt;li&gt;Netzwerk&lt;/li&gt;
    &lt;li&gt;Suchen und Finden&lt;/li&gt;
    &lt;li&gt;Git&lt;/li&gt;
    &lt;li&gt;SSH&lt;/li&gt;
    &lt;li&gt;Video &amp;amp; Audio&lt;/li&gt;
    &lt;li&gt;Paketmanager&lt;/li&gt;
    &lt;li&gt;Hacking Tools&lt;/li&gt;
    &lt;li&gt;Terminal Games&lt;/li&gt;
    &lt;li&gt;Kryptowährungen&lt;/li&gt;
    &lt;li&gt;VIM Texteditor&lt;/li&gt;
    &lt;li&gt;Emacs Texteditor&lt;/li&gt;
    &lt;li&gt;Nano Texteditor&lt;/li&gt;
    &lt;li&gt;Pico Texteditor&lt;/li&gt;
    &lt;li&gt;Micro Texteditor&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Ein Cheatsheet mit praktischen Befehlen kannst du ebenfalls abrufen.&lt;/p&gt;

&lt;p&gt;Die Linux Command Library ist Open Source und auf &lt;a href=&quot;https://github.com/SimonSchubert/LinuxCommandLibrary&quot; target=&quot;_blank&quot; title=&quot;https://github.com/SimonSchubert/LinuxCommandLibrary&quot;&gt;GitHub&lt;/a&gt; verfügbar. Die passende App dazu bekommst du auf im &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.inspiredandroid.linuxcommandbibliotheca&quot; target=&quot;_blank&quot; title=&quot;https://play.google.com/store/apps/details?id=com.inspiredandroid.linuxcommandbibliotheca&quot;&gt;Play Store&lt;/a&gt; oder auf &lt;a href=&quot;https://f-droid.org/en/packages/com.inspiredandroid.linuxcommandbibliotheca/&quot; target=&quot;_blank&quot; title=&quot;https://f-droid.org/en/packages/com.inspiredandroid.linuxcommandbibliotheca/&quot;&gt;F-Droid&lt;/a&gt;.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Thu, 21 Sep 2023 10:30:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2445-guid.html</guid>
    <category>app</category>
<category>debian ubuntu</category>
<category>google play</category>
<category>hosentasche</category>
<category>linux befehle</category>
<category>linux befehle app</category>
<category>linux command library</category>
<category>linuxcommandlibrary</category>
<category>lpic</category>
<category>mobile</category>
<category>opensource</category>
<category>programme</category>
<category>simon schubert</category>
<category>tipps</category>
<category>tools</category>

</item>
<item>
    <title>Awesome NetBox - Sammlung für das DCIM und IPAM Tool</title>
    <link>http://www.itrig.de/index.php?/archives/2444-Awesome-NetBox-Sammlung-fuer-das-DCIM-und-IPAM-Tool.html</link>
            <category>Netzwerk</category>
            <category>OpenSource</category>
            <category>Tools</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2444-Awesome-NetBox-Sammlung-fuer-das-DCIM-und-IPAM-Tool.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2444</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.itrig.de/rss.php?version=2.0&amp;type=comments&amp;cid=2444</wfw:commentRss>
    

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;h1&gt;Awesome NetBox&lt;/h1&gt;

&lt;p&gt;NetBox ist ein praktisches Tool, um Netzwerke zu inventarisieren und abzubilden. Quasi ein Wiki für die Hardware und deren Einstellungen. Es unterstützt IPAM (IP Address Management) und kann als Data Center Infrastructure Management&amp;#160; (DCIM) verwendet werden. Daneben bietet es natürlich weitere Features, die der &lt;a href=&quot;https://docs.netbox.dev/en/stable/introduction/&quot; target=&quot;_blank&quot; title=&quot;https://docs.netbox.dev/en/stable/introduction/&quot;&gt;Dokumentation&lt;/a&gt; entnommen werden können.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3196 --&gt;&lt;img alt=&quot;netbox&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;http://www.itrig.de/uploads/netbox.800W.serendipityThumb.png 1200w,http://www.itrig.de/uploads/netbox.400W.serendipityThumb.png 600w&quot; src=&quot;http://www.itrig.de/uploads/netbox.png&quot; style=&quot;width:856px&quot; title=&quot;netbox&quot; /&gt;Das System lässt sich nicht nur mit Plug-ins erweitern, sondern auch mit Ansible automatisieren, zum Erzeugen von QR Labels nutzen oder dem Abbilden der Netzwerktopologie.&amp;#160;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://github.com/osism/awesome-netbox&quot; target=&quot;_blank&quot;&gt;Awesome NetBox&lt;/a&gt; hat diese und weitere Features gesammelt und stellt sie via Linkliste zur Verfügung. Das erspart das Suchen nach weiteren Funktionen und bietet einen guten Startpunkt. Eine praktische Sammlung.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 06 Aug 2023 14:05:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2444-guid.html</guid>
    <category>awesome netbox</category>
<category>dcim</category>
<category>ipam</category>
<category>netbox</category>
<category>netzwerk</category>
<category>opensource</category>
<category>tools</category>

</item>

</channel>
</rss>
