| Mozilla and netscape-7 users: Watch out! When you download a page for translation and you use File->Save page as..., then select in the dialog box "Files of type: Html only" and not "Files of type: complete". Using "complete" modifies the page source code!. If you have some kind of translation page where people can get the articles then please add this note to warn people. |
Note: This page uses Server Side Includes. If you want to download it and translate it then use ftp://main.linuxfocus.org/pub/lf/English/September2003/index.shtml. Do not try to download it via http://.... You would get an already server side expanded file and you don't want that.
Going 3D with Blender: A toy train
, by
Katja SocherPlease use the file article307.meta.shtml for any translation work.
The MySQL C API
, by
Özcan Güngör Please use the file article304.meta.shtml for any translation work.
Linux on the desktop: A computer for Mom
, by
Guido Socher Please use the file article306.meta.shtml for any translation work.
|
netstat -a Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:login *:* LISTEN tcp 0 0 *:shell *:* LISTEN tcp 0 0 *:pop2 *:* LISTEN tcp 0 0 *:pop3 *:* LISTEN tcp 0 0 *:imap2 *:* LISTEN tcp 0 0 *:www *:* LISTEN tcp 0 0 *:domain *:* LISTEN ...printout continues here...You can even go one step further and check which program opens a port with the command socklist (normally part of a package called procinfo):
socklist type port inode uid pid fd name tcp 513 1007 0 448 5 xinetd tcp 514 1006 0 448 4 xinetd tcp 6000 1133 0 680 0 X tcp 80 1076 0 643 16 httpd ...printout continues here...netstat works on any Unix system but socklist is a Linux specific feature.
© 2003 LinuxFocus
Click here to get to the
LinuxFocus contact persons list