what scripting language to use


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers what scripting language to use
# 1  
Old 07-05-2005
what scripting language to use

Hi,
I want to send system info like disk utilization, memory and things like that to be displayed on a web page.

gathering the system info is simple. What do I use to transfer the data to the web server? Once the data is there, its not my problem anymore Smilie

Thanks for any leads
# 2  
Old 07-05-2005
Use /usr/bin/perl
# 3  
Old 07-05-2005
I strongly advise you use PHP. It's much easier to work with if you use SAPI on your web server.

I can help you with this if you need (I made a similar script myself...).
# 4  
Old 07-05-2005
As you might have guessed, the answer to this question depends on what you need accomplished.

Perl is ubiquitous these days - plus it runs on a variety of platforms
Korn Shell is powerful
Python is good for prototyping and generating complicated install scripts for both windows and unix/linux
Awk/Sed pattern matching and text processing

There are plenty others...as I said, there is not right answer to this question
# 5  
Old 07-05-2005
thanks. There are always more than one way to get this done. Thanks for the answers.
# 6  
Old 07-05-2005
Quote:
Originally Posted by d11wtq
I strongly advise you use PHP. It's much easier to work with if you use SAPI on your web server.

I can help you with this if you need (I made a similar script myself...).
I would not mind taking a look at your script if you are willing to share. I will discuss it with the web server admin. Many Thanks for the offer.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Best scripting language for Aix/unix

Hi everyone , Can anyone tell me which is the Best scripting language for Aix/unix and why. Thanks N K Chand (1 Reply)
Discussion started by: nkchand
1 Replies

2. Shell Programming and Scripting

Scripting Language for Parsing XML

Hello, I want to know which shell scripting language (like AWk, Perl or any other) is the best for parsing and editing 1) space or Comma Separated Datsets 2) XML type Datasets. (1 Reply)
Discussion started by: ajayram
1 Replies

3. Shell Programming and Scripting

Scripting using shell language

hi i am student and i learn computer sciences i need to write a script that can will be execute automatically when a user logs on a computer, and will be automatically disconnect after a duration that i will determine can somebody help me thank (1 Reply)
Discussion started by: Thucydide
1 Replies

4. Ubuntu

Any way we can create an SMTP server and use any scripting language to read emails from that server

Is there any way to create an SMTP mail server will all granular permissions to it so that I can read emails which that server receives through any scripting language and also reply from the same server automatically? (3 Replies)
Discussion started by: sandeepcm
3 Replies

5. What is on Your Mind?

Better scripting language (closed)

:confused:perl,python,ruby..which one is the best language...? all are welcomed to comment but i would request to the SYSTEM ADMINISTRATORS who have yaers of programming,scripting experience to comment...site admins plz i am looking forward to see your comments also ...:):) (3 Replies)
Discussion started by: shekhar_4_u
3 Replies

6. Shell Programming and Scripting

Alternative Scripting Language for UNIX/Linux System Administration

I do not know UNIX shell scripting so as an alternative which language would you think is better for daily System Administration tasks. Perl or PHP? I know a little about both. (5 Replies)
Discussion started by: blackopus
5 Replies

7. Shell Programming and Scripting

Scripting language for system admin

Am trying to learn a scripting language to automate mundane system admin tasks. Being a Novice, Just trying to understand, which language would be easier to learn and one for all types. i.e Perl or Shell scripting. Which of these would be good for a system admin, Database admin ?? pls. post... (2 Replies)
Discussion started by: Crazy_murli
2 Replies
Login or Register to Ask a Question