<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://marcheimann.de/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Marc's Linux-Wiki (Gentoo, Debian) linux:allgemein:tipps_und_tricks</title>
        <description></description>
        <link>http://marcheimann.de/wiki/</link>
        <lastBuildDate>Thu, 09 Apr 2026 23:48:17 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://marcheimann.de/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>Marc's Linux-Wiki (Gentoo, Debian)</title>
            <link>http://marcheimann.de/wiki/</link>
        </image>
        <item>
            <title>linux:allgemein:tipps_und_tricks:blkid</title>
            <link>http://marcheimann.de/wiki/doku.php?id=linux:allgemein:tipps_und_tricks:blkid&amp;rev=1373398993&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1 +1,4 @@
+ ====== UUID angeschlossener Festplatten/Partitionen herausfinden ======
+   * Dies wird z. B. für das automatische Einhängen von externen Festplatten an den immer gleichen Mount-point über UDEV-Regeln benötigt. \\
  
+   # blkid

&lt;/pre&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>linux:allgemein:tipps_und_tricks</category>
            <pubDate>Tue, 09 Jul 2013 21:43:13 +0000</pubDate>
        </item>
        <item>
            <title>linux:allgemein:tipps_und_tricks:bomb</title>
            <link>http://marcheimann.de/wiki/doku.php?id=linux:allgemein:tipps_und_tricks:bomb&amp;rev=1373398994&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1 +1,8 @@
+ ====== Bomb ======
  
+ **!!! NICHT AUSFÜHREN !!!** \\
+ //Außer der PC soll abstürzen//
+ 
+   :(){ : | :&amp;amp; };:
+ 
+ **!!! NICHT AUSFÜHREN !!!**

&lt;/pre&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>linux:allgemein:tipps_und_tricks</category>
            <pubDate>Tue, 09 Jul 2013 21:43:14 +0000</pubDate>
        </item>
        <item>
            <title>linux:allgemein:tipps_und_tricks:flac2mp3</title>
            <link>http://marcheimann.de/wiki/doku.php?id=linux:allgemein:tipps_und_tricks:flac2mp3&amp;rev=1373398994&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -3,2 +3,2 @@
  
-   $ for file in *.flac; do flac -cd &amp;quot;$file&amp;quot; | lame -h - &amp;quot;${file%.flac}.mp3&amp;quot;; don
+   $ for file in *.flac; do flac -cd &amp;quot;$file&amp;quot; | lame -h - &amp;quot;${file%.flac}.mp3&amp;quot;; done

&lt;/pre&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>linux:allgemein:tipps_und_tricks</category>
            <pubDate>Tue, 09 Jul 2013 21:43:14 +0000</pubDate>
        </item>
        <item>
            <title>linux:allgemein:tipps_und_tricks:java_virtual_machine</title>
            <link>http://marcheimann.de/wiki/doku.php?id=linux:allgemein:tipps_und_tricks:java_virtual_machine&amp;rev=1373398993&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1 +1,42 @@
+ ====== java virtual machine ======
  
+   * Fehler 1:
+ 
+   $ ./IRGENDWAS_1.bin
+   Preparing to install...
+   Extracting the installation resources from the installer archive...
+   Configuring the installer for this system&amp;#039;s environment...
+   No Java virtual machine could be found from your PATH
+   environment variable.  You must install a VM prior to
+   running this program.
+ 
+   * Lösung 1:
+ 
+   $ export PATH=/path/to/java-vm/bin:$PATH
+   $ export JAVADIR=/usr/local/jdk1.6.0/
+ 
+ \\ 
+   * Fehler 2:
+ 
+   $ ./IRGENDWAS_1.bin
+   Preparing to install...
+   Extracting the JRE from the installer archive...
+   Unpacking the JRE...
+   Extracting the installation resources from the installer archive...
+   Configuring the installer for this system&amp;#039;s environment...
+   dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+   /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
+   basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+   dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+   basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+   hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+   
+   Launching installer...
+   
+   rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+   rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+ 
+   * Lösung 2:
+ 
+   $ cp IRGENDWAS_1.bin IRGENDWAS.bin.bak
+   $ cat IRGENDWAS.bin.bak | sed &amp;quot;s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/&amp;quot; &amp;gt; IRGENDWAS_2.bin

&lt;/pre&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>linux:allgemein:tipps_und_tricks</category>
            <pubDate>Tue, 09 Jul 2013 21:43:13 +0000</pubDate>
        </item>
        <item>
            <title>linux:allgemein:tipps_und_tricks:konsolenbeep</title>
            <link>http://marcheimann.de/wiki/doku.php?id=linux:allgemein:tipps_und_tricks:konsolenbeep&amp;rev=1373398994&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1 +1,12 @@
+ ====== Konsolen-Beep deaktivieren ======
+   * Speaker auf der Konsole anpassen
+  
+   $ setterm -blength 0
  
+   * Zur Automatisierung kann man folgendes in ~/.bashrc eintragen.
+ 
+   /usr/bin/setterm -blength 0
+ 
+   * Und / oder in /etc/inputrc einfügen:
+ 
+   set bell-style none

&lt;/pre&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>linux:allgemein:tipps_und_tricks</category>
            <pubDate>Tue, 09 Jul 2013 21:43:14 +0000</pubDate>
        </item>
    </channel>
</rss>
