magnolia:

It's not you being stupid or linux being hard. It's just a different way of doing things. So it's more like "you're speaking Polish and the computer is speaking French".

For what it's worth, there are graphical tools for linux that let you do that in a few clicks of a mouse too. But when you're in the unix/linux world, you eventually learn that the mouse might seem like a nice way of doing things, but it isn't as powerful as the keyboard. So most unix/linux people I know tend to do everything in a shell window. You get more control over the system and you learn how things work (and work together!).

An example: In Windows if you want to delete the file foo.bar, you just drag it to the recycle bin or right-click it in an explorer window and select delete. Simple! In a linux machine you type "rm foo.bar". Easy, but not as simple as a point & click, is it?

Ah, but suppose you need to delete all backup and object files in a directory with a q in their name. In linux "rm *q*.{bak,o}". Simple! On a Windows machine, you click--and drag. Click--and drag. Click--and drag. What a drag!

One other thing. Everyone I know who uses linux/unix finds it "hard" when they start. There are *so* many things to learn. But if you keep reading your man pages and working in it, you'll all of a sudden have a mental "click" and it's not hard anymore. You'll then find that you're much more productive in a good command shell, and having to do everything with the mouse will annoy you because it's just too slow for lots of tasks. So much so, that you'll want to find a good unix-like environment for Windows so you can do things the same way on both machines.

--roboticus


In reply to Re^2: How do I start a perl daemon at boot time by roboticus
in thread How do I start a perl daemon at boot time by Anonymous Monk

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.