Sponsored Content
Top Forums Programming System + Network Programming, your advice required??? Post 302582306 by Corona688 on Thursday 15th of December 2011 01:05:28 PM
Old 12-15-2011
Quote:
Originally Posted by gabam
Thanks for all these replies. I just want you to just point me to some direction so that I will be able to build such a system in the next couple of years. Here are a few topics that my mind is telling me which would be helpful to me building such system, what do you think about them?
1. UNIX system programming using c
2. UNIX network and socket programming using c
3. UNIX Shell scripting
Do you agree with me on this or not?
I don't think the first two will be useful for this. Certainly you wouldn't want to be coding your own authentication systems in raw C, you want to depend on something known secure. Systems like the one I've been name-dropping already, LDAP, already exist to do things like this, though it's not a drop-in solution, there's a lot of fiddly bits.

Same goes for networking. ssh already exists and, as far as I can tell, is all you need for people to connect with ssh, so no need to play with networking in C. It's what scripts happen when they ssh into this system, and what login trickery is happening to let the accounts work everywhere, that's the question.

Of course, I don't know they actually use LDAP for what they're doing. I can't really tell.

Shell scripting will definitely be useful.
Quote:
I also have my own account on that system, but as you said, this account of mine is very limited. I am only allowed to do programming stuff, and I can't mess around with the security and system stuff.
Yes.. so if you want to find out how their system works, asking them would be a good first step.
 

10 More Discussions You Might Find Interesting

1. Programming

C programming - Urgent help required

Hi, I am writing a small 'C' program to add very large floating point numbers. Now the program should be capable of adding the maximum floating point number that is possible on Sun Solaris machine. Can some let me know whether there is any extra logic that needs to applied for making sure... (2 Replies)
Discussion started by: kkumar1975
2 Replies

2. Linux

programming advice needed....

i'm a grad student taking a UNIX course and a networks course (i have a background in C++ and JAVA). i'm trying to combine the two classes. My questions stems from a networks programming homework assignment below: "Using the operating system and language of your choice, develop a program to... (5 Replies)
Discussion started by: trostycp
5 Replies

3. UNIX for Dummies Questions & Answers

Help required on Shell Programming!

I have a file named "file1" with contents as shown below: name(abc) age(123) empid(a123) degree(graduate) . . . . Now suppose I know that the format of my file is as above but I don't know the contents within () ie. as if the file to me is like this name(???),... (7 Replies)
Discussion started by: udiptya
7 Replies

4. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

5. Shell Programming and Scripting

Advice required shell script

Hi all, this is my first post, so please be gentle... I have a situation wherby I need a script that traverses known paths. Check for the modified date (n days) and then deletes all subdirs. I have come up with this hotch potch, but as far as I can tell it seems to work. What I am wondering... (4 Replies)
Discussion started by: primus7
4 Replies

6. UNIX for Advanced & Expert Users

System + Network Programming, your advice required???

Dear friends, Before putting my questions forward, I would like to put some data infront of you, hope you will help me at the end. This website Cray-Cyber - Welcome provides free access to many supercomputers and mainframe computers. When you login through ssh, they provide you with a screen,... (0 Replies)
Discussion started by: gabam
0 Replies

7. UNIX for Advanced & Expert Users

Expertise advice required <<URGENT>>

:eek:i hav a shell script in my linux server, i want to execute it everyday once automatically without using cron tabs as i dont hav permission to create one. So wht sld i do??:confused: (1 Reply)
Discussion started by: Jay Thakkar
1 Replies

8. UNIX for Dummies Questions & Answers

From iOS programming to Linux system programming

Hello. I like Linux and C programming language. Allways wanted to understand kernel and become a Linux system programmer. And I also like Objective-C and iOS. These two programming areas have relations: 1. Linux and iOS are UNIX-like systems, POSIX compliant. 2. It is useful to know C language... (2 Replies)
Discussion started by: Rockatansky
2 Replies

9. Shell Programming and Scripting

Need Advice for This Programming way

Hi All, I am working in production support environment And I have a lot of checks done daily on system And depended on values I take specific decision I am going to develop script to do general operation task But my problem is this script will be a running process 24 hours I... (5 Replies)
Discussion started by: maxosmanpad
5 Replies

10. Shell Programming and Scripting

[Solved] Permission problem, programming advice needed, Perl

Hi all, I have written a wrapper script in Perl which will be used on AIX, Linux and Windows and I do not want to change any code for the needs for a specific OS if avoidable. It works fine so far on all 3 OSes, not blowing up any stacks any more, but I am unsure how to handle writing log files... (7 Replies)
Discussion started by: zaxxon
7 Replies
All times are GMT -4. The time now is 06:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy