Am I Connected?


 
Thread Tools Search this Thread
Special Forums IP Networking Am I Connected?
# 1  
Old 11-26-2009
Tools Am I Connected?

Be Gentle folks, I am a baby OpenSuSe 11.2 user :-)

In windows Vista, there is a world in the systray when you are Internet connected and not just local.
I have searched all over for a .RPM for the Network Manager or another packeg in Suse that can show me the same thing or something close.

I am having flaky ISP, it dies at 10:30pm and comes back up at 7:am every day.. I need something to track connection, speed, time connected and speed of connection.

Any Frontend software ware i can get would be wonderful..
Thanks folks.
Don
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Connected to IANA anyway, why?

May someone can answer this. Anytime I ignite my laptop to go online I see via etherape that I am connected to IANA as shown below. Is my provider redirecting me there, the cable under the sea, what is the reason for this? This happened with a pretty normal desktop PC, as well with my ancient... (2 Replies)
Discussion started by: 1in10
2 Replies

2. UNIX for Dummies Questions & Answers

Non Internet connected distribution

Hi all I've been a Debian user since solidly since about 1997 so I'm fairly experienced Linux user as a whole but unfortunately the monoculture has hit be hard recently. I'm working off a Laptop a lot of the time which spends up to 2-4 weeks without an Internet connection. A few weeks ago it... (1 Reply)
Discussion started by: pointyhat
1 Replies

3. Shell Programming and Scripting

Mysql is not connected in php

Hi, The php is not able to connect into my mysql database. But i can able to connect by manually. I think that I have missed some points. Please guild for the same. Thanks, Mani (1 Reply)
Discussion started by: Mani_apr08
1 Replies

4. AIX

How do I know to which storage I am connected

Hello everyone. We have a environment where we have DS8K storage and ES800 storage, the way to check to which storage the box is connected is using the LUN ID I get frm " pcmpath query device " command. for ex: 75CXX - DS8K storage 26860 - ES 800 Storage I was told to check... (4 Replies)
Discussion started by: nivaspIND
4 Replies

5. UNIX for Advanced & Expert Users

linux connected to as400

we have a as400 5rev4 and want to use a rhel server to use as a file server. We exported a drive on the rhel box and then mounted it on the as400. We can see the top directory in our mounted as400 directory but when we attempt access subdirectories we get a no matching object error. When we open... (2 Replies)
Discussion started by: javagair
2 Replies

6. IP Networking

check whether connected to network

hi... can anyone pls suggest a few methods to check whether a computer is connected to any network, using the terminal, not GUI. thanks eskay (1 Reply)
Discussion started by: eskay_karthik
1 Replies

7. AIX

p550 connected to a HMC

Morning, I've installed a new p550 into a rack and connected it up to the HMC but the HMC cannot find it, I don't understand why it's not? Has anyone else had this problem before? Thanks Kees (4 Replies)
Discussion started by: KeesH
4 Replies

8. Programming

Connected or not connected !

Hello ! I've got a question . I really don't het this point. Let's supose that I have a client connected to a server. I want the server IMEDIATLY know if the client is diconnected . How can I realize this ? :mad: Amd I'm just curios about one thing. I have a server and multiple clients... (3 Replies)
Discussion started by: !_30
3 Replies

9. SCO

SCO connected Monitors

Hi all, we have 5 monitors connected to a SCO server using it's IP address(192.168.1.1), the server got busted, we have another similar server to connect the monitors to , how can i change the IP address of the new server to be (192.168.1.1), and connect the monitors to it. thanks, Marcel (1 Reply)
Discussion started by: marcelious
1 Replies

10. AIX

How can I get Information about who is connected???

Hello, I'm new here and I come from Germany. At our AIX-ORACLE-System someone has deleted one important file and we'd like to find out who did this, next time. Is there any command to find out who is connected? I'm not trying to find out if it's root, etc., I'd like to get the DNS-Name or... (3 Replies)
Discussion started by: Huch
3 Replies
Login or Register to Ask a Question
pnmtov(1Vi)															       pnmtov(1Vi)

NAME
pnmtov - convert portable anymap (PNM) image to Vista data file SYNOPSIS
pnmtov [-option ...] [infile] [outfile] DESCRIPTION
pnmtov converts an image from a portable anymap (PNM) file to a Vista data file. The following types of portable anymap may be converted: o Portable bitmap (PBM) and its ``rawbits'' variant. A PBM image is converted to a single-band Vista image with bit pixels. Pixel values 0 and 1 are swapped since, for PBM images, 0 denotes white and 1 denotes black. o Portable graymap (PGM) and its ``rawbits'' variant. A PGM image is converted to a single-band Vista image with ubyte pixels. The full range of PGM pixel values is mapped to [0,255] in the returned image. o Portable pixmap (PPM) and its ``rawbits'' variant. A PPM image is converted to an RGB color image (nbands: 3, ncolors: 3, color_interp: rgb) with ubyte pixels. The full range of PPM pixel values is mapped to [0,255] in the returned image. A wide range of filters are available for converting other image formats to PNM. COMMAND LINE OPTIONS
pnmtov accepts the following options: -help Prints a message describing options. -in infile Specifies the input file, which is a PBM, PGM, or PPM file. -out outfile Specifies the output file, which will be a Vista data file. -name name Specifies the name to be given the converted image. Default: ``image''. Input and output files can be specified on the command line or allowed to default to the standard input and output streams. SEE ALSO
VImage(3Vi), Vfile(5Vi), Vista(7Vi), pnm(5), pbm(5), pgm(5), ppm(5) AUTHOR
Daniel Ko <ko@cs.ubc.ca> Vista Version 1.12 3 March 1994 pnmtov(1Vi)