2006
11.18

I just bought a new NAS System, which should act as a mass storage for my DBOX and for everything, which doesn’t belong to general data. ;) Another reason for going in this direction is also reduced power consumption. Finally I have no pc boxes anymore. :)

I found a relative cheap version for around 53 Euro. The Fantec LD-M35NU2-2 is based on the RDC2882. It’s a so called System-on-Chip Design.

The features of the LanDisk seems very promising at the beginning. Simple configuration via a web frontend, exports of the hdd filesystem via CIFS (SMB) and FTP. Easy access controls based on user and groups.

And now the drawbacks…

  1. if the box is behind a router, which does NAT, its depends more on luck that you can get this box to work properly
  2. SMB isn’t working from Linux (BSD untested ATM)
  3. FTP unusable if you want passive ftp

I got this box working behind an ASUS WL500-G, which is running OpenWRT. My DBOX is running a custom version of the well known linux images, which can be found on the internet. If I tried to mount an SMB share the process simply hangs, but is still killable so that I don’t need to reboot on every unsuccessfull try. ;)

To mount a share via ftp, follow this example:

# insmod lufs
# lufsmount ftpfs://dbox:password@192.168.10.250/dbox -o ftpactive

The lufs kernel module doesn’t get automatically loaded so it must be loaded by hand. The mount command is self-explanatory, but is very important that you specify “ftpactive”, otherwise it will not work and the process just hangs.

The installed Linux version on the DBOX uses a very striped down versions of the init scripts and I haven’t had time yet to investigate where modules can be loaded automatically at boot time.

Maybe it whould worse a try to check out fuse on the box, but I don’t have the time at the moment to do so.

I had done some test recordings, some were direct and some were timed recordings and all got properly recorded.

After some hours of frustrating tryouts everything is working fine now, but if someone is willing to spent more money on a NAS system. Save yourself time… ;)

2006
11.12

Kraftwerk

Kraftwerk – Computer Love and

Kraftwerk – We are the Robots

makes definitly my day. ;)

Besides that facts, the tracks sounds in german much better. ;)

2006
11.01

Edgy Eft has landed

Vor genau 6 Tagen ist Ubuntu 6.10 aka Edgy Eft released wurden. Mein Dapper Drake wurde schon zur Zeiten des Release Candidate geupdatet, was auch schier problemlos vonstatten ging. Bedingt durch eine nicht zu clevere Partitionierung meinerseits hab ich Edgy Eft letzte Wochenende dann doch noch mal neu aufgesetzt, wobei dieses mal das Ding wirklich schön rund gewurden ist. ;)

Eine positive Entdeckung aus dem Ubuntu-Foren ist übrigens pyBackPack, eine simple, GUI basierte Backup Lösung für den Gnome-Desktop. Viel Erfahrungen hab ich damit noch nicht gesammelt, aber der erste Eindruck ist sehr vielversprechend.

Desweiteren bin ich auf ubuntu-debs.de gestossen. Dieses Projekt liefert neuere Packete für Dapper, und wohl in Zukunft auch für Edgy, aus. Generell ist sowas ja immer wünschenswert, bei Software wie dem MPlayer zum Beispiel.

2006
09.18

Da ich seit geraumer Zeit ein Projekt betreue, wobei es sich dabei um eine Simulation einer Wertschöpfungskette in unterschiedlichen Marktformen handelt, bin ich nun auch in die Verlegenheit gekommen, dass die großen anfallenden statistischen Daten visuallisiert werden sollen. Die von mir ursprünglich an diesen Job herangezogene Bibliothek war phplot. Da sich diese Bibliothek aber als nicht mehr ganz zeitgemäß und schon seit drei Jahren nicht mehr gepflegt herausstellte suchte ich heute nun nach Alternativen für diesen Job.

Da Arbeitszeit natürlich immer knapp bemessen ist und eine vollständige Eigenimplentierung natürlich vom Arbeitgeber nur schmunzelnt abgetan wurde bin ich heute auf die Pear Klasse Image_Graph gestossen. Aus der original Beschreibung

Image_Graph provides a set of classes that creates graphs/plots/charts based on (numerical) data.

Many different plot types are supported: Bar, line, area, step, impulse, scatter, radar, pie, map, candlestick, band, box & whisker and smoothed line, area and radar plots.

The graph is highly customizable, making it possible to get the exact look and feel that is required.

The output is controlled by a Image_Canvas, which facilitates easy output to many different output formats, amongst others, GD (PNG, JPEG, GIF, WBMP), PDF (using PDFLib), Scalable Vector Graphics (SVG).
Image_Graph is compatible with both PHP4 and PHP5.

Wobei das ja schon sehr gut klingt. ;)

Das weiteren gibts auf http://pear.veggerby.dk/ eine excellente Dokumentation und reichlich Beispiele. Einen tollen Vortrag hab ich noch auf diesen Seiten gefunden, wobei einem Image_Graph schon recht schmackhaft gemacht wird.

Pages: Prev 1 2 3 ...8 9 10 11 12 ...283 284 285 Next