Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I (not) heart *nix

I (not) heart *nix

Scheduled Pinned Locked Moved The Lounge
learningapachedesignlinuxalgorithms
90 Posts 45 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Jim Crafton

    John M. Drescher wrote:

    emerge -uD world

    Yeah, I'll agree there. For basic file manipulation i.e. move/copy, that sort of thing, linux is OK. But unfortunately this is different from distro to distro. For example, since we use RH, we don't get this, instead having to use their silly "up2date" package manager which won't work unless you've got the right kind of RH license for the OS, which apparently I don't (and I can't get because know one seems to know who "owns" what license). Then if you install the rpm manually, you risk getting the version numbers wrong, for example someone had sent me a version of a mysql server rpm that didn't agree with the already installed mysql client, and then that had to be uninstalled..., etc, etc ad nauseaum).

    ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

    J Offline
    J Offline
    John M Drescher
    wrote on last edited by
    #13

    Jim Crafton wrote:

    hen if you install the rpm manually, you risk getting the version numbers wrong, for example someone had sent me a version of a mysql server rpm that didn't agree with the already installed mysql client

    I remember that. I call that rpm hell. This was the big reason why I did not use linux before 2004 (when I found gentoo). I really like the workings of gentoo, but it is certainly not for everyone especially because it requires a lot of linux understanding (you gain this usually when the install fails... ) and a lot of time as everything is built from source so it takes a long time to install the first machine. However after you get things running correctly mirroring the system is a snap (for an experienced user) so things are not really that bad. And also an experienced user will have all of their machines in a build farm so that the updates are tolerable. I got to go I am submitting a bug report on with this very feature problem with 32 bit builds on a 64 bit build farm using the opensuse icecream distributed build tool.

    John

    1 Reply Last reply
    0
    • L leppie

      Jim Crafton wrote:

      for example someone had sent me a version of a mysql server rpm that didn't agree with the already installed mysql client,

      Don't most package managers have like a 'dry run' option?

      xacc.ide - now with TabsToSpaces support
      IronScheme - 1.0 alpha 4a out now (29 May 2008)

      J Offline
      J Offline
      Jim Crafton
      wrote on last edited by
      #14

      Some do. I'm not sure if the redhat one does. However, because I don't have a valid RH license, I can't use the fancier packager manager, and instead have to make do with the lower level rpm tool.

      ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

      1 Reply Last reply
      0
      • J Jim Crafton

        I've been given some more linux boxes to admin. Which means I've had to spend time today (well most of the day so far) randomly (re)learning the idiotic unix command line syntax needed to get things done. And I've had it up to *here* with the brain dead design and implementation of unix. Why is this system so popular? How is it possible for *multiple* generations of programmers to have their collective heads so deeply buried in the sand that virtually no real change or innovation has occurred in 30 years? Classic example, you need help, so what do you type? "man". That's right a 3 letter command (and you'd better be grateful it has a vowel, most don't), short for manual. Why not "manual", well that would be too much typing and apparently we're all still using 9 baud modems circa 1972. And to add insult to injury, it's a noun. Yes, you want to "perform" something, a verb, yet you're required to remember a noun. News break boys: it was idiotic in 1970, and *30* goddamn years later it's still stupid. Whatever. And why is it so hard to agree on a friggin file system layout and then everyone play nice? Isn't that what's supposed to be so great about open platforms? Apparently not, as genius wunderkinds at RedHat feel that they can add value by strewing random files for various common programs (like Apache) all over the place, leaving you, as the sys admin, to waste time spent randomly searching for config files. For example, if you build apache from source, the end result gets put into a standard set of directories. Binaries, configs, etc, all easy to find. If you install the apache module pre-built by red hat, thinking you'll save time, or be more "standard", or whatever goofy rationalization you're making, using their rpms, then no, we'll just randomly move shit around because we're *RedHat* and we know better. Dumbasses. And of course all the cute little techniques I've learned (again) today, will soon become forgotten because their so completely useless to what I do on a day to day basis, which is programming, most of the time. It's like you're trying to get useful work done with a bizarre 5 dimensional Rube Goldberg contraption that never really worked well to begin with, and now has so many patches, upon hacks, upon clever kludges, upon duct taped clusterfucks, that a nearby dog with a bad case of flatulence can blow the whole thing down. I hate *nix. Working with *nix makes me want to beat people with a club.

        ¡El diablo está en mis pantalones! ¡Mire, mire! Real

        J Offline
        J Offline
        Johnny
        wrote on last edited by
        #15

        Jim Crafton wrote:

        That's right a 3 letter command (and you'd better be grateful it has a vowel, most don't), short for manual. Why not "manual", well that would be too much typing

        And yet Jim is short for James. Imagine shortening your name to save a few characters - it must be the 1970s again! :)

        J 1 Reply Last reply
        0
        • J Jim Crafton

          I've been given some more linux boxes to admin. Which means I've had to spend time today (well most of the day so far) randomly (re)learning the idiotic unix command line syntax needed to get things done. And I've had it up to *here* with the brain dead design and implementation of unix. Why is this system so popular? How is it possible for *multiple* generations of programmers to have their collective heads so deeply buried in the sand that virtually no real change or innovation has occurred in 30 years? Classic example, you need help, so what do you type? "man". That's right a 3 letter command (and you'd better be grateful it has a vowel, most don't), short for manual. Why not "manual", well that would be too much typing and apparently we're all still using 9 baud modems circa 1972. And to add insult to injury, it's a noun. Yes, you want to "perform" something, a verb, yet you're required to remember a noun. News break boys: it was idiotic in 1970, and *30* goddamn years later it's still stupid. Whatever. And why is it so hard to agree on a friggin file system layout and then everyone play nice? Isn't that what's supposed to be so great about open platforms? Apparently not, as genius wunderkinds at RedHat feel that they can add value by strewing random files for various common programs (like Apache) all over the place, leaving you, as the sys admin, to waste time spent randomly searching for config files. For example, if you build apache from source, the end result gets put into a standard set of directories. Binaries, configs, etc, all easy to find. If you install the apache module pre-built by red hat, thinking you'll save time, or be more "standard", or whatever goofy rationalization you're making, using their rpms, then no, we'll just randomly move shit around because we're *RedHat* and we know better. Dumbasses. And of course all the cute little techniques I've learned (again) today, will soon become forgotten because their so completely useless to what I do on a day to day basis, which is programming, most of the time. It's like you're trying to get useful work done with a bizarre 5 dimensional Rube Goldberg contraption that never really worked well to begin with, and now has so many patches, upon hacks, upon clever kludges, upon duct taped clusterfucks, that a nearby dog with a bad case of flatulence can blow the whole thing down. I hate *nix. Working with *nix makes me want to beat people with a club.

          ¡El diablo está en mis pantalones! ¡Mire, mire! Real

          J Offline
          J Offline
          Joan M
          wrote on last edited by
          #16

          Yes, you are 100% right... The only thing that made me to decide to have our main server in Linux is that as we are a small business, we have saved a lot of money using that and not windows server. Anyway, there are few things that are interesting, I have the possibility to install the OS and prepare everything in half an hour only replacing the configuration files... But apart of that it is too much complicated... Of course the OBDR function of my tape system is a great tool...

          [www.tamelectromecanica.com][www.tam.cat]

          L 1 Reply Last reply
          0
          • J Jim Crafton

            I've been given some more linux boxes to admin. Which means I've had to spend time today (well most of the day so far) randomly (re)learning the idiotic unix command line syntax needed to get things done. And I've had it up to *here* with the brain dead design and implementation of unix. Why is this system so popular? How is it possible for *multiple* generations of programmers to have their collective heads so deeply buried in the sand that virtually no real change or innovation has occurred in 30 years? Classic example, you need help, so what do you type? "man". That's right a 3 letter command (and you'd better be grateful it has a vowel, most don't), short for manual. Why not "manual", well that would be too much typing and apparently we're all still using 9 baud modems circa 1972. And to add insult to injury, it's a noun. Yes, you want to "perform" something, a verb, yet you're required to remember a noun. News break boys: it was idiotic in 1970, and *30* goddamn years later it's still stupid. Whatever. And why is it so hard to agree on a friggin file system layout and then everyone play nice? Isn't that what's supposed to be so great about open platforms? Apparently not, as genius wunderkinds at RedHat feel that they can add value by strewing random files for various common programs (like Apache) all over the place, leaving you, as the sys admin, to waste time spent randomly searching for config files. For example, if you build apache from source, the end result gets put into a standard set of directories. Binaries, configs, etc, all easy to find. If you install the apache module pre-built by red hat, thinking you'll save time, or be more "standard", or whatever goofy rationalization you're making, using their rpms, then no, we'll just randomly move shit around because we're *RedHat* and we know better. Dumbasses. And of course all the cute little techniques I've learned (again) today, will soon become forgotten because their so completely useless to what I do on a day to day basis, which is programming, most of the time. It's like you're trying to get useful work done with a bizarre 5 dimensional Rube Goldberg contraption that never really worked well to begin with, and now has so many patches, upon hacks, upon clever kludges, upon duct taped clusterfucks, that a nearby dog with a bad case of flatulence can blow the whole thing down. I hate *nix. Working with *nix makes me want to beat people with a club.

            ¡El diablo está en mis pantalones! ¡Mire, mire! Real

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #17

            It hasn't changed much in 30 years because it works, unlike Windows which can't resist change, often just for the sake of change (i.e. Vista).

            J 1 Reply Last reply
            0
            • J Joan M

              Yes, you are 100% right... The only thing that made me to decide to have our main server in Linux is that as we are a small business, we have saved a lot of money using that and not windows server. Anyway, there are few things that are interesting, I have the possibility to install the OS and prepare everything in half an hour only replacing the configuration files... But apart of that it is too much complicated... Of course the OBDR function of my tape system is a great tool...

              [www.tamelectromecanica.com][www.tam.cat]

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #18

              It's only "complicated" if you aren't familiar with it, just like everything else.

              1 Reply Last reply
              0
              • L l a u r e n

                calm down and breathe... working with *some* nix's is a pain ... red hat sucks as far as im concerned precisely because of what you say about random places for files ... most other distros use standard stuff as for "man" ... yeah ... i never use it ... "google" is better ;)

                "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

                A Offline
                A Offline
                Anton Afanasyev
                wrote on last edited by
                #19

                l a u r e n wrote:

                as for "man" ... yeah ... i never use it

                See, that's your problem right there. Men are useful...

                "impossible" is just an opinion.

                L E 2 Replies Last reply
                0
                • J Jim Crafton

                  I've been given some more linux boxes to admin. Which means I've had to spend time today (well most of the day so far) randomly (re)learning the idiotic unix command line syntax needed to get things done. And I've had it up to *here* with the brain dead design and implementation of unix. Why is this system so popular? How is it possible for *multiple* generations of programmers to have their collective heads so deeply buried in the sand that virtually no real change or innovation has occurred in 30 years? Classic example, you need help, so what do you type? "man". That's right a 3 letter command (and you'd better be grateful it has a vowel, most don't), short for manual. Why not "manual", well that would be too much typing and apparently we're all still using 9 baud modems circa 1972. And to add insult to injury, it's a noun. Yes, you want to "perform" something, a verb, yet you're required to remember a noun. News break boys: it was idiotic in 1970, and *30* goddamn years later it's still stupid. Whatever. And why is it so hard to agree on a friggin file system layout and then everyone play nice? Isn't that what's supposed to be so great about open platforms? Apparently not, as genius wunderkinds at RedHat feel that they can add value by strewing random files for various common programs (like Apache) all over the place, leaving you, as the sys admin, to waste time spent randomly searching for config files. For example, if you build apache from source, the end result gets put into a standard set of directories. Binaries, configs, etc, all easy to find. If you install the apache module pre-built by red hat, thinking you'll save time, or be more "standard", or whatever goofy rationalization you're making, using their rpms, then no, we'll just randomly move shit around because we're *RedHat* and we know better. Dumbasses. And of course all the cute little techniques I've learned (again) today, will soon become forgotten because their so completely useless to what I do on a day to day basis, which is programming, most of the time. It's like you're trying to get useful work done with a bizarre 5 dimensional Rube Goldberg contraption that never really worked well to begin with, and now has so many patches, upon hacks, upon clever kludges, upon duct taped clusterfucks, that a nearby dog with a bad case of flatulence can blow the whole thing down. I hate *nix. Working with *nix makes me want to beat people with a club.

                  ¡El diablo está en mis pantalones! ¡Mire, mire! Real

                  C Offline
                  C Offline
                  Chris Losinger
                  wrote on last edited by
                  #20

                  Jim Crafton wrote:

                  the idiotic unix command line syntax

                  oh, how i'd love it if Windows had a command line half as smart as any of the unix shells. that we can now write VBScript for batch files instead of classic .BAT, only seems like progress in light of the fact that DOS itself is barely functional. BASIC? talk about 1972! (ok, i guess you can run JScript in WSH, too)

                  image processing toolkits | batch image processing

                  modified on Monday, August 4, 2008 4:26 PM

                  J M M A 4 Replies Last reply
                  0
                  • A Anton Afanasyev

                    l a u r e n wrote:

                    as for "man" ... yeah ... i never use it

                    See, that's your problem right there. Men are useful...

                    "impossible" is just an opinion.

                    L Offline
                    L Offline
                    l a u r e n
                    wrote on last edited by
                    #21

                    :laugh:

                    "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

                    R 1 Reply Last reply
                    0
                    • L Lost User

                      It hasn't changed much in 30 years because it works, unlike Windows which can't resist change, often just for the sake of change (i.e. Vista).

                      J Offline
                      J Offline
                      Jim Crafton
                      wrote on last edited by
                      #22

                      The JZ wrote:

                      changed much in 30 years because it works

                      Bullshit. That's the excuse that's used to just stop thinking. It *sort* of works. It gets you 75-80% there. But then the rest is just a kludge built on a hack. For example, take file permissioning. It *works*. Sort of. But it's not scalable. Take the "everything is a file" idea. It's simplistic, and it works. But is it really what you want? Probably not. Take the command line in general. For example, in unix if you type cp, you get

                      bash-2.05$ cp
                      cp: missing file arguments
                      Try `cp --help' for more information.

                      or perhaps

                      $ cp
                      cp: missing file operand
                      Try `cp --help' for more information.

                      Not horribly helpful. Compare this to an OS like OpenVMS (which was actually *designed* as opposed to the ad-hoc throw-something-against-the-wall-and-hope-it-sticks methodology that unix has mostly developed from). In VMS if you leave off arguments you're actually prompted to fill in something, like:

                      $ copy
                      _From: (you type in something, then hit return)
                      _To: (you type in something, then hit return)

                      I can understand in 1970 that this kind of thing might have been missing. But for it *still* to be missing in 2008 is just inexcusable, IMHO.

                      ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                      V L T 3 Replies Last reply
                      0
                      • C Chris Losinger

                        Jim Crafton wrote:

                        the idiotic unix command line syntax

                        oh, how i'd love it if Windows had a command line half as smart as any of the unix shells. that we can now write VBScript for batch files instead of classic .BAT, only seems like progress in light of the fact that DOS itself is barely functional. BASIC? talk about 1972! (ok, i guess you can run JScript in WSH, too)

                        image processing toolkits | batch image processing

                        modified on Monday, August 4, 2008 4:26 PM

                        J Offline
                        J Offline
                        Jim Crafton
                        wrote on last edited by
                        #23

                        Too true. Amusingly enough I end up using cygwin all the time on windows so this is rarely an issue for me.

                        ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                        1 Reply Last reply
                        0
                        • J Johnny

                          Jim Crafton wrote:

                          That's right a 3 letter command (and you'd better be grateful it has a vowel, most don't), short for manual. Why not "manual", well that would be too much typing

                          And yet Jim is short for James. Imagine shortening your name to save a few characters - it must be the 1970s again! :)

                          J Offline
                          J Offline
                          Jim Crafton
                          wrote on last edited by
                          #24

                          And yet I will respond to Jim, James, Jimmy, Jim-Bob (OK, well maybe not so much). Unix, on the other hand, only knows "man". Sigh. Why not have the command be "manual" and us pattern matching to respond to a shorthand version? Of course you can use the alias command to make your own shortcuts, but that's all manual. Again, it's 2008, let's see some real innovation here!

                          ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                          H 1 Reply Last reply
                          0
                          • L l a u r e n

                            calm down and breathe... working with *some* nix's is a pain ... red hat sucks as far as im concerned precisely because of what you say about random places for files ... most other distros use standard stuff as for "man" ... yeah ... i never use it ... "google" is better ;)

                            "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

                            P Offline
                            P Offline
                            Paul Conrad
                            wrote on last edited by
                            #25

                            l a u r e n wrote:

                            calm down and breathe...

                            :laugh: Just sip some :beer: :rolleyes:

                            "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                            1 Reply Last reply
                            0
                            • J Jim Crafton

                              The JZ wrote:

                              changed much in 30 years because it works

                              Bullshit. That's the excuse that's used to just stop thinking. It *sort* of works. It gets you 75-80% there. But then the rest is just a kludge built on a hack. For example, take file permissioning. It *works*. Sort of. But it's not scalable. Take the "everything is a file" idea. It's simplistic, and it works. But is it really what you want? Probably not. Take the command line in general. For example, in unix if you type cp, you get

                              bash-2.05$ cp
                              cp: missing file arguments
                              Try `cp --help' for more information.

                              or perhaps

                              $ cp
                              cp: missing file operand
                              Try `cp --help' for more information.

                              Not horribly helpful. Compare this to an OS like OpenVMS (which was actually *designed* as opposed to the ad-hoc throw-something-against-the-wall-and-hope-it-sticks methodology that unix has mostly developed from). In VMS if you leave off arguments you're actually prompted to fill in something, like:

                              $ copy
                              _From: (you type in something, then hit return)
                              _To: (you type in something, then hit return)

                              I can understand in 1970 that this kind of thing might have been missing. But for it *still* to be missing in 2008 is just inexcusable, IMHO.

                              ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                              V Offline
                              V Offline
                              Vikram A Punathambekar
                              wrote on last edited by
                              #26

                              I've often wondered why DOS (and later, UNIX) didn't prompt you for missing parameters. I wrote my copy and move programs in college that way (prompting).

                              Cheers, Vıkram.


                              "if abusing me makes you a credible then i better give u the chance which didnt get in real" - Adnan Siddiqi.

                              S 1 Reply Last reply
                              0
                              • J Jim Crafton

                                The JZ wrote:

                                changed much in 30 years because it works

                                Bullshit. That's the excuse that's used to just stop thinking. It *sort* of works. It gets you 75-80% there. But then the rest is just a kludge built on a hack. For example, take file permissioning. It *works*. Sort of. But it's not scalable. Take the "everything is a file" idea. It's simplistic, and it works. But is it really what you want? Probably not. Take the command line in general. For example, in unix if you type cp, you get

                                bash-2.05$ cp
                                cp: missing file arguments
                                Try `cp --help' for more information.

                                or perhaps

                                $ cp
                                cp: missing file operand
                                Try `cp --help' for more information.

                                Not horribly helpful. Compare this to an OS like OpenVMS (which was actually *designed* as opposed to the ad-hoc throw-something-against-the-wall-and-hope-it-sticks methodology that unix has mostly developed from). In VMS if you leave off arguments you're actually prompted to fill in something, like:

                                $ copy
                                _From: (you type in something, then hit return)
                                _To: (you type in something, then hit return)

                                I can understand in 1970 that this kind of thing might have been missing. But for it *still* to be missing in 2008 is just inexcusable, IMHO.

                                ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                                L Offline
                                L Offline
                                Lost User
                                wrote on last edited by
                                #27

                                I respectfully disagree. :) Other than freshman-level engineering students, I don't know any Unix users who have to look up the syntax for the copy command. :) I find Unix being an entirely different mindset, and I find Unix to be much, much more powerful than any Windows I've ever used. I can do operations in Unix in 5 minutes that would take a whole day in Windows. A short digression: Recently for my research, I created a Unix command line tool. The source of the research's funding did not like that as they wanted a program with a graphical interface. Their reasoning being that their employees did not have the time to learn a command line program. (Now these are people who are performing IV&V on safety-critical software.) To which I replied, "You have people doing safety-critical IV&V who can't use a command line???" :omg:

                                M G I A 4 Replies Last reply
                                0
                                • C Chris Losinger

                                  Jim Crafton wrote:

                                  the idiotic unix command line syntax

                                  oh, how i'd love it if Windows had a command line half as smart as any of the unix shells. that we can now write VBScript for batch files instead of classic .BAT, only seems like progress in light of the fact that DOS itself is barely functional. BASIC? talk about 1972! (ok, i guess you can run JScript in WSH, too)

                                  image processing toolkits | batch image processing

                                  modified on Monday, August 4, 2008 4:26 PM

                                  M Offline
                                  M Offline
                                  Mladen Jankovic
                                  wrote on last edited by
                                  #28

                                  Chris Losinger wrote:

                                  oh, how i'd love it if Windows had a command line half as smart as any of the unix shells.

                                  PowerShell doesn't work for you?

                                  [Genetic Algorithm Library]

                                  C 1 Reply Last reply
                                  0
                                  • J Jim Crafton

                                    I've been given some more linux boxes to admin. Which means I've had to spend time today (well most of the day so far) randomly (re)learning the idiotic unix command line syntax needed to get things done. And I've had it up to *here* with the brain dead design and implementation of unix. Why is this system so popular? How is it possible for *multiple* generations of programmers to have their collective heads so deeply buried in the sand that virtually no real change or innovation has occurred in 30 years? Classic example, you need help, so what do you type? "man". That's right a 3 letter command (and you'd better be grateful it has a vowel, most don't), short for manual. Why not "manual", well that would be too much typing and apparently we're all still using 9 baud modems circa 1972. And to add insult to injury, it's a noun. Yes, you want to "perform" something, a verb, yet you're required to remember a noun. News break boys: it was idiotic in 1970, and *30* goddamn years later it's still stupid. Whatever. And why is it so hard to agree on a friggin file system layout and then everyone play nice? Isn't that what's supposed to be so great about open platforms? Apparently not, as genius wunderkinds at RedHat feel that they can add value by strewing random files for various common programs (like Apache) all over the place, leaving you, as the sys admin, to waste time spent randomly searching for config files. For example, if you build apache from source, the end result gets put into a standard set of directories. Binaries, configs, etc, all easy to find. If you install the apache module pre-built by red hat, thinking you'll save time, or be more "standard", or whatever goofy rationalization you're making, using their rpms, then no, we'll just randomly move shit around because we're *RedHat* and we know better. Dumbasses. And of course all the cute little techniques I've learned (again) today, will soon become forgotten because their so completely useless to what I do on a day to day basis, which is programming, most of the time. It's like you're trying to get useful work done with a bizarre 5 dimensional Rube Goldberg contraption that never really worked well to begin with, and now has so many patches, upon hacks, upon clever kludges, upon duct taped clusterfucks, that a nearby dog with a bad case of flatulence can blow the whole thing down. I hate *nix. Working with *nix makes me want to beat people with a club.

                                    ¡El diablo está en mis pantalones! ¡Mire, mire! Real

                                    E Offline
                                    E Offline
                                    Ennis Ray Lynch Jr
                                    wrote on last edited by
                                    #29

                                    Programmers do not good admins make. Be thankful you are not administering Windows.

                                    Need a C# Consultant? I'm available.
                                    Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                                    J I 2 Replies Last reply
                                    0
                                    • E Ennis Ray Lynch Jr

                                      Programmers do not good admins make. Be thankful you are not administering Windows.

                                      Need a C# Consultant? I'm available.
                                      Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                                      J Offline
                                      J Offline
                                      Jim Crafton
                                      wrote on last edited by
                                      #30

                                      Ennis Ray Lynch, Jr. wrote:

                                      Be thankful you are not administering Windows.

                                      I wish! :) I admin about 6 or more Windows boxes as well. :) Joy Joy Happy Fun Times :)

                                      ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        I respectfully disagree. :) Other than freshman-level engineering students, I don't know any Unix users who have to look up the syntax for the copy command. :) I find Unix being an entirely different mindset, and I find Unix to be much, much more powerful than any Windows I've ever used. I can do operations in Unix in 5 minutes that would take a whole day in Windows. A short digression: Recently for my research, I created a Unix command line tool. The source of the research's funding did not like that as they wanted a program with a graphical interface. Their reasoning being that their employees did not have the time to learn a command line program. (Now these are people who are performing IV&V on safety-critical software.) To which I replied, "You have people doing safety-critical IV&V who can't use a command line???" :omg:

                                        M Offline
                                        M Offline
                                        Miszou
                                        wrote on last edited by
                                        #31

                                        The JZ wrote:

                                        Other than freshman-level engineering students, I don't know any Unix users who have to look up the syntax for the copy command.

                                        Well, I for one find it easier to remember a handful of simple flags [^] rather than a dogs breakfast of options[^]. but maybe that's just me...

                                        Sunrise Wallpaper Project | The StartPage Randomizer | The Windows Cheerleader

                                        S 1 Reply Last reply
                                        0
                                        • C Chris Losinger

                                          Jim Crafton wrote:

                                          the idiotic unix command line syntax

                                          oh, how i'd love it if Windows had a command line half as smart as any of the unix shells. that we can now write VBScript for batch files instead of classic .BAT, only seems like progress in light of the fact that DOS itself is barely functional. BASIC? talk about 1972! (ok, i guess you can run JScript in WSH, too)

                                          image processing toolkits | batch image processing

                                          modified on Monday, August 4, 2008 4:26 PM

                                          M Offline
                                          M Offline
                                          Miszou
                                          wrote on last edited by
                                          #32

                                          Chris Losinger wrote:

                                          oh, how i'd love it if Windows had a command line half as smart as any of the unix shells.

                                          Batch Files[^] are far more powerful than you think. ;)

                                          Sunrise Wallpaper Project | The StartPage Randomizer | The Windows Cheerleader

                                          S C 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups