[LinuxFocus-icon]
<--  | Map  |  Index  |  Search

News | Archives | Links | About LF
This document is available in: English  ChineseGB  Deutsch  Francais  Italiano  Nederlands  Russian  Turkce  Polish  

Welcome to the LinuxFocus July/August 2004 issue

summer 2004 The LinuxTag was held end of June in Karlsruhe, Germany. It is the biggest Linux event in Germany and as stated on the banner above the entrance also the biggest in Europe. However if we compare it to LSM in France or Fosdem in Belgium it is less international than the later two. LinuxTag had presentations in English but most things (including the web site http://www.linuxtag.org) is in German. It is also not so much a come together for Linux fans and developers but a Linux fair. Hp, Novell, Redhat, IBM and many others had all big booths. Non commercial projects like Gentoo, KDE, cinepaint, symlink, ffii ... were also there. Over 100 booth in total. It was good to see how big and important Linux is and LinuxTag is a presentation/exhibition of the Linux success to the public but I really missed the enthusiastic workshop atmosphere that you find at other Linux events. It would be nice if LinuxTag would be more international and had not only booth and presentations but also workshops for the community.

Click here to get to the LinuxTag 2004 picture gallery

-- Guido Socher





LinuxFocus.org Articles

UNIX Basics

Software Development

Applications

Kernel Corner

System Administration


The LinuxFocus Tip

A HyperTerminal for Linux

Some times you just what to connect to a router via serial line or you need to test a modem. All you need is a dumb terminal that attaches to the serial line with a given speed, no parity, 8-bit etc... Most Linux distributions offer minicom or kermit for this task. Those program are however terrible to use for such a simple taks. They are way to complex to configure.

Here are two very good alternatives:

gtkterm:
gtkterm is serial port terminal written in GTK+. Just run
gtkterm -p /dev/ttyS0
and you can comunicate over the rs232 line. To dial out with a modem you just type ATDTyourPhoneNumber and hit return. A nice feature of gtkterm is that it shows you the status of the RS232 control lines (DTR, RST, CTS, CD, DSR, RI).
gtkterm is available from http://www.jls-info.com/julien/linux/ (local copy: gtkterm-0.99.4.tar.gz, 276Kb)

cu:
cu is a serial port terminal that you just start in a shell (no GUI). You use cu like this:
cu -l /dev/ttyS0 dir
To get out of cu type: ~.

cu is part of the uucp package: http://www.airs.com/ian/uucp.html




© 2004 LinuxFocus
Click here to get to the LinuxFocus contact persons list