Search Results

Search: Posts Made By: Recon
15,796
Posted By Recon
Quick VI question
This "SHOULD" be a simple question,
but looking through several books has turned up nothing,
so I turn once again to the experts!!

How do you vi a file so that you can see special characters....
Forum: IP Networking 10-25-2001
5,020
Posted By Recon
The problem is that your ifconfig command puts...
The problem is that your ifconfig command puts the information into memory. This will hold until your either restart the services, or reboot.

To make the changes "stick" you will need to put...
3,589
Posted By Recon
I have discovered the answer. Encyption. Win98...
I have discovered the answer. Encyption. Win98 uses it, Samba does not. However, it can be configured to use encyption.

Neo, Thanks for the advise. I will be picking up the Samba book on my...
9,617
Posted By Recon
try the command showmount -e remotehostname ...
try the command

showmount -e remotehostname

(where remotehostname is ............the Remote Hostname!!)

this will show which directories have been exported by the remote host. If you don't...
23,191
Posted By Recon
rlogin and telnet use different ports to connect...
rlogin and telnet use different ports to connect as well.

You can disable the telnet port, or just disable telnet. Same for rlogin.

However as pointed out previously rlogin is configurable via...
3,589
Posted By Recon
Samba & Win98
At this point I am very frustrated, I have been reading man
pages until my eyes bleed.

I have set Samba up on a Suse. 7.0 Linux box.
I have networked that box to my Win98 box.

I have shared...
3,093
Posted By Recon
try this: w this will show who is on...
try this:

w

this will show who is on the system and also display
load averages, and how long the system has been up.

(works on HP-UX) not sure on sun

RECON
6
cut
7,943
Posted By Recon
I agree, awk would be the way to go: awk...
I agree, awk would be the way to go:

awk '{print $2 }' file1 > file2

this will pull out your column B from file1 and put it into file2
(for other columns, change the $2 to what ever column #...
5,205
Posted By Recon
I just finished HPUX SysNet I training, and am...
I just finished HPUX SysNet I training, and
am taking SysNet II this week.

The place mentioned by Jerzey is in Phoenix.
(44st & 202).

But is can be very expensive for an individual
to...
7,322
Posted By Recon
try this...
To see what kind of file somthing is:

file <filename>

for example:

file /etc/resolv.conf

will return this:

/etc/resolv.conf: ASCII text

for "class" files you might see this

file...
2,288
Posted By Recon
try this...
I assume you are trying to grab the output of the list command.
If so, try using "awk"...

ls -l file |awk '{print $6 $7 }'

this will list only the 2 date columns from the modified date. (the...
5,932
Posted By Recon
I've Got it !!!
I figured it out!!!!

Just for future reference,
when using RP-PPPOE (Roaring Penguin's pppoe package),
choosing server will put the nameservers IP's into
/etc/resolv.conf however, when you...
5,326
Posted By Recon
I would suggest not using Hyperterminal. I...
I would suggest not using Hyperterminal.

I would try downloading an emulator such as eterm, or reflections
and try to connect that way...

I have had more luck with emulators that built in...
5,932
Posted By Recon
dns/pppoe problems
I have checked and double-check resolve.conf...
When I use "adsl-setup"
I choose "server" for server chooses......

This puts the following in resolv.conf, that was previously empty:
...
5,932
Posted By Recon
dns/pppoe Problems
I would appreciate any help anyone could give.
I am having DNS problems...
Here are the facts:
linux: 2.2.16
Distrib: SUSE 7.0
pppd: rp-pppoe
ISP: Verizon Avenue
IP: Dynamic
DNS: 10.5.0.65...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 02:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy