Sponsored Content
Full Discussion: Configuring telnet
Operating Systems Linux Red Hat Configuring telnet Post 302489654 by joshilalit2004 on Friday 21st of January 2011 08:00:18 AM
Old 01-21-2011
Configuring telnet

All.

I have installed red hat linux on my machine very recent on my desktop.
Now I want to access Linux from my laptop.
I have wireless connectivity at my home and I can share my folders between my laptop and desktop on windows environment.

Can anyone help me to understand what setting I can do for this...

---------- Post updated at 07:43 AM ---------- Previous update was at 06:02 AM ----------

Waiting for any reply... Smilie

---------- Post updated at 09:00 AM ---------- Previous update was at 07:43 AM ----------

just more info that while doing ifconfig on my desktop(linux env) my inet addr shows as 127.0.0.1....
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

configuring the system

Hi, I am trying to restore a tape from one system to another. I want to restore the whole system. The thing is that the first system has 2 disks and the second has 1 disk but the capacity is the same.See below: first system: 2 disks ---> 9Gb and 7Gb second system: 1 disk --->... (3 Replies)
Discussion started by: guest100
3 Replies

2. UNIX for Advanced & Expert Users

Configuring.....

Hi Folks, I would like to learn the basics of unix administration like configuring telnet, ftp, smtp,etc.. Could u suggest me a good site for learning it??? or the methodology that has to be followed for learning it??? TIA, Nisha :) (2 Replies)
Discussion started by: Nisha
2 Replies

3. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

4. UNIX for Dummies Questions & Answers

help configuring Ajaxterm

Hello there, I installed Ajaxterm on my Ubuntu 9.04 machine, and it's running ok if I use :http://localhost:8022/ in my broswer. This is the problem , it can only be accessed localy. If I want to access it through internet from another computer, it fails. I've read the tutorials on how to... (1 Reply)
Discussion started by: wosis
1 Replies

5. Solaris

Samba help Configuring.

I am trying to find some documentation to help me configure SAMBA on a Solaris 10 OS for File Sharing. I guess I need more help on the smb.conf file. I was able to test a small smb.conf file and testparm script works. So, I know I have installed it properly. Now looking for more guidance of the... (2 Replies)
Discussion started by: 4X4R8D
2 Replies

6. IP Networking

Configuring 2 ISPs.

In a college's internet laboratory: 1. Network has 2 different ISP net-connections. 2. I want the both net-connections to be available to all clients. 3. My Linux-server has 3 LAN cards: eth0 : connected to ISP1 eth1 : connected to ISP2 eth2 : I want to to... (2 Replies)
Discussion started by: nixhead
2 Replies

7. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

8. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

9. UNIX for Dummies Questions & Answers

Configuring DNS

Hi guys, I had Cpanel VPS hosting and switched to non managed VPS hosting. My nameservers are configured as follows ns1.mobz.ca 69.175.76.110 ns2.mobz.ca 69.175.76.111 Before switching my domain worked perfectly. Like webprofessionalsconnect.com with those settings worked. With new... (4 Replies)
Discussion started by: vahankh
4 Replies

10. UNIX for Dummies Questions & Answers

Configuring vi / vim ?

Just got a new server running Oracle Linux 6 (a derivitive of RHEL, but I'm not sure the version correlation). This is my first hands on with this verision, having worked in the past with OL 5 (as well as some older Solaris, HPUX and AIX). Connected with putty. When I'm editing a file in... (10 Replies)
Discussion started by: edstevens
10 Replies
set_color(1)							       fish							      set_color(1)

NAME
set_color - set_color - set the terminal color set_color - set the terminal color Synopsis set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR] Description Change the foreground and/or background color of the terminal. COLOR is one of black, red, green, brown, yellow, blue, magenta, purple, cyan, white and normal. o -b, --background Set the background color o -c, --print-colors Prints a list of all valid color names o -h, --help Display help message and exit o -o, --bold Set bold or extra bright mode o -u, --underline Set underlined mode o -v, --version Display version and exit Calling set_color normal will set the terminal color to whatever is the default color of the terminal. Some terminals use the --bold escape sequence to switch to a brighter color set. On such terminals, set_color white will result in a grey font color, while set_color --bold white will result in a white font color. Not all terminal emulators support all these features. This is not a bug in set_color but a missing feature in the terminal emulator. set_color uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and may lack color information for terminals that support it. Download and install the latest version of ncurses and recompile fish against it in order to fix this issue. Version 1.23.1 Sun Jan 8 2012 set_color(1)
All times are GMT -4. The time now is 06:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy