Networking Forums

Networking Forums > Computer Networking > Linux Networking > correct terms to use when searching?

Reply
Thread Tools Display Modes

correct terms to use when searching?

 
 
shoemakerted@yahoo.com
Guest
Posts: n/a

 
      08-11-2005, 01:59 AM

Hello,

I want to connect my computers to each other. In order to do so, I
will need to learn how. I AM WILLING TO DO MY OWN RESEARCH -- I'm not
asking for any quick and lazy solutions. But I need to know what terms
to look under.

Would someone please tell me the correct terms for the following tasks?

1. reading and writing to a file on the other machine (file sharing?)
2. two computers both connect to internet at the same time, using one
computer's modem
3. remote power up / shutdown
4. view each other's screens
5. one computer runs Win98SE; the other runs both Win98SE and SuSE
Linux; and I want the machines to talk to each other, regardless of OS.
6. instant messaging to the user on the other machine

Thank you very much!

Ted Shoemaker

I'm not talking to myself. I'm a homeschooler having a parent-teaacher
conference.

 
Reply With Quote
 
 
 
 
Carl Fink
Guest
Posts: n/a

 
      08-11-2005, 02:29 AM
On 2005-08-11, (E-Mail Removed) <(E-Mail Removed)> wrote:
>
> Hello,
>
> I want to connect my computers to each other. In order to do so, I
> will need to learn how. I AM WILLING TO DO MY OWN RESEARCH -- I'm not
> asking for any quick and lazy solutions. But I need to know what terms
> to look under.
>
> Would someone please tell me the correct terms for the following tasks?
>
> 1. reading and writing to a file on the other machine (file sharing?)


Shared filesystem, would be one term, if I'm understanding you.

> 2. two computers both connect to internet at the same time, using one
> computer's modem


Connection sharing.

> 4. view each other's screens


Remote control software, or screen-sharing.

> 5. one computer runs Win98SE; the other runs both Win98SE and SuSE
> Linux; and I want the machines to talk to each other, regardless of OS.


No one term for the whole set.

> 6. instant messaging to the user on the other machine


No particular term that's better than "instant messaging".
--
Carl Fink (E-Mail Removed)
If you attempt to fix something that isn't broken, it will be.
-Bruce Tognazzini
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      08-11-2005, 05:21 AM
"Carl Fink" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> > Would someone please tell me the correct terms for the following tasks?

....
> > 5. one computer runs Win98SE; the other runs both Win98SE and SuSE
> > Linux; and I want the machines to talk to each other, regardless of OS.

>
> No one term for the whole set.


Sure there is ... it's called "networking."

 
Reply With Quote
 
Joe Pfeiffer
Guest
Posts: n/a

 
      08-11-2005, 05:50 AM
(E-Mail Removed) writes:

> Hello,
>
> I want to connect my computers to each other. In order to do so, I
> will need to learn how. I AM WILLING TO DO MY OWN RESEARCH -- I'm not
> asking for any quick and lazy solutions. But I need to know what terms
> to look under.
>
> Would someone please tell me the correct terms for the following tasks?
>
> 1. reading and writing to a file on the other machine (file
> sharing?)


nfs (network file system)

> 2. two computers both connect to internet at the same time, using one
> computer's modem


routing, firewall, network address translation, iptables (among others)

> 3. remote power up / shutdown


If you've got an acpi-enabled machine, the shutdown command will take
a machine down. Don't know about powerup...

> 4. view each other's screens


You don't ordinarily do that in a Linux/Unix environment. You can
easily use the DISPLAY environment variable to run a program on a
remote machine, with its GUI appearing on your local machine;
monitroring what the other machine is doing is typically done with
traditional tools like ps and top, or monitoring tools like gkrellm

> 5. one computer runs Win98SE; the other runs both Win98SE and SuSE
> Linux; and I want the machines to talk to each other, regardless of
> OS.


"talk to each other" covers a lot of ground. In addition to nfs
(mentioned above), things like file sharing between Linux and Windows
is normally done with samba.

> 6. instant messaging to the user on the other machine


Out of my expertise.
--
Joseph J. Pfeiffer, Jr., Ph.D. Phone -- (505) 646-1605
Department of Computer Science FAX -- (505) 646-1002
New Mexico State University http://www.cs.nmsu.edu/~pfeiffer
skype: jjpfeifferjr
 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      08-11-2005, 09:33 AM

"Joe Pfeiffer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> If you've got an acpi-enabled machine, the shutdown command will take
> a machine down. Don't know about powerup...


Search for "WOL" or "wake on LAN". It's ugly though, I don't recommend
using it unless you don't have a choice.

DS


 
Reply With Quote
 
Steve Wolfe
Guest
Posts: n/a

 
      08-11-2005, 05:28 PM
> 1. reading and writing to a file on the other machine (file sharing?)
> 2. two computers both connect to internet at the same time, using one
> computer's modem
> 3. remote power up / shutdown
> 4. view each other's screens
> 5. one computer runs Win98SE; the other runs both Win98SE and SuSE
> Linux; and I want the machines to talk to each other, regardless of OS.
> 6. instant messaging to the user on the other machine


Try "share windows files with linux" for the first one. Most results on
the first page will be about using Samba. For 2, try "share internet
connection".

steve


 
Reply With Quote
 
Joe Pfeiffer
Guest
Posts: n/a

 
      08-11-2005, 05:57 PM
"ynotssor" <(E-Mail Removed)> writes:

> "Carl Fink" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
> > > Would someone please tell me the correct terms for the following tasks?

> ...
> > > 5. one computer runs Win98SE; the other runs both Win98SE and SuSE
> > > Linux; and I want the machines to talk to each other, regardless of OS.

> >
> > No one term for the whole set.

>
> Sure there is ... it's called "networking."


Yes, but he wanted answers that would help him accomplish some sort of task.
--
Joseph J. Pfeiffer, Jr., Ph.D. Phone -- (505) 646-1605
Department of Computer Science FAX -- (505) 646-1002
New Mexico State University http://www.cs.nmsu.edu/~pfeiffer
skype: jjpfeifferjr
 
Reply With Quote
 
Antoine EMERIT
Guest
Posts: n/a

 
      08-12-2005, 05:37 PM
(E-Mail Removed) écrivait news:1123725549.471920.162020
@g14g2000cwa.googlegroups.com:
> 1. reading and writing to a file on the other machine (file sharing?)


File sharing: samba smb nfs coda afs

> 2. two computers both connect to internet at the same time, using one
> computer's modem


NAT (network address translation) masquerading cis

> 3. remote power up / shutdown


WOL (wake on lan)

> 4. view each other's screens


Remote control: X-Windows VNC RDP/TSE (remote desktop)

> 5. one computer runs Win98SE; the other runs both Win98SE and SuSE
> Linux; and I want the machines to talk to each other, regardless of OS.


?

> 6. instant messaging to the user on the other machine


Inantan messaging: jabber messenger icq aim

> Thank you very much!



Regards


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
searching IPs shank Windows Networking 1 04-30-2009 06:04 PM
Definition of terms Gordon Wireless Internet 22 07-05-2006 02:44 AM
correct terms to search under? shoemakerted@yahoo.com Windows Networking 1 08-11-2005 10:08 PM
Searching for help soccerrocker Wireless Networks 1 12-21-2004 12:25 AM
WEP vs WPA in terms of speed Schizoid Man Wireless Internet 1 11-04-2004 07:46 PM



1 2 3 4 5 6 7 8 9 10 11