Debian 3.1 Review

Debian is a Linux distribution started by Ian Murdock in 1993. Debian is DEB from his wife Debra and IAN is from Ian Murdock. One thing that Debian has is rock solid stability and security. Its packages are thoroughly tested before becoming categorized as stable. Review here.

The end of free innovation

When Pythagoras invented a new way to make calculations with triangles, there was not yet an European Patent Organization. Bad luck, because everybody knows that patents stimulate innovation. Pythagoras invested much time in contemplation. Now, anyone could use this new mathemathical method for free. How could others be stimulated to make the same investment for no financial benefit?

KOffice 1.4 Released

The KDE Project today announced the immediate release of KOffice 1.4 for Linux and Unix operating systems. The KOffice 1.4 release is a large step towards embracing the OASIS OpenDocument file format which has become an approved standard for office file formats. This format is also used by the upcoming OpenOffice.org 2.0, thus providing high interoperability. New applications in the 1.4 release: Krita - A pixel based image manipulation application and Kexi - An integrated data management application.

Command-line interactive programs in UNIX shell-scripts

Like it or not, but sooner or later you realize that you'll have to write shell-scripts to administer UNIX. And among these scripts there certainly will be those to cooperate with interactive applications such as telnet, ftp, su, password, ssh. But it means the end of the admin's quiet life because while dealing with interactive programs one often come across numerous hidden traps which doesn't usually happen with ordinary sh-scripts. Though fortunately or may be not, but most of these problems generally turn up within first five minutes of the work under the script. The symptoms typically look like that author can't pass the authentication from the script. At first you feel confused because usual pipe constructions such as: