Guide me in the right direction to develop application for UNIX/Linux


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Guide me in the right direction to develop application for UNIX/Linux
# 8  
Old 03-12-2013
Both C and C++ are used a lot to write applications for Linux, as you ask, so I think you are set.
# 9  
Old 03-13-2013
will be a useful thread for me also Smilie
# 10  
Old 03-13-2013
Also, if you strace common LINUX tools, you can see all the C calls to the kernel that make it work. This can be very educational. Learn to use strace, starting on something simple like date.
# 11  
Old 03-19-2013
Still i dint get a better picture.. Smilie
# 12  
Old 03-19-2013
A few questions:-

1) What are you interested in, (hobby)?
2) Would your hobby involve the use of computers?
3) If yes, then create an app' applicable to your hobby.
If no......
4) Do you want to create an app' expecting re-imbursement?
5) Alternatively, do you intend to create an app' for GPL or any other licence that allows _free_ usage?
6) Does your potential idea need to be platform independent? <- Seriously difficult!
7) Are there similar packages available?
8) If yes, then you have to be seriously good to compete against the big guns.
9) If no, go for your hobby app'.

An example, if you are a railway modeller then how about a track layout design using existing track pieces from a known source like Triang-Hornby. This requires lots of internet research and maybe purchasing individual track pieces to get all the sizes, shapes, depths of curves, point angles, etc... etc...

My pet love is creating simple measuring gear using the Terminal, Command Promtp, CLI, or whatever it may be named for the platform involved. I ask no payment, and usually give it away as PD...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Management application user rights on the files in a Unix / Linux

good evening .. I have a plea, who I can help me with a management application user rights on the files in a Unix / Linux I need for college .. .. and not told us no clue .. thank you (1 Reply)
Discussion started by: alex90
1 Replies

2. Shell Programming and Scripting

Help to Develop a LINUX macro?

Hi Experts, i would like to get your help to do some development to the below linux commands which i run under .cmd file in windows @echo off call f:\linuxutils\grep.exe "T11" f:\blocked_ranges\dump3.txt|f:\linuxutils\grep.exe ",9647800"|f:\linuxutils\grep.exe... (3 Replies)
Discussion started by: mustafa.abdulsa
3 Replies

3. UNIX for Dummies Questions & Answers

How to check if an application has been installed on a unix/linux box?

hi, guys, now I face a problem. I have developed an application, and when it starts, it shall check if an application has been installed on the running linux/unix. If result is positive, i do something with the application command. just as an example: I want to check if sshd has been... (3 Replies)
Discussion started by: sk1418
3 Replies

4. UNIX for Dummies Questions & Answers

Looking for application that simplifies for non techie people accessing unix/linux env

Hello all I searched the net but didn't found any application that wrap ssh connection with GUI interface so that non techie people can connect to unix/linux accounts and work with files , so it will looks like there familiar Microsoft windows directory structure . Please don't answer with ..... (6 Replies)
Discussion started by: umen
6 Replies

5. UNIX for Dummies Questions & Answers

New to UNIX and Linux... need a guide

I want to know about UNIX and Linux. I have Windows7 installed and I would like to know how to start ie 1 softwares needed 2 hardware changes if any 3 any emulator or virtual machine if needed 4 useful links for installation 5 links for study material. Please provide a step by step... (1 Reply)
Discussion started by: ArpitRaj
1 Replies

6. UNIX for Dummies Questions & Answers

Help to develop a new application

Hi all, I am a beginner in advanced unix and just i finished my course in that so now I want to develop an application using advanced unix concepts and middleware technology, so that i can gain an initial working knowledge. Kindly give me a suggestion of what i can develop. (5 Replies)
Discussion started by: jimmyuk
5 Replies

7. HP-UX

how could find HP UX application develop library

if I would like to develop application on HP UX ,where can I serarch the library and API ,like develop windows application with MSDN thanks (1 Reply)
Discussion started by: alert0919
1 Replies

8. UNIX for Dummies Questions & Answers

unix develop environment

hi! i am Carlos i study @ UABC (Autonomy University of Baja California)... i have a final project.... i need to make a presentation of the new... unix develop environment... but... i have some problems with that.... could you tell me something to help me? (0 Replies)
Discussion started by: Nx GT-R
0 Replies
Login or Register to Ask a Question