Pen

Pen ist ein sehr einfacher loadbalancer fuer tcp…

This is pen, a load balancer for „simple“ tcp based protocols such as http or smtp. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.

Syntax sieht z.B. so aus pen 6666 ichmagmilch.de:22 ichmagkeinemilch.de:22

Ok ssh ist kein gutes Beispeil, funktioniert aber auch (beschwert sich dann natuerlich wegen den keys), optimalerweise daher fuer http und smtp, bzw einfach mal ein bisschen mit rumspielen.

Link:
vmware image fuer einen sehr kleinen (2,5mb zipped) PenServer

lvm, raid oder mhddfs

mhddfs-join-several-real-filesystems-together-to-form-a-single-larger-one

Klingt sehr interessant. Besonders weil Dateien nicht gesplittet werden und es erstmal „einfacher“ als LVM wirkt. Wer mal zwei kleine HDs aus einem LVM Verbund entfernt hat und dafuer eine groessere HD eingebunden hat, weiss wovon ich rede. Sobald sich die Gelegenheit bietet schau ich mir das mal genauer an.

# mkdir /mnt/virtual
# mhddfs /mnt/hdd1,/mnt/hdd2,/mnt/hdd3 /mnt/virtual -o allow_other
option: allow_other (1)
mhddfs: directory '/mnt/hdd1' added to list
mhddfs: directory '/mnt/hdd2' added to list
mhddfs: directory '/mnt/hdd3' added to list
mhddfs: move size limit 4294967296 bytes
mhddfs: mount point '/mnt/virtual'

G.I. Joe

Back in the day, when I was new to Linux, joe was the first text editor that I managed to quit without having to reboot my machine. That I am still using it today, many years later, goes to show just how simple yet powerful joe is. If you don’t want to use emacs (because what’s the point of running two operating systems?) and still can’t work out how to use vi, then joe is for you.

Sehe ich auch so ;-).

link