The only OSses I use are UNIX OSses. I don't do Windows. Never did, never will. My 3 year old nephew knows more about Windows than I do, and I like to keep it that way. My preference goes to Solaris, but at the moment I don't have much access to one. (Only when I'm giving Solaris training, but that doesn't leave much time for development.) I'm a consultant, so I don't have a fixed place to work, but at my current main gig, I mostly use Linux and HP-UX. At home, I use Linux (but for my next box, I'd like to try some BSD member of the UNIX family).

I don't consider the question "which distribution of Linux?" to be very relevant. The only time I use a distribution is when initially installing the OS - for the rest it's just ftp, tar xfvz, ./configure, make, su, make install. I've used at least SLS, Slackware, RedHat, Debian, Suse and Rock over the years, and they all suck. Some more than others.

As for tools, I use the X Window System as GUI, with fvwm2 as window manager. The look and feel of my desktops (whether it's on Solaris, Linux or HP-UX) hasn't changed much in many years. I've been using 'vile' as my preferred editor for over a decade - but since that isn't standard, I use 'vi' a lot as well. That's everywhere. Shells: bash if it's available, otherwise ksh or sh. Mail is viewed and send using mutt (or mail if necessary), while slrn deals with Usenet. And that's about it when it comes to essential tools (well, the content of /bin and /usr/bin is there as well of course). For document making, I use LaTeX. Presentations I do with magicpoint (with the help of m4, make and xfig). Drawings are made with xfig, plots and graphs with gnuplot. Assorted useful tools: C compiler, make, ImageMagic, netpbm. Except for magicpoint, I've been using these tools for years, many since the '80s and early '90s. Some of my vi-macros are almost 20 years old. I'm conservative. I don't easily change my toolset. Experience often beats new features.

Abigail


In reply to Re: Perl hacker?s tools of trade or hardware of choice.. by Abigail-II
in thread Perl hacker’s tools of trade or hardware of choice.. by vladb

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.