Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old August 6th, 2008, 11:32 AM
lifeisgreat20009's Avatar
Member
 
Join Date: Oct 2007
Posts: 52
Default Regarding a project in Linux.....

We are supposed to make a minor project in Linux...
Please suggest what can I make using Linux......
We have just started learning Linux and I have no idea what kind of apps, programs or scripts can be made in it.....

Also plzzz tell me what is the relation between Linux and perl as in our syllabus of Linux , we have to study PERL also...
So I was just wondering in what way are they related ???

Thanks.....
Reply
  #2  
Old August 6th, 2008, 01:46 PM
Familiar Sight
 
Join Date: Apr 2007
Posts: 158
Default

You can make lots of things in linux - people commonly use it for web/file/email server. Where I work we use it for a pbx as well. There are all sorts of interpreters and compilers available for linux so you can write your own program to do whatever you want.

As for perl, its a scripting language that can run on linux - I don't know how many details you want to know about perl but there is a lot of documentation for it if you google for it.
Reply
  #3  
Old August 6th, 2008, 03:39 PM
lifeisgreat20009's Avatar
Member
 
Join Date: Oct 2007
Posts: 52
Default

Quote:
Originally Posted by mac11
You can make lots of things in linux - people commonly use it for web/file/email server. Where I work we use it for a pbx as well. There are all sorts of interpreters and compilers available for linux so you can write your own program to do whatever you want.

As for perl, its a scripting language that can run on linux - I don't know how many details you want to know about perl but there is a lot of documentation for it if you google for it.
Please give me a specific example on what exactly I can make as a beginner...
I have just learned how to use some of the basic commands at the command prompt in Linux such as grep, ls, rm, ps, etc.......

I have also heard of shell scripts....On what subject can I make a Linux shell script which is not too basic and not too advanced for me....
This minor project of mine is for 100 marks and I have to make my project accordingly.......
Plzz reply..........
Thanks...
Reply
  #4  
Old August 7th, 2008, 04:56 PM
Member
 
Join Date: Feb 2008
Posts: 62
Default

A good beginning one would be to make a shell script which creates an html file which would display system information. The basic commands that I can think of off the top of my head which would be useful in this are:
df (The -h tag is not necessary but may be nice)
uname
ifconfig

I am sure there are lots of others I am forgetting. If you want to see the tags for the commands and possible get some examples try looking at the man pages for the commands (accomplished with the Man command where command is the command such as df).

Edward
Reply
  #5  
Old August 9th, 2008, 05:25 AM
Newbie
 
Join Date: Apr 2007
Posts: 16
Default

Quote:
Originally Posted by lifeisgreat20009
<snip>
I have also heard of shell scripts....On what subject can I make a Linux shell script which is not too basic and not too advanced for me....
This minor project of mine is for 100 marks and I have to make my project accordingly.......
Plzz reply..........
Thanks...
Shell scripts are like batch files on Windows, but more powerful. Anything that can be done from the command line (including the examples you listed: grep-ing something, ls, ps) can be automated in a shell script. They can include loops to go through code multiple times/until a condition is met, branching statements (IFs, CASEs, and so on), and again, anything that can be executed from the command line.
Reply
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles