New to UNIX - what script to dig into to


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting New to UNIX - what script to dig into to
# 1  
Old 04-06-2002
Question New to UNIX - what script to dig into to

First I would like to thank you for your time in running a great Forum!

Background - Windows/ASP/VB COM/SQL Server programmer/Webmaster.

Desire - To build similar skillset on UNIX. I am looking at learning Perl or Python (maybe Jython due to connection to Java). I have a brief background programming Java/JSP on RedHat Linux, but no longer have access to SysAdmin co-workers. Any suggestions and tech reasons (not "I like Perl, so anything else is weak" answers)?

Obviously you guys like PHP, what other "script" Web Development do you suggest?

Looking for good tech answers to why a newbie should focus on one technology or another.

Thank you in advance!
# 2  
Old 04-08-2002
PHP is easy to learn and can be very powerful. Perl is great but can be a little cryptic. Pick up a good book such as O'Reilly's Learning Perl or Programming Perl. Best way to learn Linux is to get a cheap box (anything greater than a P-100 would work), install RedHat and dive-in.
# 3  
Old 04-08-2002
programming languages

Here is a link to a FAQ that I created as a post.

https://www.unix.com/showthread.php?s...ll+programming


Read my post half way down.

AWK is a great and fairly easy. SED is fairly easy as well. There is a SED/AWK book by O'Reilly that I didn't have on the post.

Also, basic shell scripting is good as well. Get a Korn shell programming book.




Smilie
# 4  
Old 04-08-2002
Here is some good sites to start diving on to PHP:

http://www.tpu.org/tea/Article./cg-20/id-40/sc-1

http://www.phphelp.com/tutorial/

http://webdeveloper.earthweb.com/scr...900521,00.html

As PxT says, PHP is easier and much more powerfull. Check the above links for some ideas.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl dig script

Experts - I was hoping someone could help me out with the logic on this perl script. I'm trying to run some dig commands and parse in such a way as to group them together. Here's what I have so far. #!/usr/bin/perl system(clear); my @host = qw/yahoo.com google.com /; foreach... (2 Replies)
Discussion started by: timj123
2 Replies

2. Shell Programming and Scripting

Dig match

Hi, I am testing some code to match a grep to see if one of the dns server exists but it does not seem to match: ERROR: ======= CRITICAL: google.com DNS : ns3.google.com NOT found CODE: ===== if ; then echo "OK: google.com DNS : ns3.google.com exists" else echo... (5 Replies)
Discussion started by: dmccabe
5 Replies

3. What is on Your Mind?

DNS Lookup Tool Using DIG

Hi. Having a bit of quick fun putting some networking tools online. Here is a DNS Lookup tool. It's basically the DIG command line tool wrapped in forum formatting. If you want more features, please post here. I'm doing to make a few more network tools like this and move on to other... (1 Reply)
Discussion started by: Neo
1 Replies

4. UNIX for Advanced & Expert Users

DIG uses localhost

Hi, I have these entries in the /etc/esolv.conf: ------------ domain xxxxxx search yyyyyy nameserver 127.0.0.1 nameserver aaaaaaaaaaaaaaaa nameserver bbbbbbbbbbbbbbbb ------------- When I use 'dig' or 'nslookup' command, like 'dig yahoo.com' it uses the localhost as the server. I... (2 Replies)
Discussion started by: chaandana
2 Replies

5. IP Networking

The dig command

Can I use two different DNS servers in the one command in the form of primary and secondary. Take this for example: dig @<primaryAddress> @<secondaryAddress> MX domain.tld So if primary address is down, it will use the secondary address as a backup. It seems to work when testing, but thought... (1 Reply)
Discussion started by: neil_is_ere
1 Replies

6. UNIX for Dummies Questions & Answers

dig query time

Hi Guys, I just need a confirmation if what think i know is right . dig yahoo.com ; <<>> DiG 9.7.0-P1 <<>> yahoo.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27410 ;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0 ... (1 Reply)
Discussion started by: mtomar
1 Replies

7. UNIX for Dummies Questions & Answers

Dig command output?

all, i am newbie to dns bind . Any help is very appreciated. I am using dig command to view the records in the config. I am expecting the following comamnds to display all the A (Address records) in the zone data file. my zone data file looks like this ------------------- $ORIGIN . $TTL... (2 Replies)
Discussion started by: sujathab
2 Replies

8. UNIX for Dummies Questions & Answers

linux dig command

When I use the linux dig command such as #dig yahoo.com it resolves but when I use the same command as root it gives me error "Segmentation Fault" Please advise I am completly baffled. (1 Reply)
Discussion started by: Tirmazi
1 Replies

9. UNIX for Dummies Questions & Answers

BIND and dig errors

Hi all, I'm running BIND 9.1.3 and the accompanying `dig and nslookup' on a vanilla Redhat 7.2 Linux box. I've produced all of my Zone data and config files (I used h2n with some manual tweaks to do this, as some >= v8.2 BIND features aren't properly supported as far as I can see). Im my... (6 Replies)
Discussion started by: sam_pointer
6 Replies

10. UNIX for Dummies Questions & Answers

dig

what is dig? Is it just a advanced type of nslookup? how to use it? //nicke:confused: (1 Reply)
Discussion started by: nicke30
1 Replies
Login or Register to Ask a Question