<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://spaceonearth.org/index.php?action=history&amp;feed=atom&amp;title=Tux-linux</id>
	<title>Tux-linux - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://spaceonearth.org/index.php?action=history&amp;feed=atom&amp;title=Tux-linux"/>
	<link rel="alternate" type="text/html" href="https://spaceonearth.org/index.php?title=Tux-linux&amp;action=history"/>
	<updated>2026-05-02T18:28:28Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in SpaceOnEarth</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://spaceonearth.org/index.php?title=Tux-linux&amp;diff=395&amp;oldid=prev</id>
		<title>Axel: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://spaceonearth.org/index.php?title=Tux-linux&amp;diff=395&amp;oldid=prev"/>
		<updated>2022-04-04T14:35:18Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 4. April 2022, 16:35 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://spaceonearth.org/index.php?title=Tux-linux&amp;diff=394&amp;oldid=prev</id>
		<title>h_&gt;Axel: Textersetzung - „  * “ durch „* “</title>
		<link rel="alternate" type="text/html" href="https://spaceonearth.org/index.php?title=Tux-linux&amp;diff=394&amp;oldid=prev"/>
		<updated>2019-12-31T13:28:45Z</updated>

		<summary type="html">&lt;p&gt;Textersetzung - „  * “ durch „* “&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;====== I_UfE_Pc_linux ======&lt;br /&gt;
&lt;br /&gt;
======mysql datenbank kopieren======&lt;br /&gt;
 mysqldump  --opt database &amp;gt; backup-file.sql&lt;br /&gt;
 You can read this back into MySQL with:&lt;br /&gt;
 mysql  database &amp;lt; backup-file.sql &lt;br /&gt;
======vga modes as boot parameter======&lt;br /&gt;
eg vga=769&lt;br /&gt;
 Auflösung in Pixeln&lt;br /&gt;
 Farbtiefe        |    640x480      800x600      1024x768      1280x1024&lt;br /&gt;
 256        (8bit)|     769          771           773           775&lt;br /&gt;
 32000     (15bit)|     784          787           790           793&lt;br /&gt;
 65000     (16bit)|     785          788           791           794&lt;br /&gt;
 16.7 Mill.(24bit)|     786          789           792           795&lt;br /&gt;
&lt;br /&gt;
======How to fix not cleanly closed mysql?======&lt;br /&gt;
I know two methods to repair&lt;br /&gt;
&lt;br /&gt;
If you have MyISAM tables you can use:&lt;br /&gt;
&lt;br /&gt;
* To check: myisamchk &amp;lt;the path of the myi file of your table&amp;gt;&lt;br /&gt;
* To Repair:myisamchk --recover  &amp;lt;the path of the myi file of your table&amp;gt;&lt;br /&gt;
* or with --safe-recover instead --recover&lt;br /&gt;
&lt;br /&gt;
======Zeitmessung Zeitserver ag19nov08======&lt;br /&gt;
installiere ntp zeitserver:&lt;br /&gt;
 apt-get install ntp&lt;br /&gt;
http://www.eecis.udel.edu/~ntp/ntpfaq/NTP-a-faq.htm lektüre dazu&lt;br /&gt;
&lt;br /&gt;
======Power Button Aktion verändern======&lt;br /&gt;
 Die Aktion des Powerbuttons wird durch den ACPI Daemon verwaltet.&lt;br /&gt;
 unter /etc/acpi/events/ liegen die selbsterklärenden Konfigurationsdateien!&lt;br /&gt;
 zB:/etc/acpi/events$ cat powerbtn&lt;br /&gt;
&lt;br /&gt;
 # /etc/acpi/events/powerbtn&lt;br /&gt;
 # This is called when the user presses the power button and calls&lt;br /&gt;
 # /etc/acpi/powerbtn.sh for further processing.&lt;br /&gt;
&lt;br /&gt;
 # Optionally you can specify the placeholder %e. It will pass&lt;br /&gt;
 # through the whole kernel event message to the program you&amp;#039;ve&lt;br /&gt;
 # specified.&lt;br /&gt;
 # We need to react on &amp;quot;button power.*&amp;quot; and &amp;quot;button/power.*&amp;quot; because&lt;br /&gt;
 # of kernel changes.&lt;br /&gt;
 event=button[[/]]power&lt;br /&gt;
 action=/etc/acpi/powerbtn.sh&lt;br /&gt;
&lt;br /&gt;
======USB-Sound funktioniert nicht======&lt;br /&gt;
Problem auf meinem LG-Laptop folgendermaßen geloest:&lt;br /&gt;
 $ asoundconf list&lt;br /&gt;
 Names of available sound cards:&lt;br /&gt;
 Intel&lt;br /&gt;
 default&lt;br /&gt;
&lt;br /&gt;
 $ sudo asoundconf set-default-card default&lt;br /&gt;
 Please note that you are attempting to run asoundconf as a &lt;br /&gt;
 privileged superuser, which may have unintended consequences.&lt;br /&gt;
&lt;br /&gt;
======firefox fragt ständig ob das script weiterlaufen soll======&lt;br /&gt;
Fix Firefox unresponsive script warnings&lt;br /&gt;
&lt;br /&gt;
Ever since I upgraded to Firefox 1.5, I’ve been getting some unresponsive script warnings on sites that employ heavy Javascript like Gmail or Bloglines. Curious about it, I dug around and managed to find out how to fix the problem.&lt;br /&gt;
&lt;br /&gt;
To fix it, you’ll need to access the hidden configuration page in Firefox. Just type about:config in the address bar and you’ll get a page full of hidden configurations which you can tweak till your heart’s delight.&lt;br /&gt;
&lt;br /&gt;
In the ‘Filter’ box, type dom.max_script_run_time. This will narrow the options till only the dom.max_script_run_time option remains. Right-click it and choose Modify. A box pops up. Change the number to something bigger like 20. This is the maximum time a script can run before Firefox considers it ‘unresponsive’.&lt;br /&gt;
&lt;br /&gt;
If you can’t find the string in the about:config page, create it by right-clicking anywhere and then choose New—&amp;gt; Integer and enter dom.max_script_run_time. When prompted for the value, use 20.&lt;br /&gt;
&lt;br /&gt;
So far I’ve not had anymore unresponsive script warnings, so I guessed that fixed that problem! However some extensions may also cause similar problems. Hope this helps.&lt;br /&gt;
&lt;br /&gt;
======mit kmail abgespeicherte mails anschauen======&lt;br /&gt;
 kmail --view %u&lt;br /&gt;
 zB: kmail --view /home/axel/mail.eml&lt;br /&gt;
&lt;br /&gt;
======Timeserver Installieren~ag27may08~======&lt;br /&gt;
 das **ntp** paket muß installiert werden&lt;br /&gt;
 mit **ps aux|grep ntp** kann man überprüfen ob der **ntpd** läuft&lt;br /&gt;
 **ntpq -p** gibt einen Überblick über die aktuelle Arbeit des Daemons&lt;br /&gt;
&lt;br /&gt;
======Analyse eines USB Gerätes~ag26may08~======&lt;br /&gt;
 ufe@ben:~$ lsusb&lt;br /&gt;
 Bus 003 Device 001: ID 0000:0000&lt;br /&gt;
 Bus 002 Device 001: ID 0000:0000&lt;br /&gt;
 Bus 001 Device 003: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse&lt;br /&gt;
 Bus 001 Device 001: ID 0000:0000&lt;br /&gt;
&lt;br /&gt;
Jetzt stecke ich unser USB Gerät rein:&lt;br /&gt;
&lt;br /&gt;
 ufe@ben:~$ lsusb&lt;br /&gt;
 Bus 003 Device 001: ID 0000:0000&lt;br /&gt;
 Bus 002 Device 001: ID 0000:0000&lt;br /&gt;
 Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port&lt;br /&gt;
 Bus 001 Device 003: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse&lt;br /&gt;
 Bus 001 Device 001: ID 0000:0000&lt;br /&gt;
&lt;br /&gt;
Hat unser Linux einen Kernalmodul dafür?&lt;br /&gt;
 ufe@ben:~$ usbmodules --device /proc/bus/usb/001/004&lt;br /&gt;
 pl2303&lt;br /&gt;
Und was verwendet erfür die Maus&lt;br /&gt;
 ufe@ben:~$ usbmodules --device /proc/bus/usb/001/003&lt;br /&gt;
 usbmouse&lt;br /&gt;
 usbhid&lt;br /&gt;
Nun stecke ich mal den M-Bus Adapter ein!&lt;br /&gt;
 ufe@ben:~$ lsusb&lt;br /&gt;
 Bus 003 Device 001: ID 0000:0000&lt;br /&gt;
 Bus 002 Device 001: ID 0000:0000&lt;br /&gt;
 Bus 001 Device 005: ID 10c4:ea60 Cygnal Integrated Products, Inc.&lt;br /&gt;
 Bus 001 Device 003: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse&lt;br /&gt;
Nun will ich mehr Details:&lt;br /&gt;
 ufe@ben:~$ lsusb -v -s 001:005&lt;br /&gt;
 Bus 001 Device 005: ID 10c4:ea60 Cygnal Integrated Products, Inc.&lt;br /&gt;
 Device Descriptor:&lt;br /&gt;
  bLength                18&lt;br /&gt;
  bDescriptorType         1&lt;br /&gt;
  bcdUSB               1.10&lt;br /&gt;
  bDeviceClass            0 (Defined at Interface level)&lt;br /&gt;
  bDeviceSubClass         0&lt;br /&gt;
  bDeviceProtocol         0&lt;br /&gt;
  bMaxPacketSize0        64&lt;br /&gt;
  idVendor           0x10c4 Cygnal Integrated Products, Inc.&lt;br /&gt;
  idProduct          0xea60&lt;br /&gt;
  bcdDevice            1.00&lt;br /&gt;
  iManufacturer           1 Silicon Labs&lt;br /&gt;
  iProduct                2 Relay M-Bus Micro-Master USB&lt;br /&gt;
  iSerial                 3 0872&lt;br /&gt;
  bNumConfigurations      1&lt;br /&gt;
  Configuration Descriptor:&lt;br /&gt;
    bLength                 9&lt;br /&gt;
    bDescriptorType         2&lt;br /&gt;
    wTotalLength           32&lt;br /&gt;
    bNumInterfaces          1&lt;br /&gt;
    bConfigurationValue     1&lt;br /&gt;
    iConfiguration          0&lt;br /&gt;
    bmAttributes         0x80&lt;br /&gt;
      (Bus Powered)&lt;br /&gt;
    MaxPower              500mA&lt;br /&gt;
    Interface Descriptor:&lt;br /&gt;
      bLength                 9&lt;br /&gt;
      bDescriptorType         4&lt;br /&gt;
      bInterfaceNumber        0&lt;br /&gt;
      bAlternateSetting       0&lt;br /&gt;
      bNumEndpoints           2&lt;br /&gt;
      bInterfaceClass       255 Vendor Specific Class&lt;br /&gt;
      bInterfaceSubClass      0&lt;br /&gt;
      bInterfaceProtocol      0&lt;br /&gt;
      iInterface              2 Relay M-Bus Micro-Master USB&lt;br /&gt;
      Endpoint Descriptor:&lt;br /&gt;
        bLength                 7&lt;br /&gt;
        bDescriptorType         5&lt;br /&gt;
        bEndpointAddress     0x81  EP 1 IN&lt;br /&gt;
        bmAttributes            2&lt;br /&gt;
          Transfer Type            Bulk&lt;br /&gt;
          Synch Type               None&lt;br /&gt;
          Usage Type               Data&lt;br /&gt;
        wMaxPacketSize     0x0040  1x 64 bytes&lt;br /&gt;
        bInterval               0&lt;br /&gt;
      Endpoint Descriptor:&lt;br /&gt;
        bLength                 7&lt;br /&gt;
        bDescriptorType         5&lt;br /&gt;
        bEndpointAddress     0x01  EP 1 OUT&lt;br /&gt;
        bmAttributes            2&lt;br /&gt;
          Transfer Type            Bulk&lt;br /&gt;
          Synch Type               None&lt;br /&gt;
          Usage Type               Data&lt;br /&gt;
        wMaxPacketSize     0x0040  1x 64 bytes&lt;br /&gt;
        bInterval               0&lt;br /&gt;
 Device Status:     0x0000&lt;br /&gt;
 (Bus Powered)&lt;br /&gt;
Nun hat Linux einen Kernelmodul gefunden? &lt;br /&gt;
 ufe@ben:~$ usbmodules --device /proc/bus/usb/001/005&lt;br /&gt;
 cp2101&lt;br /&gt;
Und hat er es auch in den Kernel geladen?&lt;br /&gt;
 ufe@ben:~$ lsmod |grep cp&lt;br /&gt;
 cp2101                 12036  0&lt;br /&gt;
 usbserial              28520  2 cp2101,pl2303&lt;br /&gt;
 usbcore               109444  7 cp2101,pl2303,usbserial,usbhid,ehci_hcd,ohci_hcd&lt;br /&gt;
Bei meinem Debian 4.0 erzeugt er auch dynamish eine Devicedatei /dev/ttyUSB0 und nach dem Entfernen des USB-Adapters verschwindet diese auch wieder.&lt;br /&gt;
Bei älteren/anderen Linux Distrubutionen werden die Device-dateien im /dev/ ordner einmal erzeugt, unabhängig ob es die Geräte wirklich gibt oder nicht!&lt;br /&gt;
 ufe@ben:/dev$ ls /dev/ttyU*&lt;br /&gt;
 ttyUSB0&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
======drucker fs820 installieren ~ag14may08~======&lt;br /&gt;
 fs820.ppd in /etc/cups/ppd kopieren (~/ufe/ftp/driver/drucker/fs820/fs820.ppd)&lt;br /&gt;
 {{#u:ftp|ufe|docs/treiber/drucker_kyocera_fs820/linux/fs820.ppd}}&lt;br /&gt;
 /etc/cups/printer.conf erweitern um:&lt;br /&gt;
 &amp;lt;DefaultPrinter fs820&amp;gt;&lt;br /&gt;
   Info Kyocera FS-820&lt;br /&gt;
   Location Paralleler Drucker auf /dev/lp0&lt;br /&gt;
   DeviceURI parallel:/dev/lp0&lt;br /&gt;
   State Idle&lt;br /&gt;
   StateTime 1192795583&lt;br /&gt;
   Accepting Yes&lt;br /&gt;
   Shared Yes&lt;br /&gt;
   JobSheets none none&lt;br /&gt;
   QuotaPeriod 0&lt;br /&gt;
   PageLimit 0&lt;br /&gt;
   KLimit 0&lt;br /&gt;
   OpPolicy default&lt;br /&gt;
   ErrorPolicy stop-printer&lt;br /&gt;
 &amp;lt;/Printer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======nur rechte von verzeichnissen ändern ag11apr08======&lt;br /&gt;
 find /mein/ordner/mit/unterordnern/ -type d -exec chmod 700 {} \;&lt;br /&gt;
&lt;br /&gt;
======rename username ag2apr9======&lt;br /&gt;
 &amp;gt; usermod -l newname oldname&lt;br /&gt;
======daten sichern mit rsync ag2apr8======&lt;br /&gt;
 Ein gute Einleitung http://www.mikerubel.org/computers/rsync_snapshots/&lt;br /&gt;
 Ein paar Beispiele für BashScripts http://rsync.samba.org/examples.html&lt;br /&gt;
======Fenster von fernen Rechnern ag15.3.8======&lt;br /&gt;
Ein Fenster eines fernen Rechners auf dem eigenen Desktop öffnen.&lt;br /&gt;
 goe&amp;gt;ssh -X axel@l.ufegmbh.de&lt;br /&gt;
 password: ***&lt;br /&gt;
 lue&amp;gt;xterm&lt;br /&gt;
Das -X setzt das sogenante X-Forwarding, was die Weiterleitung des Fensters ermöglicht!&lt;br /&gt;
======Linuxtreiber für den HP2600n~ag6dec07~======&lt;br /&gt;
Linux Treiber für den HP2600n in Luebeck: [[media:foo2zjs.tar.gz]] &lt;br /&gt;
======Eagle für Linux~ag6dec07~======&lt;br /&gt;
Eagle kann von http://cadsoft.com heruntergeladen werden. &lt;br /&gt;
Ohne Lizens kann mann nur halbe Europlatinen verarbeiten.&lt;br /&gt;
&lt;br /&gt;
======USB-Seriell - USB/RS232-Adapter Installieren~ag6dec07~======&lt;br /&gt;
 Um den UfE USB-Seriell Adapter zu installieren muß man den entsprechenden Treiber laden:&lt;br /&gt;
 [[media:pl2303_linux.zip]]&lt;br /&gt;
 Ab Linux 2.26 müßte es ohne Treiberinstallation funktionieren&lt;br /&gt;
&lt;br /&gt;
======NFS -Network File System- einrichten unter Debian bzw. Ubuntu======&lt;br /&gt;
Ein Paar gute Links zum Thema&lt;br /&gt;
 http://www.howtoforge.de/howto/einrichten-eines-nfs-servers-und-clients-unter-debian-etch/&lt;br /&gt;
 http://nfs.sourceforge.net/nfs-howto/ar01s03.html&lt;br /&gt;
&lt;br /&gt;
**Auf dem Server**&lt;br /&gt;
&lt;br /&gt;
Mit Synaptic die folgenden Packages installieren&lt;br /&gt;
 portmap&lt;br /&gt;
 nfs-common&lt;br /&gt;
 nfs-kernel-server (die ist notwendig um ein NFS server)&lt;br /&gt;
&lt;br /&gt;
Mit dem command //rpcinfo -p// prüfen ob nfs läuft ()&lt;br /&gt;
&lt;br /&gt;
Danach der Datei /etc/exports ändern (diese Datei sagt welche Verzeichnis zu welche Computer zu Verfügung steht)&lt;br /&gt;
Die folgende Zeilen hinzufügen&lt;br /&gt;
&lt;br /&gt;
 /home/test 10.1.0.1(rw,sync,no_root_squash) 10.1.0.?(rw,sync,no_root_squash)&lt;br /&gt;
&lt;br /&gt;
Mit dem command //exportfs -ra// diese Änderung werden übernommen&lt;br /&gt;
&lt;br /&gt;
**Auf dem Client**&lt;br /&gt;
&lt;br /&gt;
A Verzeichnis unter mnt machen um danach hier der NFS zu mounten&lt;br /&gt;
 mkdir -p /mnt/nfs/home&lt;br /&gt;
&lt;br /&gt;
Danach um bei Hochfahren der NFS zu mounten der folgende Zeilen in ///etc/fstab// hinzufügen&lt;br /&gt;
(10.1.1.101 ist tst01 pc und 10.1.1.103 ist tst02 pc)&lt;br /&gt;
&lt;br /&gt;
 10.1.1.101:/home/test  /mnt/nfs/home/test   nfs      rw,sync,hard,intr,user,noauto  0     0&lt;br /&gt;
&lt;br /&gt;
 Achtung: es konnte Problemen haben wenn hier mehr als ein Computer gemountet werde &lt;br /&gt;
&lt;br /&gt;
Der pc restarten&lt;br /&gt;
&lt;br /&gt;
Danach sollte es passiert das auf ein Client möglich ist der Server zu mounten und Zugang zu dem Verzeichnis haben wie er auf dem Client wäre\n[[category:DWImport]]\n&lt;/div&gt;</summary>
		<author><name>h_&gt;Axel</name></author>
	</entry>
</feed>