Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 28th, 2009, 12:14 PM
mav2005 mav2005 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2009
Posts: 1 mav2005 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 32 m 43 sec
Reputation Power: 0
Languages for Systems Administration

Hello,

I am currently working as a systems administrator and my experience has centered around Windows based servers. For personal interest and for career growth, I would like to add a programming component to my IT toolkit. I do have knowledge and experience with HTML, but that is the only language I know. What would be a good language to start off with that would not only be relatively simple to learn (compared to C++, etc) and be applicable to managing Windows based servers?

Thank you

Reply With Quote
  #2  
Old May 28th, 2009, 06:53 PM
Oler1s Oler1s is offline
Contributing User
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Jul 2006
Posts: 1,984 Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 5 Days 8 h 49 m 37 sec
Reputation Power: 1083
Quote:
What would be a good language to start off with that would not only be relatively simple to learn (compared to C++, etc) and be applicable to managing Windows based servers?
Generally I've recommended Python, and I still do in your case. Beyond it's use as a general programming language, it's effective for writing scripts and that definitely helps for system administration. It's an effective multiplatform language so there's very good value in proficiency with Python. I'm biased towards Python, but I think my recommendation is still valid. If I had to make only one recommendation, this would be it.

Also worth looking into is C#, which I do recommend. C# programs run on the .NET platform, and you'll recognize that as being developed by Microsoft. So you might find working off the .NET platform to be a good starting move as well. If you're writing a number of scripts, as you might do in server administration, writing out programs in C# might be a bit too much versus quickly developed scripts in Python. But it's a very good option if you're trying to expand your marketable skillset.

I think getting started with Python is easier, and in general, you can accomplish much more with less investment of time. The above two are pretty much the two big general languages that you can invest time in. This seems to be what you are asking for, but you might also consider exploring a few other things, because from an administrator's standpoint they can be very useful.

Some proficiency in Batch always comes in handy time to time. It hasn't been the case for me, but you may find VBScript useful as well. Both have native Windows support, unlike the two languages I mentioned above. That is, you can start with either without installing any software on your computer. With Python, you need to install the standard Python implementation, or with C#, you need to install the .NET related runtime and SDK. On a server environment, you may not be able to do so. Also, if you haven't already, maybe start looking at Windows Powershell? I have just started looking into it though.
__________________
When you ask a question, be prepared to tell us: what have you tried? If you think you don't need to try anything, we will never be interested in helping you. If you agree with the link, and you refuse to answer that question, you are being a hypocrite.

Need help with broken code? Your question should be like a good bug report: (1) It has the smallest number of steps to reproduce the problem you see (2) It tells us precisely what you expected to see and (3) It tells us what you saw and how it differed from what you expected. We need all three to help you.
Want better answers? Tell us what you Googled for and what steps you took to answer your own question.

Reply With Quote
  #3  
Old May 29th, 2009, 08:26 AM
myndconsulting myndconsulting is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2009
Location: Davao City, Philippines
Posts: 27 myndconsulting New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 12 h 18 m 16 sec
Reputation Power: 0
I would recommend PHP. It's open source and there are lots of PHP frameworks out there.

Most of the top CMSes, Blogs, and Forums software run on PHP.

Reply With Quote
  #4  
Old May 29th, 2009, 03:42 PM
Jyncka Jyncka is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2008
Location: Philadelphia area
Posts: 73 Jyncka User rank is Second Lieutenant (5000 - 10000 Reputation Level)Jyncka User rank is Second Lieutenant (5000 - 10000 Reputation Level)Jyncka User rank is Second Lieutenant (5000 - 10000 Reputation Level)Jyncka User rank is Second Lieutenant (5000 - 10000 Reputation Level)Jyncka User rank is Second Lieutenant (5000 - 10000 Reputation Level)Jyncka User rank is Second Lieutenant (5000 - 10000 Reputation Level)Jyncka User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 21 h 30 m 50 sec
Reputation Power: 81
I'd recommend working with Java first, it has a lot of tools and it's a good "foundation" kind of language. By that I mean once you learn it you can look at other languages and say "Oh so in java it'd be like this but they're doing it this way..."

PHP doesn't get enough love but you should be careful if you don't know anything about OOP because PHP will let you get away with things other languages wouldn't.

Also take a look at design patterns as those will make life a little easier.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Languages for Systems Administration


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
Stay green...Green IT