Search Results

Search: Posts Made By: jimmyc
Forum: IP Networking 09-24-2008
17,302
Posted By jimmyc
valid_lft forever preferred_lft forever <-- what does this mean?
Just looking at my ethernet interface.. I see this response... what does this mean...?

ipconfig...
lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd...
3,715
Posted By jimmyc
sed search/replace and display
Hi All: I'm using sed to replace one line in a configuration file. After replacing that line I would like to display to screen that line plus 10 lines above and below the line that was changed......
Forum: IP Networking 04-02-2008
11,067
Posted By jimmyc
snoop command on Sun box
Hi Gang:
Need some help with a snoop command. Sun box (solaris 8) has 4 nic cards,
I need to snoop one address and output that to a file so wireshark can read it. Can anyone help me out..?
...
4,291
Posted By jimmyc
Sweet.... Works like a champ !! This was done...
Sweet.... Works like a champ !!
This was done from inside a script to I had to replace the ' with a "

sed "/$delnode/{;N;N;N;N;N;N;N;N;N;N;N;N;N;N;N;N;N;N;d;}" myfile
4,291
Posted By jimmyc
editing a file via a shell script ??
Morning All: I know this might be easy but since I don't do this very often I get stumped real quick... Sun box Solaris 8 ksh...

I need to edit a file via a shell script. In this file I need...
4,698
Posted By jimmyc
Man... this was subtle... Here's the answer... ...
Man... this was subtle... Here's the answer... has to redirect to a tmpfile and then cat to the file I'm using.... Thanks for the help era you got me pointed in the right direction..

#...
4,698
Posted By jimmyc
Hmmm... Here is the outcome.. Doesn't seem to...
Hmmm... Here is the outcome.. Doesn't seem to like the "i".

Enter the new node name
JJJJJJJ
Enter IP address of new node
100.10.0
sed: illegal option -- i

New code:
# New Node info...
4,698
Posted By jimmyc
sed changes go to standard out....?
Hi gang: Need some help with "sed". The script below is working except for the sed command. It does replace the words I'm searching for but the change goes to standard out (screen) so the file is...
5,695
Posted By jimmyc
UNIX command for ethernet cards?
Hi Gang.. Anybody know the unix (SUN) command to determine how many network cards are installed in a system??

Thx
7,064
Posted By jimmyc
making a archive script
Hi All: I'm not much of a script writer so I could use your input. Here's the objective...
Need a script that will archive (tar) files based on date and then move them into an archive directory. ...
Forum: What is on Your Mind? 09-07-2007
32
12,482
Posted By jimmyc
The chicken came first
Eggs from Chickens require and Incubation period of about 21 day. During this period the "egg" MUST be kept at a constant temperature of 1OO degrees F. This can vary but only a little depending on...
1,908
Posted By jimmyc
Here is a script that I use sometimes. You can...
Here is a script that I use sometimes. You can comment/remove some of the options such as the log or debug...

cat goftp2

#!/bin/sh
#set -v
echo NOTE: check ftplog for connection info...
144,604
Posted By jimmyc
Dang.... I knew I was close... Thx Jim
Dang.... I knew I was close...

Thx Jim
144,604
Posted By jimmyc
ls command for listing the number of files
I've searched the man page for an option for the ls command to print the number of files in a directory. I'm moving files and folders around and thought a count of files would be a quick way to...
23,188
Posted By jimmyc
Worked...!!
Ha... both of those worked... Although the later displayed a odd line.
OK.. explain the 2>&1 Is 2 sdtout and &1 the value from the input??

Thanks Carl and Funksen... (I hate little crap like...
23,188
Posted By jimmyc
System = SUNW,Ultra-5_10 Keytool comes with...
System = SUNW,Ultra-5_10

Keytool comes with java and is used to create and manage x509 keys, mainly used with SSLFTP connections.
I bet the problem is "keytool". It's not a unix command but a...
23,188
Posted By jimmyc
It does create a file but no help text... more...
It does create a file but no help text...
more keytool_help
[-providerClass <provider_class_name> [-providerArg <arg>]] ...
23,188
Posted By jimmyc
That will work too... It's the keytool >> that...
That will work too... It's the keytool >> that is the problem. I can't get the help text to show up in a file.
23,188
Posted By jimmyc
Redirect output to a file
Ahhhrrrggg I'm having a brain fart...

I want to take the output of a command and redirect it to a file...
This works....
$ man cp | cat >> copy_help

but this doesn't

keytool -help |cat...
5,416
Posted By jimmyc
For what it's worth there is a free on line...
For what it's worth there is a free on line classs at HP that is covering Linux. RedHat, http://h30187.www3.hp.com/ Sign up and take it.. Can't hurt. Pretty basic stuff but if your learning it's a...
5,375
Posted By jimmyc
Perderabo you are correct. I guess I should have...
Perderabo you are correct. I guess I should have been more explicit about “FTP Server'. Is he talking to a native FTP Server as opposed to some application that acts as an ftp server? Such as...
5,375
Posted By jimmyc
We're going to have to get some more info. 1)...
We're going to have to get some more info.
1) What type of system are you sending from?
2) Can you turn on some type of trace or debug, or log file?
3) Is there any more detail to the error?...
5,375
Posted By jimmyc
I think Tomd is on the right track. I just did a...
I think Tomd is on the right track. I just did a test and moved 1000 files using mput with Sun's native ftp client. You might look at your ftp client or see if there is some freeware client that...
3,372
Posted By jimmyc
Wow... I'm not sure where to start here... ...
Wow... I'm not sure where to start here...
Yes unix is multi tasking. User's can log into one box and using a variety of tool/apps work or store their information on another box. The name on the...
2,586
Posted By jimmyc
FYI: MS Windows DST patches.
FYI: MS Windows DST patches.

Here a link to MS's plan for the new DST time change. Note only Vista, XP and Server 2003 will be supported.
For more info click here...
Showing results 1 to 25 of 42

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