I (not) heart *nix
-
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
-
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...
-
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"
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.
-
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
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
-
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.
:laugh:
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"
-
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).
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
-
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
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
-
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! :)
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
-
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"
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
-
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
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.
-
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
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:
-
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
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?
-
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
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 -
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 HemingwayEnnis 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
-
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:
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
-
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
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
-
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.
Vikram A Punathambekar wrote:
I've often wondered why DOS (and later, UNIX) didn't prompt you for missing parameters.
Ever write batch files / scripts? Commands that prompt when you don't want them to suck. They're the equivalent of low-level Win32 library functions throwing up message boxes. On DOS, the commands that prompt for confirmation generally have switches to override the behavior (
/Y
), while on *nix there's a command that confirms infinitely.Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
-
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
Miszou wrote:
but maybe that's just me...
Yeah, just you. ;P Well, COPY's simplicity is good enough for simple things, but i almost always end up using the much more full-featured XCOPY[^] for anything more interesting than "
copy _<src>_ _<dest>_
" (which is roughly the same between DOS and *nix).Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
-
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
-
Speaking of a dog's breakfast...;P
Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
Touché :laugh:
Sunrise Wallpaper Project | The StartPage Randomizer | The Windows Cheerleader