Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Perl For Windows System Administration

by ibanix (Hermit)
on Mar 14, 2003 at 13:59 UTC ( [id://243037]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl For Windows System Administration
in thread Perl For Windows System Administration

You, and the other poster in this thread, are precisely the type of people I hope to never meet in real life.

Have you considered that companies make large investments into software and systems, often times into Microsoft products, that they simply can not "drop" because an entire product is based around it?

Have you considered that it takes as much time to become an expert with Microsoft products as it does with <insert other product here>? It requires time and effort, like anything else in this world.

Have you considered that the industry is going through a very tight phase right now, and a number of my friends are without jobs, and a very jealous of my Win32 admin job?

Are you so clueless as to realize that basic fundamentals do not change between systems? A web server is still a process on a port that uses the HTTP protocol; an email server is still a process that stores and relays messages using SMTP,IMAP, or your favorite protocol, regardless if it's Sendmail, Qmail or Exchange.

Have you woken up enough to realize that Windows 2000 (all versions) can be configured and administered from a command line (cmd.exe for win2k)? Have you explored Active Directory Services Interface (ADSI) and Windows Management Instrumentation (WMI) as tools to built custom administration tools? Did you know perl has interfaces for WMI and ADSI?

Did you guess that I've been both a unix and windows systems administrator? I learned different skills in each, but the basic fundamentals of systems administration does not change. Not only the technical parts, but the important parts of keeping a complex system running: documentation, communication, isolating problems, showing cause-and-effect, testing, backup, the list goes on.

By the way, ActivePerl allows perl CGI apps to run under IIS quite nicely.

Cheers,
ibanix

$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;

Replies are listed 'Best First'.
Re: Re: Re: Perl For Windows System Administration
by ellem (Hermit) on Mar 15, 2003 at 01:00 UTC
    Good grief it's a joke.

    As for the viability of running W2K from the command line; clearly you are mistaken. There are FAR too many things you CANNOT do from the command line. Further there are so many munged up things about W2K that it boggles the mind. Many of the tools I'll bet you use in your W2K day to day are nasty Unix hacks.

    Does this make Windows evil, or unworthy? No It makes it harder. And more tedious.
    --
    ellem@optonline.net
    There's more than one way to do it, but only some of them actually work.
      Good grief it's a joke

      A very poor one indeed.

      There are FAR too many things you CANNOT do from the command line.

      Name them. I've found that most of the things that I thought I could not do from the CLI, I was able to accomplish with some scripting, the Resource Kits, and some ingenuity.

      ibanix

      $ echo '$0 & $0 &' > foo; chmod a+x foo; foo;
        Name them.

        Here's one: set the 'At Service Account' for the Task Scheduler with a script that does not use the SendKeys API to do it through the GUI.

        I've got US$50 for the person who delivers that script.

        I do think that WMI and ADSI are really spiffy and that the Windows command-line support has improved greatly since NT 3.5.

        --Solo

        --
        Well, why don't you use your divine influence and get us out of this?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://243037]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-18 10:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found