Programming for Network Administrator
I was wondering what language would be good to learn for a network administrator. Sometimes for Windows envyroment and sometimes for Linux. I am talking about creating applications, I am talking about to create scripts for maintenance, for security tools, etc.
Just give me an idea.
I looked for in the forum but I could not find any answer, sorry if this title is duplicated.
Just give me an idea.
I looked for in the forum but I could not find any answer, sorry if this title is duplicated.
Stop RDP Brute Force Attack with our RDP Firewall : http://www.thehost1.com
It is your personal IPS to stop the attack.
It is your personal IPS to stop the attack.
Comments
-
msteinhilber Member Posts: 1,480 ■■■■■■■■□□For the handful of Linux servers in our shop, I've made of just plain old shell scripting to Perl and Python. On the Windows side of things it's been VBScript/Powershell and some use of AutoIT.
I kind have an interest in security so I keep tabs on what jobs are available related to security in my area and what they are looking for. Around here at least, a lot of the security jobs (if that's an interest for you down the road) look for Perl, Python, and C. -
dynamik Banned Posts: 12,312 ■■■■■■■■■□+1 for Powershell on Windows and Perl and/or Python on Linux.
-
liven Member Posts: 918+1 for Powershell on Windows and Perl and/or Python on Linux.
Bump
But Bash or shell can be sufficient as well. Typically I have seen most logs being sent to a *nix syslog server. So with the default shell commands that typically exist on any *nix platform you can easily manipulate logs (sed, awk, sort, grep etc...)....
PERL STILL RULES!!!!encrypt the encryption, never mind my brain hurts. -
JDMurray Admin Posts: 13,089 AdminBut Bash or shell can be sufficient as well.
-
undomiel Member Posts: 2,818I'll cast my vote for PowerShell. I'm absolutely loving it. For Linux though I'll go against the grain a bit and vote for learning Ruby. I personally consider it a much better language than Perl or Python. Ruby's great for Windows too!Jumping on the IT blogging band wagon -- http://www.jefferyland.com/
-
Devin McCloud Member Posts: 133Powershell all the way!The man who trades freedom for security does not deserve nor will he ever receive either.