Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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;

In reply to Re: Re: Perl For Windows System Administration by ibanix
in thread Perl For Windows System Administration by ellem

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-25 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found