Teaming und loadbalancing von Netzwerk-Interfaces mit Ubuntu

Filed Under (OS & Software, Server) by lukas on 16-05-2009

0

Aus 2 mach 1: Mittels Teaming können mehrere physikalische Netzwerk-Ports in einen logischen Port zusammengefasst werden. Damit lässt sich höhere Verfügbarkeit und mehr Bandbreite realisieren.

Hier werden die Details zum NIC-Bonding erklärt.

Tastaturkürzel für Firefox

Filed Under (Internet) by admin on 13-05-2009

0

Das Surfen und Suchen im Web kann doch so viel schneller gehen!
Mit dem Tasenkombinationen von Firefox wird das Navigieren im Internet um einiges vereinfacht… Kennen Sie alle oder nur die bekanntesten Kürzel?
Mozilla erklärt alle Firefox Tastenkürzel für Windows, Linux sowie Mac.

Schöne Shell mit Dialog

Filed Under (Desktop, OS & Software, Server) by lukas on 13-05-2008

0

Damit auch ein Shell-Script über eine schöne Benutzeroberfläche verfügt, kann man dialog verwenden, um Benutzerinteraktionen darzustellen.

Hier gibts eine deutsche Einführung zu Dialog.

Weitere Doku befindet sich auf der Dialog-Homepage.

Mit xdialog sehen Shell-Scripte auch unter X11 schön aus.

Wenn dialog / xdialog über eine variable angesprochen werden, kann man die beiden Frontends austauschen, da sie Parameter-Kompatibel sind:
DIALOG=/usr/bin/dialog
$DIALOG --textfield

Remastering kubuntu hardy with reconstructor

Filed Under (Desktop, OS & Software) by lukas on 09-05-2008

0

The reconstructor is a program to remaster ubuntu CD-Roms. It’s written in Python and supports (officially) all ubuntu’s up to 7.10. So if one want’s to remaster kubuntu hardy, there’re two issues:

  1. It’s kubuntu.
  2. It’s Hardy.

For issue 1) there are several threads in the reconstructor forum. Here the most important ones:

A lot of (KDE) applications can be configured through reconstructor (third party) modules.

For Issue 2) There’s a simple explanation: It works with hardy, as tested in this configuration:

  • Use a (k)ubuntu hardy Setup as host system to install the reconstructor on.
    • We’ve got the X86 Kubuntu 8.04 Hardy for this.
  • The usplash works, pcx unknown (Diego has to try out the newest ISO yet)
  • Apt has changed a lot: You can’t add to /etc/apt/sources.list with constructor.
    • Hardy has a /etc/apt/sources.list.d/ directory now, you can put multiple source files there.
  • We remastered kubuntu, so the GNOME customization wasn’t used.
  • The VMPlayer plugin doesn’t work since hardy uses a new kernel, thus manual install works.

A tip if the terminal doesn’t start up: Execute the command “xhost +” on a console of your box.

If you need more documentation: Reconstructor is pretty well documented.