Search Results

Search: Posts Made By: TARFU
Forum: IP Networking 03-02-2006
2,701
Posted By TARFU
Thanks a lot to all to help me in this matter. ...
Thanks a lot to all to help me in this matter.

I found some interesting guide here

http://www.ipprimer.com/overview.cfm

Again, thanks a lot for help-----
Forum: IP Networking 03-01-2006
2,701
Posted By TARFU
Need to learn more about router configurations
Hi all....

I’ll have a test for the IT department in the company I work, the test is about UNIX administration and TCP/IP routing configuration, in the UNIX admin server I don’t have any problem,...
3,455
Posted By TARFU
10x mercy :rolleyes:
10x mercy :rolleyes:
3,455
Posted By TARFU
Programming in ksh and not in bash
Hi all....

I was wondering if there is a lot of differences between /bash and ksh programming.

Im learning about bash programming, but all what I had read in this forum, points me to learn more...
7,222
Posted By TARFU
I found some hints, but I will find it out on my...
I found some hints, but I will find it out on my own.

http://www.rickadams.org/adventure/d_hints/index.html
7,222
Posted By TARFU
Excellent, le me kill the dwarf. i know this...
Excellent, le me kill the dwarf.

i know this game is kinda stupid, but it is making me crazy, a really PITA.

10x
7,222
Posted By TARFU
UNIX 'adventure'/game.
Hi there..

I know this is a kind low question, but do anyone know where I can find some hints and or clues for the "adventure" game on UNIX ?

( /usr/games/adventure ).

I already searched on...
12,106
Posted By TARFU
Excellent, this one works. Thanks a lot...
Excellent, this one works.


Thanks a lot everyone....
12,106
Posted By TARFU
it doesnt work at well. This is the code: ...
it doesnt work at well.

This is the code:

#!/bin/bash
clear
echo -n "Give me name: "
read let
if [ `echo $let|wc -c` -lt 5 ]; then
echo "There are not 5 letters"
else
echo...
12,106
Posted By TARFU
If condition is -lt than 5 letters trouble.
Hi,

In an If condition, how can I specify if the variable are less than 5 letters, echo “error”.

Something like this one:

echo –n “Your name please: “
read name
if [ $name –lt 5 #it must...
Forum: IP Networking 02-06-2006
6,459
Posted By TARFU
RouterSim tutorial.
Hi everyone...
Well, this is a kina of help tutorial question. I'm using actually the “RouterSim Network Visualizer” an environment where you can practice and create your own LAN, I will be honest,...
2,050
Posted By TARFU
Thanks Perderabo let me read it.
Thanks Perderabo

let me read it.
2,050
Posted By TARFU
Simple question.
Is it possible to establish an IF statement inside a case statement in a shell file ?

thx
4,201
Posted By TARFU
U R AWSOME mahendramahendr :D Thanks.
U R AWSOME mahendramahendr

:D

Thanks.
4,201
Posted By TARFU
OK, thanks a lot. I will check forum first,...
OK, thanks a lot.

I will check forum first, but the problem was that I dindīt knwe about using grep -c in a IF statement (how can I search something that I donīt know).

I will first read posts...
4,201
Posted By TARFU
Excellent. ok, the dominio to domain will be...
Excellent.

ok, the dominio to domain will be changed.

I will read the "man" for grep (-c), could you give me a little push on how do I need to write the statement IF with GREP ?

If you...
4,201
Posted By TARFU
The output would be something like this. It...
The output would be something like this.

It is an ordinary DIG query.

dig @(server) (domain name) (query type)

E.G.

; <<>> DiG 8.3 <<>> @ns1.sitelutions.com unix.com
; (1 server found)...
4,201
Posted By TARFU
Shell script help.
Hello.

The idea is to query a DNS to check de NS record, if the domain name exist in table, print "Is authoritative" else " Not authoritative"

I donīt know if to use "awk" and "grep" creating a...
Showing results 1 to 18 of 18

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