Sponsored Content
Full Discussion: remote connection
Top Forums UNIX for Advanced & Expert Users remote connection Post 29231 by WIntellect on Wednesday 2nd of October 2002 06:59:53 AM
Old 10-02-2002
I use VNC on my WindowsME box on my LAN, then I simply access it with Netscape; something to the effect of:

http://WinME.domain.com:5800/

And the display I get is the Windows display!

I've done the same in FreeBSD!

I started it on one box, then from the other box did something very similar to the line above and accessed the FreeBSD box from my FreeBSD server using Netscape!!!

Smilie VERY COOL Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I need remote connection help

I am very new to all of this. I tcsh into a Unix box at work. I receive "hints" from a guy here at work that is helping me without doing everything for me. I need to use rx display to x connect to a remote host. I then need to tell the machine (unsure if he meant mine or the box I connected... (2 Replies)
Discussion started by: noobie_doo
2 Replies

2. Shell Programming and Scripting

Remote Connection (SSH)

Hello all, I connect usually to one enviornment "dev" daily and then ftp some files to some other enviorment "uat" and then login to "uat" and run some scripts to process these files. I was thinking to automate the process, where running one script from "dev" will complete all task required... (11 Replies)
Discussion started by: RishiPahuja
11 Replies

3. Shell Programming and Scripting

Remote SSH Connection Using Script

Hi, I am new to Shell Scripting. Can anybody help me in writing a Script Which Could Login from a Unix box to a Remote Unix box which accepts the user credentials automatically and display the result for checking the Disk Space Utilisation (Without running any SSH agent). (1 Reply)
Discussion started by: ajith_tg
1 Replies

4. Ubuntu

graphical remote connection to linux

is there any way to connect to linux server from windows machine in graphical mode like remote desktop in windows. Thanx (5 Replies)
Discussion started by: mm00123
5 Replies

5. SCO

Remote connection trought Telnet

Well... finally I took and old SCO Server and it works fine to keep working my ERP, but now I have a "LITTLE" trouble... with the other server we've made a connection trought TinyTerm with a DYNDNS Domain, in my firewall I noticed that there's a RULE establishing that the IP 192.168.0.1 (Server IP... (4 Replies)
Discussion started by: LIA_RAG
4 Replies

6. Linux

GUI remote connection

Hello, I need a tool for remote GUI connection to Linux machine ,something like remote Desktop in windows?????any help Thanks in advance (4 Replies)
Discussion started by: mm00123
4 Replies

7. UNIX for Dummies Questions & Answers

ssh_exchange_identification: Connection closed by remote host Connection closed

Hi Everyone, Good day. Scenario: 2 unix servers -- A (SunOS) and B (AIX) I have an ftp script to sftp 30 files from A to B which happen almost instantaneously i.e 30 sftp's happen at the same time. Some of these sftp's fail with the following error: ssh_exchange_identification: Connection... (1 Reply)
Discussion started by: jeevan_fimare
1 Replies

8. Shell Programming and Scripting

Retrying a remote connection after failure

Hi all, I am new to this forum and want an urgent help from you experts. I am currently using SunOs 5.10. I have a .cfi file which contains some commands to be executed in a node(MSC node in telecom) To connect to a node (for eg node name is MSC1) we have a shell script that has the... (5 Replies)
Discussion started by: interceptor16
5 Replies

9. Shell Programming and Scripting

Remote connection

How can we connect to remote computers with a bash script.? (1 Reply)
Discussion started by: diw10
1 Replies

10. Shell Programming and Scripting

Restrict remote DB connection from PERL

I have PERL code to connect to Oracle database using DBI. e.g. $PERL -e "use DBI; DBI->connect(qw(DBI:Oracle:db111 testu testpass));" by using DBI , if remote DB added to tnsnames.ora , I can connect using DBI . is there a way to restrict not to connect to remote DB using DBI ? ... (1 Reply)
Discussion started by: talashil
1 Replies
EKG2-REMOTE(1)						      General Commands Manual						    EKG2-REMOTE(1)

NAME
ekg2-remote - remote User Interface for EKG2 SYNOPSIS
ekg2-remote [OPTIONS] REMOTE-ENDPOINT DESCRIPTION
ekg2-remote is a program which provides a remote user interface to an EKG2 instance that uses the "remote" plugin. It connects to EKG2 via a socket, and lets you use the program as if it was running locally. The motivation behind this program was to be able to use EKG2 on a low performance machine with limited memory and CPU resources. OPTIONS
-c, --charset=CHARSET forces the charset name to use, -p, --password=PASSWORD sets the password, -T, --test=FRONTEND runs in test mode (for debugging), using FRONTEND user interface (default is ncurses), -F, --frontend=FRONTEND uses FRONTEND user interface (default is ncurses), -m, --no-mouse does not load mouse support, -U, --unicode forces unicode support, -h, --help displays a help message, -v, --version displays program version and exits ENDPOINT specifies the EKG2 instance to connect to. The following are accepted: tcp:address:port cleartext TCP/IP connection to given address and port tcps:address:port SSL-encrypted TCP/IP connection to given address and port udp:address:port UDP/IP connection to given address and port unix:socket-path local (UNIX) connection to given socket-path pipe:fifo-path local (pipe) connection to given fifo-path. Currently unsupported. SEE ALSO
ekg2(1). The full documentation for ekg2 is maintained as a Docbook manual. See http://ekg2.org/ekg2book/ for an online version. User Commands 2008-03-05 EKG2-REMOTE(1)
All times are GMT -4. The time now is 11:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy