473,383 Members | 1,885 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Regarding a project in Linux.....

lifeisgreat20009
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.....
Aug 6 '08 #1
4 1838
mac11
256 100+
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.
Aug 6 '08 #2
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...
Aug 6 '08 #3
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
Aug 7 '08 #4
kidko
17
<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.
Aug 9 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: threeseas | last post by:
Because the project is done in python and in support of FOSS http://msdn.microsoft.com/architecture/overview/softwarefactories/default.aspx?pull=/library/en-us/dnmaj/html/aj3softfac.asp ...
4
by: Azhar Bilgrami | last post by:
Dear Hi: Hope to see u in good health. " I want to migrate a database which is currently running Unix as Operating System and Oracle ver 6 as Database, it is also using oracle froms version 3...
2
by: To Forum | last post by:
Hi everyone, Until now, I write my code with STL, BOOST... therefore my code should be run everywhere! The only problem is that I use project file of MS VC7 (so, I am not really a newbie but for...
8
by: Mike | last post by:
Hello, I have a few rather urgent questions that I hope someone can help with (I need to figure this out prior to a meeting tomorrow.) First, a bit of background: The company I work for is...
6
by: invincible | last post by:
Hi I have program void main() { #ifdef env_var printf(" I am in Linux"); #endif }
9
by: fidlee | last post by:
I dont know if this is the right place to ask this question. i got this book "The C Odyssey. Unix - The Open, Boundless C" It is a 1992 edition book The book speaks of all the unix specific...
0
by: JYOTIRANJAN | last post by:
Hi All, My Application is developed using C on linux. It is a multithreaded application and 10 threads are waiting for message in pool.Each thread receives message continusly in a while loop from...
1
by: ju21 | last post by:
Hi friends, The following snippet works fine with C++ compilation whereas it fails when I compile in linux. The function toWString returns a WString. template<class T> const wstring toWString(T...
6
by: egaskill | last post by:
So I'm trying to figure out something...we need our company's internal PHP based intranet site redone as it runs horribly. We recently hired a company to come in and take a look at the code and...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.