<?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 - CentOS</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 - CentOS - Plattform für Open Source - Linux - IT Sicherheit</title>
    <link>http://www.itrig.de/</link>
    <width></width>
    <height></height>
</image>

<item>
    <title>Kurztipp Linux - Aktualisierung eines Pakets verhindern</title>
    <link>http://www.itrig.de/index.php?/archives/2391-Kurztipp-Linux-Aktualisierung-eines-Pakets-verhindern.html</link>
            <category>CentOS</category>
            <category>Debian Ubuntu</category>
            <category>OpenSource</category>
            <category>Tipps</category>
            <category>Tools</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2391-Kurztipp-Linux-Aktualisierung-eines-Pakets-verhindern.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2391</wfw:comment>

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

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Es kann passieren, dass ein System nur mit einer bestimmten Version eines Pakets richtig funktioniert.&lt;/p&gt;

&lt;p&gt;Unter Linux kann mit einfachen Mitteln die Aktualisierung eines Paketes verhindert werden, indem man es auf hold setzt.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3054 --&gt;&lt;img alt=&quot;apt-mark&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/apt-mark.png&quot; style=&quot;width:614px&quot; title=&quot;apt-mark&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;Pakete unter Debian/Ubuntu auf hold setzen&lt;/h2&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;sudo apt-mark hold paketname&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;sudo apt-mark unhold paketname&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Angehaltene Paketupdates anzeigen&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;sudo apt-mark showhold&lt;/code&gt;&lt;/pre&gt;

&lt;h2&gt;Pakete unter SuSE auf hold setzen&lt;/h2&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;zypper addlock paketname&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;zypper removelock paketname&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Angehaltene Paketupdates anzeigen&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;zypper locks&lt;/code&gt;&lt;/pre&gt;

&lt;h2&gt;Pakete unter CentOS auf hold setzen&lt;/h2&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;yum install yum-plugin-versionlock&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;yum versionlock paketname&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;yum versionlock clear&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Angehaltene Paketupdates anzeigen&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt;yum versionlock list&lt;/code&gt;&lt;/pre&gt;
 
    </content:encoded>

    <pubDate>Thu, 30 Apr 2020 17:24:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2391-guid.html</guid>
    <category>aktualisierung verhindern</category>
<category>anpinnen</category>
<category>apt</category>
<category>apt-mark</category>
<category>befehl</category>
<category>centos</category>
<category>hold</category>
<category>linux</category>
<category>opensource</category>
<category>paket</category>
<category>suse</category>
<category>tipps</category>
<category>tools</category>
<category>ubuntu</category>
<category>unhold</category>
<category>von update ausschließen</category>
<category>zypper</category>

</item>
<item>
    <title>Lazy Docker - schnell und einfach Docker Container via Konsole verwalten</title>
    <link>http://www.itrig.de/index.php?/archives/2389-Lazy-Docker-schnell-und-einfach-Docker-Container-via-Konsole-verwalten.html</link>
            <category>CentOS</category>
            <category>Debian Ubuntu</category>
            <category>Netzwerk</category>
            <category>OpenSource</category>
            <category>Programme</category>
            <category>Tipps</category>
            <category>Tools</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2389-Lazy-Docker-schnell-und-einfach-Docker-Container-via-Konsole-verwalten.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2389</wfw:comment>

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

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Um Docker Container zu verwalten, gibt es viele Tools, da wäre zum Beispiel &lt;a href=&quot;https://itrig.de/index.php?/archives/2344-Portainer-Docker-Container-ueber-eine-grafische-Oberflaeche-verwalten.html&quot; target=&quot;_blank&quot; title=&quot;Portainer&quot;&gt;Portainer&lt;/a&gt; oder Rancher.&lt;/p&gt;

&lt;h2&gt;Lazy Docker&lt;/h2&gt;

&lt;p&gt;Aber es gibt auch schlichte Tools wie Lazy Docker.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3050 --&gt;&lt;img alt=&quot;lazydocker&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/lazydocker.png&quot; style=&quot;width:614px&quot; title=&quot;lazydocker&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Das in Go geschriebene Programm läuft über die Konsole, ist interaktiv und bietet schnellen Zugriff auf die wichtigsten Docker oder Docker Compose Funktionen. Folgende Funktionen werden aktuell (Version 0.8) unterstützt.&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Zustand der Docker oder Docker Compose Umgebung abfragen&lt;/li&gt;
    &lt;li&gt;Anzeige von Protokollen für einen Container oder Dienst&lt;/li&gt;
    &lt;li&gt;ASCII-Grafiken der CPU- und Speichernutzung von Containern anzeigen&lt;/li&gt;
    &lt;li&gt;Neustart, anhalten, entfernen, oder neu aufbauen von Containern oder Diensten&lt;/li&gt;
    &lt;li&gt;Anzeigen der einzelnen Schichten eines bestimmten Images&lt;/li&gt;
    &lt;li&gt;Aufräumen von Containern, Images oder Volumes mit prune&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;&lt;!-- s9ymdb:3051 --&gt;&lt;img alt=&quot;lazydocker-cpu&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/lazydocker-cpu.png&quot; style=&quot;width:614px&quot; title=&quot;lazydocker-cpu&quot; /&gt;&lt;/h2&gt;

&lt;h2&gt;Lazy Docker installieren&lt;/h2&gt;

&lt;p&gt;Die Installation ist sehr einfach und kann direkt über wget oder via brew erledigt werden.&lt;/p&gt;

&lt;p&gt;Der Einfachheit halber werde ich den ersten Weg wählen.&lt;/p&gt;

&lt;p&gt;Voraussetzung ist eine bestehende und laufende Docker Installation (ansonsten wäre die Nutzung des Programms wenig sinnvoll).&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;wget https://github.com/jesseduffield/lazydocker/releases/download/v0.18.1/lazydocker_0.18.1_Linux_x86_64.tar.gz
tar xvzf lazydocker*.tar.gz

sudo install lazydocker /usr/local/bin/
sudo systemctl status docker
sudo lazydocker&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Die Steuerung erfolgt über die Pfeiltasten, das Menü lässt sich über x aufrufen und das Tool via Esc beenden.&lt;/p&gt;

&lt;p&gt;Eine komplette Liste der Shortcuts findet ihr &lt;a href=&quot;https://github.com/jesseduffield/lazydocker/blob/master/docs/keybindings/Keybindings_de.md&quot; target=&quot;_blank&quot; title=&quot;Lazy Docker Shortcuts&quot;&gt;hier&lt;/a&gt;. Im Prinzip selbsterklärend.&lt;/p&gt;

&lt;p&gt;Wer sich nicht selbst reinfinden möchte, der kann auch auf das Videotutorial zurückgreifen.&lt;/p&gt;

&lt;p style=&quot;text-align:center&quot;&gt;&lt;iframe allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/NICqQPxwJWw&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;h2&gt;Fazit&lt;/h2&gt;

&lt;p&gt;Praktisches Tool, welches ohne Webserver oder dergleichen auskommt und etwas mehr Überblick bietet, als die üblichen Konsolenbefehle.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:2757 --&gt;&lt;a href=&quot;https://github.com/jesseduffield/lazydocker&quot; target=&quot;_blank&quot; title=&quot;Lazy Docker Download&quot;&gt;&lt;img alt=&quot;Download Lazy Docker&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/button.png&quot; style=&quot;width:161px&quot; title=&quot;button.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Fri, 10 Apr 2020 11:31:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2389-guid.html</guid>
    <category>alternative</category>
<category>centos</category>
<category>container</category>
<category>debian ubuntu</category>
<category>docker</category>
<category>go</category>
<category>konsole</category>
<category>lazy docker</category>
<category>lazydocker</category>
<category>linux</category>
<category>managen</category>
<category>netzwerk</category>
<category>opensource</category>
<category>portainer</category>
<category>programme</category>
<category>rancher</category>
<category>terminal</category>
<category>tipps</category>
<category>tools</category>
<category>ubuntu</category>
<category>verwalten</category>
<category>vmware</category>

</item>
<item>
    <title>Cheat.sh - Linux und Programmiersprachen Cheatsheet für die Kommandozeile</title>
    <link>http://www.itrig.de/index.php?/archives/2382-Cheat.sh-Linux-und-Programmiersprachen-Cheatsheet-fuer-die-Kommandozeile.html</link>
            <category>CentOS</category>
            <category>Debian Ubuntu</category>
            <category>Hacking</category>
            <category>Netzwerk</category>
            <category>OpenSource</category>
            <category>Tipps</category>
            <category>Tools</category>
            <category>Windows</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2382-Cheat.sh-Linux-und-Programmiersprachen-Cheatsheet-fuer-die-Kommandozeile.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2382</wfw:comment>

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

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Das klassische Cheatsheet besteht meistens aus einer Sammlung von Befehlen oder Hilfestellungen, die auf einer DIN A4 Seite zusammengefasst werden.&lt;br /&gt;
Solche Spickzettel können auf dem Rechner als PDF abgelegt werden oder im Büro ausgedruckt einen Platz an der Wand finden.&lt;/p&gt;

&lt;h2&gt;Cheat.sh&lt;/h2&gt;

&lt;p&gt;Cheat.sh geht hier einen anderen Weg und holt den Nutzer da ab wo er ist, auf der Kommandozeile.&lt;/p&gt;

&lt;p&gt;Mit dem Tool können via curl einfache Hilfestellungen zu Kommandozeilenbefehlen, Programmiersprachen oder Datenbanken abgerufen werden.&lt;br /&gt;
Anders als beispielsweise die man pages, stellt cheat.sh einfache Beispiele zur gesuchten Abfrage dar.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3041 --&gt;&lt;img alt=&quot;cheatsheet&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/cheatsheet.png&quot; style=&quot;width:553px&quot; title=&quot;cheatsheet&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Zur Nutzung muss das Tool nicht zwingend installiert werden, eine Verbindung zum Internet reicht völlig aus.&lt;/p&gt;

&lt;p&gt;Einen Linux Befehl abrufen, hier am Beispiel von tar.&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;curl cheat.sh/tar

# tar
# Archiving utility.
# Often combined with a compression method, such as gzip or bzip.
# More information: &amp;lt;https://www.gnu.org/software/tar&amp;gt;.

# Create an archive from files:
tar cf target.tar file1 file2 file3

# Create a gzipped archive:
tar czf target.tar.gz file1 file2 file3

# Extract a (compressed) archive into the current directory:
tar xf source.tar[.gz|.bz2|.xz]

# Extract an archive into a target directory:
tar xf source.tar -C directory

# Create a compressed archive, using archive suffix to determine the compression program:
tar caf target.tar.xz file1 file2 file3

# List the contents of a tar file:
tar tvf source.tar

# Extract files matching a pattern:
tar xf source.tar --wildcards &quot;*.html&quot;&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;br /&gt;
Nach einem bestimmten Begriff suchen, am Beispiel von Docker.&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;curl cheat.sh/~docker&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;br /&gt;
Eine Programmiersprache lernen, in diesem Fall Python.&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;curl cheat.sh/python/:learn&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Übersicht&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;curl cheat.sh&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;!-- s9ymdb:3039 --&gt;&lt;img alt=&quot;cheatsh&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/cheatsh.png&quot; style=&quot;width:514px&quot; title=&quot;cheatsh&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Die &lt;a href=&quot;https://github.com/chubin/cheat.sh&quot; target=&quot;_blank&quot; title=&quot;cheat.sh&quot;&gt;Github Seite&lt;/a&gt; des Projektes verrät mehr über den riesen Umfang des Cheatsheet.&lt;/p&gt;

&lt;h2&gt;Installation von Cheat.sh (global)&lt;/h2&gt;

&lt;p&gt;Natürlich lässt sich das Tool auch direkt auf dem System installieren bzw. &lt;a href=&quot;https://github.com/chubin/cheat.sh#self-hosting&quot; target=&quot;_blank&quot; title=&quot;Docker&quot;&gt;hosten&lt;/a&gt; (dazu wird allerdings Docker benötigt).&lt;/p&gt;

&lt;p&gt;Der Dienst cheat.sh hat einen eigenen Kommandozeilen-Client (cht.sh), der im Vergleich zur direkten Abfrage mit curl mehrere nützliche Funktionen bietet:&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Spezieller Shell-Modus mit persistentem Abfragekontext und Readline-Unterstützung&lt;/li&gt;
    &lt;li&gt;Abfrage der Historie&lt;/li&gt;
    &lt;li&gt;Integration der Zwischenablage&lt;/li&gt;
    &lt;li&gt;Unterstützung der Tabulatorvervollständigung für Shells (bash, fish, zsh)&lt;/li&gt;
    &lt;li&gt;Stealth-Modus&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Eine Installation ist schnell erledigt.&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;sudo apt install rlwrap
curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
sudo chmod +x /usr/local/bin/cht.sh&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Nach einer Installation kann cht.sh anstatt curl verwendet werden und es ergeben sich die oben erwähnten Möglichkeiten.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3040 --&gt;&lt;img alt=&quot;cht.sh-shell&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/cht.sh-shell.png&quot; style=&quot;width:600px&quot; title=&quot;cht.sh-shell&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;Einbindungen in den Editor&lt;/h2&gt;

&lt;p&gt;Cheat.sh unterstützt momentan die Einbindung in die Editoren wie Emacs, Sublime, Vim und Visual Studio Code.&lt;/p&gt;

&lt;p&gt;Eine Anleitung findet ihr ebenfalls auf &lt;a href=&quot;https://github.com/chubin/cheat.sh#editors-integration&quot; target=&quot;_blank&quot; title=&quot;Cheatsh Editor&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;Cheat.sh und Windows&lt;/h2&gt;

&lt;p&gt;Sogar Windows wird von dem kleinen Tool bedient. Dazu ist eine Exe notwendig, die ihr &lt;a href=&quot;https://github.com/tpanj/cht.exe&quot; target=&quot;_blank&quot; title=&quot;Cheat Win&quot;&gt;hier&lt;/a&gt; findet.&lt;/p&gt;

&lt;h2&gt;Fazit&lt;/h2&gt;

&lt;p&gt;Perfektes Tool für das schnelle Nachschlagen eines Befehls, ohne das Terminal verlassen zu müssen.&lt;/p&gt;

&lt;p&gt;Das Cheatsheet ist sicher nicht neu und besteht bereits seit 2017, allerdings hat sich seither viel getan.&lt;/p&gt;

&lt;p&gt;Cheat.sh unterstützt ca. 1000 Linux Befehle und 56 Programmiersprachen.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 11 Nov 2019 19:55:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2382-guid.html</guid>
    <category>befehle</category>
<category>centos</category>
<category>cheat.sh</category>
<category>cheatsh</category>
<category>cht.sh</category>
<category>datenbanken</category>
<category>docker</category>
<category>download</category>
<category>editor</category>
<category>hacking</category>
<category>installation</category>
<category>kommandozeile</category>
<category>lernen</category>
<category>linux</category>
<category>nachschlagewerk</category>
<category>netzwerk</category>
<category>opensource</category>
<category>programmiersprachen</category>
<category>spickzettel</category>
<category>tipps</category>
<category>tools</category>
<category>ubuntu</category>
<category>windows</category>

</item>
<item>
    <title>Distrotest.net – über 200 Linux Versionen online testen</title>
    <link>http://www.itrig.de/index.php?/archives/2375-Distrotest.net-ueber-200-Linux-Versionen-online-testen.html</link>
            <category>Browser</category>
            <category>CentOS</category>
            <category>Debian Ubuntu</category>
            <category>OpenSource</category>
            <category>Programme</category>
            <category>Tools</category>
            <category>Web</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2375-Distrotest.net-ueber-200-Linux-Versionen-online-testen.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2375</wfw:comment>

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

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Linux Distributionen gibt es bekanntlich einige und die Auswahl welche Version nun die richtige für die aktuellen Anforderungen oder den eigenen Geschmack sein soll, fällt durchaus mal schwer.&lt;/p&gt;

&lt;p&gt;Normalerweise würde für einen ersten Test ein VMware oder Virtualbox Image heruntergeladen, das gewünschte System installiert und fertig ist das Testsystem.&lt;/p&gt;

&lt;p&gt;Doch dies nimmt Zeit in Anspruch und es müssen Images heruntergeladen werden.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3025 --&gt;&lt;img alt=&quot;DistroTest.net&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/DistroTest.net.png&quot; style=&quot;width:600px&quot; title=&quot;DistroTest.net&quot; /&gt;Diesen Vorgang wollen die Jungs von Distrotest.net vereinfachen.&lt;/p&gt;

&lt;h1&gt;Distrotest.net&lt;/h1&gt;

&lt;p&gt;ist ein Service der momentan 753 Versionen von 234 verschiedenen Betriebssystemen online anbietet. (&lt;a href=&quot;https://distrotest.net/?module=systems&amp;amp;action=list&quot; target=&quot;_blank&quot; title=&quot;distrotest.net&quot;&gt;komplette Liste&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Das Prinzip ist mehr als simpel. Gewünschtes System aussuchen, in eine Warteschlange einreihen und los geht es mit dem Online Linux Test. Möglich macht dies eine Mischung aus Debian und QEMU.&lt;/p&gt;

&lt;p&gt;Allerdings gibt es teilweise starke Perfomanceunterschiede bei den einzelnen Systemen.&lt;/p&gt;

&lt;p&gt;Ein Alpine ist in wenigen Sekunden verfügbar, ein Elementary OS lädt sich quasi tot, ein OpenSUSE andererseits funktioniert wieder recht flüssig.&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:3026 --&gt;&lt;img alt=&quot;DistroTest.net-suse&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/DistroTest.net-suse.png&quot; style=&quot;width:600px&quot; title=&quot;DistroTest.net-suse&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Die einzelnen Systeme werden über ein intergrierten noVNC Viewer angesteuert. Es kann allerdings auch auf eigene Clients zurückgergriffen werden. Die benötigten Logindaten sind auf der Webseite gelistet.&lt;/p&gt;

&lt;p&gt;Da die Images in einem extra Fenster starten, sollten Popup Blocker deaktiviert werden.&lt;/p&gt;

&lt;p&gt;Auch die Laufzeit ist begrenzt, kann aber individuell verlängert werden,wenn gewünscht.&lt;/p&gt;

&lt;h2&gt;Fazit&lt;/h2&gt;

&lt;p&gt;Ein Service der diese Masse an Linux/Unix Systemen online zur Verfügung stellt ist ohne Zweifel aller Ehren wert.&lt;/p&gt;

&lt;p&gt;Allerdings hat der Service, wie oben bereits erwähnt, durchaus seine Schwankungen. Es kann vorkommen, dass der Server überlastet ist und eine lange Wartezeit in Kauf genommen werden muss.&lt;/p&gt;

&lt;p&gt;Das Laden der Images dauert ebenfalls manchmal seine Zeit und stellt sich je nach Distribution als quälend langsam heraus. Hier ist noch Luft nach oben. (Es darf gespendet werden)&lt;/p&gt;

&lt;p&gt;Distrotest richtet sich an Interessierte, welche mal einen Blick auf das bunte Linux Universum richten möchten, ohne sich mit der Installation und virtuellen Images auseinandersetzen zu müssen.&lt;/p&gt;

&lt;p&gt;&lt;a class=&quot;serendipity_image_link&quot; href=&quot;https://distrotest.net/&quot; id=&quot;s9yisphref2757&quot; title=&quot;Distrotest.net&quot;&gt;&lt;!-- s9ymdb:2757 --&gt;&lt;img alt=&quot;Distrotest.net&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/button.png&quot; style=&quot;width:161px&quot; title=&quot;Distrotest.net&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 24 Aug 2019 11:48:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2375-guid.html</guid>
    <category>alle linux varianten</category>
<category>centos</category>
<category>debian</category>
<category>distributionen</category>
<category>distrotest</category>
<category>distrotest.net</category>
<category>firefox</category>
<category>linux</category>
<category>linux online testen</category>
<category>online tools</category>
<category>online vnc</category>
<category>opensource</category>
<category>programme</category>
<category>qemu</category>
<category>tools</category>
<category>ubuntu</category>
<category>unix</category>
<category>virtualbox alternative</category>
<category>virtuell online</category>
<category>vmware</category>
<category>vmware alternative</category>
<category>web</category>

</item>
<item>
    <title>Security - Parrot 4.5.1 verfügbar</title>
    <link>http://www.itrig.de/index.php?/archives/2362-Security-Parrot-4.5.1-verfuegbar.html</link>
            <category>CentOS</category>
            <category>Debian Ubuntu</category>
            <category>Hacking</category>
            <category>OpenSource</category>
            <category>Pentesting</category>
            <category>Tipps</category>
            <category>Tools</category>
    
    <comments>http://www.itrig.de/index.php?/archives/2362-Security-Parrot-4.5.1-verfuegbar.html#comments</comments>
    <wfw:comment>http://www.itrig.de/wfwcomment.php?cid=2362</wfw:comment>

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

    <author>nospam@example.com (Guenny)</author>
    <content:encoded>
    &lt;p&gt;Seit ein paar Wochen ist Parrot 4.5 verfügbar.&lt;/p&gt;

&lt;p&gt;Die neue Version der Security Distribution beinhaltet das neue Metasploit 5.0.&amp;#160;Das Framework hat nach 7 Jahren neue Features und einen anderen Releasezyklus erhalten.&lt;/p&gt;

&lt;p&gt;Parrot Security selbst arbeitet nun mit Kernel 4.19.&amp;#160;&lt;/p&gt;

&lt;p&gt;&lt;!-- s9ymdb:2826 --&gt;&lt;img alt=&quot;parrot&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/parrot-logo-black.serendipityThumb.png&quot; style=&quot;width:110px&quot; title=&quot;parrot&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Nachdem das Hacker System bereits vor einiger Zeit als Docker Vorlage zur Verfügung stand, wurden nun OVA Images für VMware und VirtualBox nachgeliefert.&lt;/p&gt;

&lt;p&gt;Doch es kommen nicht immer nur neue Dinge hinzu, sondern es fallen ebenfalls alte weg. So wird ab sofort nur noch die 64bit Variante ausgeliefert.&amp;#160;&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Ein Upgrade auf die neue Version ist über die Kommandozeile schnell erledigt&lt;/p&gt;

&lt;pre&gt;
&lt;code class=&quot;language-bash&quot;&gt;sudo apt update
sudo apt full-upgrade&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;!-- s9ymdb:2757 --&gt;&lt;a href=&quot;https://www.parrotsec.org&quot; name=&quot;Parrot OS&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download Parrot&quot; class=&quot;serendipity_image_center&quot;  srcset=&quot;&quot; src=&quot;http://www.itrig.de/uploads/button.png&quot; style=&quot;width:161px&quot; title=&quot;Download Parrot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;hr /&gt;&lt;/p&gt;

&lt;h2&gt;Übersicht 02/2019&lt;/h2&gt;

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

&lt;table align=&quot;center&quot;&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;th&gt;Name&lt;/th&gt;
            &lt;th&gt;Version&lt;/th&gt;
            &lt;th&gt;Tools&lt;/th&gt;
            &lt;th&gt;Besonderes&lt;/th&gt;
            &lt;th&gt;Basis&lt;/th&gt;
            &lt;th&gt;GUI&lt;/th&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;https://itrig.de/index.php?/archives/2323-Dreierpack-Sicherheitsdistributionen-CAINE-9,-NST-26-und-Parrot-3.9.html&quot; target=&quot;_blank&quot; title=&quot;CAINE&quot;&gt;Autopsy&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;4.8.0&lt;/td&gt;
            &lt;td&gt;???&lt;/td&gt;
            &lt;td&gt;The Sleuth Kit&lt;/td&gt;
            &lt;td&gt;Windows&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/2279-Security-Distributionen-News-ArchLinux,-BackBox,-Kali-Linux-und-Parrot-Security.html&quot; target=&quot;_blank&quot;&gt;BackBox&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;5.2&lt;/td&gt;
            &lt;td&gt;70+&lt;/td&gt;
            &lt;td&gt;eigenes Repo&lt;/td&gt;
            &lt;td&gt;Ubuntu&lt;/td&gt;
            &lt;td&gt;Xfce&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/2300-Sicherheitsupdates-DEFT-Zero,-Parrot-Security-und-BlackArch-Linux-mit-neuen-Versionen.html&quot; target=&quot;_blank&quot; title=&quot;BlackArch&quot;&gt;BlackArch&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;2018.12.01&lt;/td&gt;
            &lt;td&gt;1750+&lt;/td&gt;
            &lt;td&gt;ArchLinux&lt;/td&gt;
            &lt;td&gt;ArchLinux&lt;/td&gt;
            &lt;td&gt;Gnome&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://www.itrig.de/index.php?/archives/2222-CAINE-7.0-DeepSpace-Windows-Forensik-Tools-und-mehr-als-Live-CD-veroeffentlicht.html&quot; target=&quot;_blank&quot;&gt;CAINE&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;10&lt;/td&gt;
            &lt;td&gt;100+&lt;/td&gt;
            &lt;td&gt;WinUFO&lt;/td&gt;
            &lt;td&gt;Ubuntu&lt;/td&gt;
            &lt;td&gt;Mate&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;https://itrig.de/index.php?/archives/2293-Installation-DracOS-2.1,-sowie-Neues-von-Parrot-Security-OS-und-BlackArch-Linux.html&quot; target=&quot;_blank&quot; title=&quot;Dracos&quot;&gt;DracOS&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;3.0&lt;/td&gt;
            &lt;td&gt;100+&lt;/td&gt;
            &lt;td&gt;CLI&lt;/td&gt;
            &lt;td&gt;LFS&lt;/td&gt;
            &lt;td&gt;DWM&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/2300-Sicherheitsupdates-DEFT-Zero,-Parrot-Security-und-BlackArch-Linux-mit-neuen-Versionen.html&quot; target=&quot;_blank&quot; title=&quot;DEFT&quot;&gt;DEFT Zero&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;2018.2&lt;/td&gt;
            &lt;td&gt;250+&lt;/td&gt;
            &lt;td&gt;Mac Support&lt;/td&gt;
            &lt;td&gt;Lubuntu 14.04&lt;/td&gt;
            &lt;td&gt;Lxde&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/2279-Security-Distributionen-News-ArchLinux,-BackBox,-Kali-Linux-und-Parrot-Security.html&quot; target=&quot;_blank&quot;&gt;Kali Linux&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;2018.4&lt;/td&gt;
            &lt;td&gt;300+&lt;/td&gt;
            &lt;td&gt;ARM fähig&lt;/td&gt;
            &lt;td&gt;Debian Testing&lt;/td&gt;
            &lt;td&gt;Multi&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/2276-Security-Distros-LionSec-Linux-5,-Pentoo-RC5-und-NST-Version-24-7977-veroeffentlicht.html&quot; target=&quot;_blank&quot;&gt;LionSec&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;5.0&lt;/td&gt;
            &lt;td&gt;???&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
            &lt;td&gt;Ubuntu&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;s&gt;Matriux&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;v3 RC1&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;300+&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;out of date&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;Debian&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;Gnome&lt;/s&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/2276-Security-Distros-LionSec-Linux-5,-Pentoo-RC5-und-NST-Version-24-7977-veroeffentlicht.html&quot; target=&quot;_blank&quot;&gt;NST&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;28&lt;/td&gt;
            &lt;td&gt;???&lt;/td&gt;
            &lt;td&gt;Server integriert&lt;/td&gt;
            &lt;td&gt;Fedora&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://netsecl.com/download&quot;&gt;NetSecL OS&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;6.0&lt;/td&gt;
            &lt;td&gt;50+&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
            &lt;td&gt;OpenSuse&lt;/td&gt;
            &lt;td&gt;Lxde&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;s&gt;Paladin&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;7.0&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;30+&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;Ubuntu&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/2301-Update-Security-Distributionen-Kali-Linux-mit-OpenVAS-9-und-Parrot-Security-3.6.html&quot; target=&quot;_blank&quot; title=&quot;Parrot&quot;&gt;Parrot Sec&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;4.5.1&lt;/td&gt;
            &lt;td&gt;700+&lt;/td&gt;
            &lt;td&gt;Cloud fähig&lt;/td&gt;
            &lt;td&gt;Debian Buster&lt;/td&gt;
            &lt;td&gt;MATE&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://www.itrig.de/index.php?/archives/2256-Pentoo-Schweizer-Taschenmesser-fuer-Sicherheits-Tests.html&quot; target=&quot;_blank&quot;&gt;Pentoo&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;2018.0 RC7.1&lt;/td&gt;
            &lt;td&gt;???&lt;/td&gt;
            &lt;td&gt;64bit&lt;/td&gt;
            &lt;td&gt;Gentoo&lt;/td&gt;
            &lt;td&gt;Xfce&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;s&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/1459-7-IT-Forensik-Linux-Distributionen-zur-Datenrettung,-Analyse,-Beweissicherung-oder-fuer-Penetrationstests.html&quot; target=&quot;_blank&quot;&gt;Ronin&lt;/a&gt;&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;150+&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;out of date&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;Lubuntu&lt;/s&gt;&lt;/td&gt;
            &lt;td&gt;&lt;s&gt;Lxde&lt;/s&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a href=&quot;http://itrig.de/index.php?/archives/1459-7-IT-Forensik-Linux-Distributionen-zur-Datenrettung,-Analyse,-Beweissicherung-oder-fuer-Penetrationstests.html&quot; target=&quot;_blank&quot;&gt;Sans SIFT&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;3.0&lt;/td&gt;
            &lt;td&gt;20+&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
            &lt;td&gt;Ubuntu&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
 
    </content:encoded>

    <pubDate>Fri, 08 Feb 2019 14:51:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.itrig.de/index.php?/archives/2362-guid.html</guid>
    <category>centos</category>
<category>download</category>
<category>forensik</category>
<category>hacker distribution</category>
<category>hacking</category>
<category>linux</category>
<category>metasploit 5.0</category>
<category>neuerungen</category>
<category>opensource</category>
<category>parrot os</category>
<category>penetration</category>
<category>penetrationstest</category>
<category>security os</category>
<category>tipps</category>
<category>tools</category>
<category>vmware</category>

</item>

</channel>
</rss>
