• Mac OS issue #2 - Spotlight

    From Tom Elam@thomas.e.elam@gmail.com to comp.sys.mac.advocacy on Tue Aug 4 18:28:41 2026
    From Newsgroup: comp.sys.mac.advocacy

    Last week I noticed that cmd-space-4 was bringing up a blank page
    instead of recent Clipboard entries. System Setting/Spotlight was not
    even showing all options, including the Clipboard toggle at the bottom.

    This morning I had time to do a little research. Discovered that the
    Spotlight index needed to be deleted and rebuilt. One solution involved Terminal commands, and also later watched this video:

    https://www.youtube.com/watch?v=I7oZ7PTcsbw

    This channel has an extensive Mac library of useful tips and over
    500,000 subscribers.

    The terminal command instructions I found and used (seems to be more
    than one command set) was:

    "Open the Terminal in the Utilities' folder. Copy each line then paste
    it at the Terminal's prompt and press RETURN. You will be prompted to
    enter your admin password. It will not echo back to the Terminal window.
    Press RETURN again. You should only be asked when you run the first
    command."

    sudo mdutil -a -i off
    sudo rm -rf /.Spotlight*
    sudo mdutil -a -i on
    sudo mdutil -E

    It took about 20 minutes to complete the rebuild, and now all is working again.

    So sudo, or superuser do, is essentially the same as running Windows
    command line commands with elevated administrator privileges. Interesting.

    I was told long ago that Macs never need to employ DOS-Like commands,
    it's all in the GUI. Now I'm running admin-elevated UNIX commands to fix
    a problem?

    Huh?
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy on Wed Aug 5 10:57:53 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-04 15:28, Tom Elam wrote:
    Last week I noticed that cmd-space-4 was bringing up a blank page
    instead of recent Clipboard entries. System Setting/Spotlight was not
    even showing all options, including the Clipboard toggle at the bottom.

    This morning I had time to do a little research. Discovered that the Spotlight index needed to be deleted and rebuilt. One solution involved Terminal commands, and also later watched this video:

    https://www.youtube.com/watch?v=I7oZ7PTcsbw

    This channel has an extensive Mac library of useful tips and over
    500,000 subscribers.

    The terminal command instructions I found and used (seems to be more
    than one command set) was:

    "Open the Terminal in the Utilities' folder. Copy each line then paste
    it at the Terminal's prompt and press RETURN. You will be prompted to
    enter your admin password. It will not echo back to the Terminal window. Press RETURN again. You should only be asked when you run the first command."

    sudo mdutil -a -i off
    sudo rm -rf /.Spotlight*
    sudo mdutil -a -i on
    sudo mdutil -E

    It took about 20 minutes to complete the rebuild, and now all is working again.

    So sudo, or superuser do, is essentially the same as running Windows
    command line commands with elevated administrator privileges. Interesting.

    I was told long ago that Macs never need to employ DOS-Like commands,
    it's all in the GUI. Now I'm running admin-elevated UNIX commands to fix
    a problem?

    Or you could have gone to Spotlight in System Settings...

    ...scrolled down and clicked on "Search Privacy..."

    ...added the entire drive...

    ...clicked "Done"

    ...waited just a few moments...

    ...gone back into "Search Privacy..." and removed the drive...

    ...and clicked "Done" again, and let it rebuild the index...

    ...all in the GUI and exactly as outlined in this support article:

    <https://support.apple.com/en-us/102321>

    ...and which you somehow missed in your (obviously very) "little
    research"...

    ...Liarboy.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 08:56:29 2026
    From Newsgroup: comp.sys.mac.advocacy

    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX
    commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with more than
    its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    ^

    If you accidentally hit return just before the marked point,
    interesting things will happen ...
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Tom Elam@thomas.e.elam@gmail.com to comp.sys.mac.advocacy on Thu Aug 6 09:21:39 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/5/26 1:57 PM, Alan wrote:
    On 2026-08-04 15:28, Tom Elam wrote:
    Last week I noticed that cmd-space-4 was bringing up a blank page
    instead of recent Clipboard entries. System Setting/Spotlight was not
    even showing all options, including the Clipboard toggle at the bottom.

    This morning I had time to do a little research. Discovered that the
    Spotlight index needed to be deleted and rebuilt. One solution
    involved Terminal commands, and also later watched this video:

    https://www.youtube.com/watch?v=I7oZ7PTcsbw

    This channel has an extensive Mac library of useful tips and over
    500,000 subscribers.

    The terminal command instructions I found and used (seems to be more
    than one command set) was:

    "Open the Terminal in the Utilities' folder. Copy each line then paste
    it at the Terminal's prompt and press RETURN. You will be prompted to
    enter your admin password. It will not echo back to the Terminal
    window. Press RETURN again. You should only be asked when you run the
    first command."

    sudo mdutil -a -i off
    sudo rm -rf /.Spotlight*
    sudo mdutil -a -i on
    sudo mdutil -E

    It took about 20 minutes to complete the rebuild, and now all is
    working again.

    So sudo, or superuser do, is essentially the same as running Windows
    command line commands with elevated administrator privileges.
    Interesting.

    I was told long ago that Macs never need to employ DOS-Like commands,
    it's all in the GUI. Now I'm running admin-elevated UNIX commands to
    fix a problem?

    Or you could have gone to Spotlight in System Settings...

    ...scrolled down and clicked on "Search Privacy..."

    ...added the entire drive...

    ...clicked "Done"

    ...waited just a few moments...

    ...gone back into "Search Privacy..." and removed the drive...

    ...and clicked "Done" again, and let it rebuild the index...

    ...all in the GUI and exactly as outlined in this support article:

    <https://support.apple.com/en-us/102321>

    ...and which you somehow missed in your (obviously very) "little research"...

    ...Liarboy.

    That option did not work either. Nonetheless there are a LOT of things
    you can do via Terminal that are not in the GUI.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy on Thu Aug 6 08:41:41 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-06 06:21, Tom Elam wrote:
    On 8/5/26 1:57 PM, Alan wrote:
    On 2026-08-04 15:28, Tom Elam wrote:
    Last week I noticed that cmd-space-4 was bringing up a blank page
    instead of recent Clipboard entries. System Setting/Spotlight was not
    even showing all options, including the Clipboard toggle at the bottom.

    This morning I had time to do a little research. Discovered that the
    Spotlight index needed to be deleted and rebuilt. One solution
    involved Terminal commands, and also later watched this video:

    https://www.youtube.com/watch?v=I7oZ7PTcsbw

    This channel has an extensive Mac library of useful tips and over
    500,000 subscribers.

    The terminal command instructions I found and used (seems to be more
    than one command set) was:

    "Open the Terminal in the Utilities' folder. Copy each line then
    paste it at the Terminal's prompt and press RETURN. You will be
    prompted to enter your admin password. It will not echo back to the
    Terminal window. Press RETURN again. You should only be asked when
    you run the first command."

    sudo mdutil -a -i off
    sudo rm -rf /.Spotlight*
    sudo mdutil -a -i on
    sudo mdutil -E

    It took about 20 minutes to complete the rebuild, and now all is
    working again.

    So sudo, or superuser do, is essentially the same as running Windows
    command line commands with elevated administrator privileges.
    Interesting.

    I was told long ago that Macs never need to employ DOS-Like commands,
    it's all in the GUI. Now I'm running admin-elevated UNIX commands to
    fix a problem?

    Or you could have gone to Spotlight in System Settings...

    ...scrolled down and clicked on "Search Privacy..."

    ...added the entire drive...

    ...clicked "Done"

    ...waited just a few moments...

    ...gone back into "Search Privacy..." and removed the drive...

    ...and clicked "Done" again, and let it rebuild the index...

    ...all in the GUI and exactly as outlined in this support article:

    <https://support.apple.com/en-us/102321>

    ...and which you somehow missed in your (obviously very) "little
    research"...

    ...Liarboy.

    That option did not work either. Nonetheless there are a LOT of things
    you can do via Terminal that are not in the GUI.

    If that were true, you would have mentioned trying it before raving
    about who you "had" to use the command line.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 08:42:17 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX
    commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with more than
    its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    ^

    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your problem...
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 11:52:11 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/6/2026 11:42 AM, Alan wrote:
    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX
    commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with more than
    its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a ^
    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your problem...


    You're defending Apple babying its customers? Lol! I mean, there's
    nothing wrong with having GUI methods, but people who can't handle
    console interaction are lusers.
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From CtrlAltDel@Altie@AL.invalid to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 19:20:51 2026
    From Newsgroup: comp.sys.mac.advocacy

    On Thu, 6 Aug 2026 11:52:11 -0400, Joel W. Crump wrote:

    You're defending Apple babying its customers? Lol! I mean, there's
    nothing wrong with having GUI methods, but people who can't handle
    console interaction are lusers.

    I agree with this about idiots who can't use the terminal. Why own a
    computer if you can't get into its guts and work with it?

    It reminds me of almost literally retarded people who drive vehicles but
    can't disassemble and reassemble an engine or transmission to fix various issues that arise over the course of ownership of a vehicle.

    They must feel like absolute cucked bitches, especially a man, when they
    have to take an automobile into a shop to give to another person to fix.
    OMG!

    Doing something like that would make any normal person feel so inadequate
    and stupid as to wonder why they even exist on this planet.
    --
    All of Usenet is in a psychological, emotional, and antisocial free fall
    into an abyss and fully immersed in a drowning pool of mental illness.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 16:32:25 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/6/2026 3:20 PM, CtrlAltDel wrote:

    You're defending Apple babying its customers? Lol! I mean, there's
    nothing wrong with having GUI methods, but people who can't handle
    console interaction are lusers.

    I agree with this about idiots who can't use the terminal. Why own a
    computer if you can't get into its guts and work with it?

    It reminds me of almost literally retarded people who drive vehicles but can't disassemble and reassemble an engine or transmission to fix various issues that arise over the course of ownership of a vehicle.

    They must feel like absolute cucked bitches, especially a man, when they
    have to take an automobile into a shop to give to another person to fix.
    OMG!

    Doing something like that would make any normal person feel so inadequate
    and stupid as to wonder why they even exist on this planet.


    Yeah, lol, I was typing as Computer Nerd Joel, there. ;)
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 13:34:17 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-06 08:52, Joel W. Crump wrote:
    On 8/6/2026 11:42 AM, Alan wrote:
    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX
    commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with more than
    its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a ^
    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your problem...


    You're defending Apple babying its customers?-a Lol!-a I mean, there's nothing wrong with having GUI methods, but people who can't handle
    console interaction are lusers.


    Is having a car that doesn't require you to adjust a carburetor
    "babying" auto buyers?

    How about no needing a manual choke?
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 16:54:38 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/6/2026 4:34 PM, Alan wrote:
    On 2026-08-06 08:52, Joel W. Crump wrote:
    On 8/6/2026 11:42 AM, Alan wrote:
    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX
    commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with more than >>>> its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a ^
    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your problem...

    You're defending Apple babying its customers?-a Lol!-a I mean, there's
    nothing wrong with having GUI methods, but people who can't handle
    console interaction are lusers.

    Is having a car that doesn't require you to adjust a carburetor
    "babying" auto buyers?

    How about no needing a manual choke?


    Why do you defend Apple? You aren't stupid, you know how to use a
    console interface, why help them extort money from brainless drones who
    like their bullshit crapware? It's weird. I understand that you
    personally have some reason to use Apple's products, but other people
    are doing it out of lazy ignorance, and you're perfectly happy with
    that. $200 for half of a 512 GB SSD.
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Brock McNuggets@Brock.McNuggets@gmail.com to comp.os.linux.advocacy,comp.sys.mac.advocacy on Thu Aug 6 21:21:14 2026
    From Newsgroup: comp.sys.mac.advocacy

    Tom Elam <thomas.e.elam@gmail.com> wrote:
    Last week I noticed that cmd-space-4 was bringing up a blank page
    instead of recent Clipboard entries. System Setting/Spotlight was not
    even showing all options, including the Clipboard toggle at the bottom.

    This morning I had time to do a little research. Discovered that the Spotlight index needed to be deleted and rebuilt. One solution involved Terminal commands, and also later watched this video:

    https://www.youtube.com/watch?v=I7oZ7PTcsbw

    This channel has an extensive Mac library of useful tips and over
    500,000 subscribers.

    The terminal command instructions I found and used (seems to be more
    than one command set) was:

    "Open the Terminal in the Utilities' folder. Copy each line then paste
    it at the Terminal's prompt and press RETURN. You will be prompted to
    enter your admin password. It will not echo back to the Terminal window. Press RETURN again. You should only be asked when you run the first command."

    sudo mdutil -a -i off
    sudo rm -rf /.Spotlight*
    sudo mdutil -a -i on
    sudo mdutil -E

    It took about 20 minutes to complete the rebuild, and now all is working again.

    So sudo, or superuser do, is essentially the same as running Windows
    command line commands with elevated administrator privileges. Interesting.

    I was told long ago that Macs never need to employ DOS-Like commands,
    it's all in the GUI. Now I'm running admin-elevated UNIX commands to fix
    a problem?

    Huh?


    You could have also set the hard drive to not be indexed, waited a couple minutes, and then removed that entry. All in System Settings.
    --
    Personal attacks from those who troll show their own insecurity. They
    cannot use reason to show the message to be wrong so they try to feel
    somehow superior by attacking the messenger.

    They cling to their attacks and ignore the message time and time again.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From chrisv@chrisv@nospam.invalid to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 16:38:38 2026
    From Newsgroup: comp.sys.mac.advocacy

    CtrlAltDel wrote:

    Joel W. Crump wrote:

    You're defending Apple babying its customers? Lol! I mean, there's
    nothing wrong with having GUI methods, but people who can't handle
    console interaction are lusers.

    I agree with this about idiots who can't use the terminal. Why own a >computer if you can't get into its guts and work with it?

    Come on, you should not be supporting Joel's idiocy.

    It shouldn't need to be said that non-technical people need these
    things, also.
    --
    'If you do not use (or claim to use) Linux exclusively you are deemed
    a "troll" by the herd.' - some thing, lying shamelessly (but no one
    can quote it lying)
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 14:49:05 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-06 13:54, Joel W. Crump wrote:
    On 8/6/2026 4:34 PM, Alan wrote:
    On 2026-08-06 08:52, Joel W. Crump wrote:
    On 8/6/2026 11:42 AM, Alan wrote:
    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX >>>>>> commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with more than >>>>> its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a ^
    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your problem...

    You're defending Apple babying its customers?-a Lol!-a I mean, there's
    nothing wrong with having GUI methods, but people who can't handle
    console interaction are lusers.

    Is having a car that doesn't require you to adjust a carburetor
    "babying" auto buyers?

    How about no needing a manual choke?


    Why do you defend Apple?

    Why do you attack them?

    -a You aren't stupid,

    You apparently are.

    you know how to use a
    console interface,

    But why would I want to?

    I know how to tune a carburetor, but what I WANT to do is get in the
    car, have it always start instantly and drive it without ever needing to
    open the hood.

    why help them extort money from brainless drones who
    like their bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.

    It's weird.-a I understand that you
    personally have some reason to use Apple's products, but other people
    are doing it out of lazy ignorance, and you're perfectly happy with
    that.-a $200 for half of a 512 GB SSD.
    $200 more for a product that people judge AS A WHOLE.

    If they're willing to pay it, it means they VALUE THE WHOLE!

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Thu Aug 6 18:03:48 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/6/2026 5:49 PM, Alan wrote:
    On 2026-08-06 13:54, Joel W. Crump wrote:
    On 8/6/2026 4:34 PM, Alan wrote:
    On 2026-08-06 08:52, Joel W. Crump wrote:
    On 8/6/2026 11:42 AM, Alan wrote:
    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX >>>>>>> commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with more >>>>>> than
    its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a ^
    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your problem... >>>>
    You're defending Apple babying its customers?-a Lol!-a I mean, there's >>>> nothing wrong with having GUI methods, but people who can't handle
    console interaction are lusers.

    Is having a car that doesn't require you to adjust a carburetor
    "babying" auto buyers?

    How about no needing a manual choke?

    Why do you defend Apple?

    Why do you attack them?


    It's a cult of greed.


    -a You aren't stupid,

    You apparently are.


    No, I didn't buy an Apple computer.


    you know how to use a console interface,

    But why would I want to?


    To show you know what you're doing?


    I know how to tune a carburetor, but what I WANT to do is get in the
    car, have it always start instantly and drive it without ever needing to open the hood.


    OK, but this isn't a car, it's not really the same thing - using the
    console is something an avid computer user does, even in Windows.


    why help them extort money from brainless drones who like their
    bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.


    You are insane. I know what it means. To answer your point, though, I
    would explain that Apple's side of macOS (excluding the Unix side, in
    other words) is crapware due to the fact that it is their
    less-than-brilliant attempt to make a GUI. The brain damage makes them
    too stupid to make their own OS kernel, and too dumb to make a polished
    user interface that would sell to someone like me. They are an inferior
    brand at an extravagant price.


    It's weird.-a I understand that you personally have some reason to use
    Apple's products, but other people are doing it out of lazy ignorance,
    and you're perfectly happy with that.-a $200 for half of a 512 GB SSD.
    $200 more for a product that people judge AS A WHOLE.

    If they're willing to pay it, it means they VALUE THE WHOLE!


    Well, it's your money.
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From vallor@vallor@vallor.earth to comp.sys.mac.advocacy,comp.os.linux.advocacy on Mon Aug 10 11:11:31 2026
    From Newsgroup: comp.sys.mac.advocacy

    At Thu, 6 Aug 2026 18:03:48 -0400, "Joel W. Crump"
    <joelcrump@gmail.com> wrote:

    On 8/6/2026 5:49 PM, Alan wrote:
    On 2026-08-06 13:54, Joel W. Crump wrote:
    On 8/6/2026 4:34 PM, Alan wrote:
    On 2026-08-06 08:52, Joel W. Crump wrote:
    On 8/6/2026 11:42 AM, Alan wrote:
    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated
    UNIX commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with
    more than its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a ^
    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your
    problem...

    You're defending Apple babying its customers?-a Lol!-a I mean,
    there's nothing wrong with having GUI methods, but people who
    can't handle console interaction are lusers.

    Is having a car that doesn't require you to adjust a carburetor
    "babying" auto buyers?

    How about no needing a manual choke?

    Why do you defend Apple?

    Why do you attack them?


    It's a cult of greed.


    -a You aren't stupid,

    You apparently are.


    No, I didn't buy an Apple computer.


    you know how to use a console interface,

    But why would I want to?


    To show you know what you're doing?


    I know how to tune a carburetor, but what I WANT to do is get in
    the car, have it always start instantly and drive it without ever
    needing to open the hood.


    OK, but this isn't a car, it's not really the same thing - using the
    console is something an avid computer user does, even in Windows.


    why help them extort money from brainless drones who like their
    bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.


    You are insane. I know what it means. To answer your point, though,
    I would explain that Apple's side of macOS (excluding the Unix side,
    in other words) is crapware due to the fact that it is their less-than-brilliant attempt to make a GUI. The brain damage makes
    them too stupid to make their own OS kernel, and too dumb to make a
    polished user interface that would sell to someone like me. They are
    an inferior brand at an extravagant price.

    1) The GUI (desktop) is much less to my tastes than XFCE.

    2) There is no way to change the GUI (desktop).

    My experience with MacOS is that it gets in my way. XFCE tends to
    stay out of my way.

    Observe:

    _[/Users/scott]_(scott@mac-studio)EfiA_
    $ cd Desktop/
    _[/Users/scott/Desktop]_(scott@mac-studio)EfiA_
    $ ls
    ls: .: Operation not permitted

    Isn't that loverly?



    It's weird.-a I understand that you personally have some reason to
    use Apple's products, but other people are doing it out of lazy
    ignorance, and you're perfectly happy with that.-a $200 for half of
    a 512 GB SSD.
    $200 more for a product that people judge AS A WHOLE.

    If they're willing to pay it, it means they VALUE THE WHOLE!

    You misspelled "hole".

    Well, it's your money.

    I spent a pretty penny for a Mac Studio, which I justified because
    it is a "UNIX(r) workstation".

    The Mrs. uses it -- I rarely do.

    I'm much happier with my Linux workstation, purchased turnkey
    from System76. Those guys know how to build a system.
    --
    -v System76 Thelio Mega v1.1 x86_64 Mem: 258G
    OS: Linux 7.2.0-rc7 D: Mint 22.3 DE: Xfce 4.18 (X11)
    NVIDIA GeForce RTX 3090Ti (24G) (610.57.04)
    "I've got a mind like a.. a.. what's that thing called?"
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy on Mon Aug 10 11:03:07 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-06 08:41, Alan wrote:
    On 2026-08-06 06:21, Tom Elam wrote:
    On 8/5/26 1:57 PM, Alan wrote:
    On 2026-08-04 15:28, Tom Elam wrote:
    Last week I noticed that cmd-space-4 was bringing up a blank page
    instead of recent Clipboard entries. System Setting/Spotlight was
    not even showing all options, including the Clipboard toggle at the
    bottom.

    This morning I had time to do a little research. Discovered that the
    Spotlight index needed to be deleted and rebuilt. One solution
    involved Terminal commands, and also later watched this video:

    https://www.youtube.com/watch?v=I7oZ7PTcsbw

    This channel has an extensive Mac library of useful tips and over
    500,000 subscribers.

    The terminal command instructions I found and used (seems to be more
    than one command set) was:

    "Open the Terminal in the Utilities' folder. Copy each line then
    paste it at the Terminal's prompt and press RETURN. You will be
    prompted to enter your admin password. It will not echo back to the
    Terminal window. Press RETURN again. You should only be asked when
    you run the first command."

    sudo mdutil -a -i off
    sudo rm -rf /.Spotlight*
    sudo mdutil -a -i on
    sudo mdutil -E

    It took about 20 minutes to complete the rebuild, and now all is
    working again.

    So sudo, or superuser do, is essentially the same as running Windows
    command line commands with elevated administrator privileges.
    Interesting.

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX
    commands to fix a problem?

    Or you could have gone to Spotlight in System Settings...

    ...scrolled down and clicked on "Search Privacy..."

    ...added the entire drive...

    ...clicked "Done"

    ...waited just a few moments...

    ...gone back into "Search Privacy..." and removed the drive...

    ...and clicked "Done" again, and let it rebuild the index...

    ...all in the GUI and exactly as outlined in this support article:

    <https://support.apple.com/en-us/102321>

    ...and which you somehow missed in your (obviously very) "little
    research"...

    ...Liarboy.

    That option did not work either. Nonetheless there are a LOT of things
    you can do via Terminal that are not in the GUI.

    If that were true, you would have mentioned trying it before raving
    about who you "had" to use the command line.

    ...ran away.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Mon Aug 10 16:55:17 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-10 04:11, vallor wrote:
    At Thu, 6 Aug 2026 18:03:48 -0400, "Joel W. Crump"
    <joelcrump@gmail.com> wrote:

    On 8/6/2026 5:49 PM, Alan wrote:
    On 2026-08-06 13:54, Joel W. Crump wrote:
    On 8/6/2026 4:34 PM, Alan wrote:
    On 2026-08-06 08:52, Joel W. Crump wrote:
    On 8/6/2026 11:42 AM, Alan wrote:
    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated >>>>>>>>> UNIX commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with
    more than its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a ^
    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your
    problem...

    You're defending Apple babying its customers?-a Lol!-a I mean,
    there's nothing wrong with having GUI methods, but people who
    can't handle console interaction are lusers.

    Is having a car that doesn't require you to adjust a carburetor
    "babying" auto buyers?

    How about no needing a manual choke?

    Why do you defend Apple?

    Why do you attack them?


    It's a cult of greed.


    -a You aren't stupid,

    You apparently are.


    No, I didn't buy an Apple computer.


    you know how to use a console interface,

    But why would I want to?


    To show you know what you're doing?


    I know how to tune a carburetor, but what I WANT to do is get in
    the car, have it always start instantly and drive it without ever
    needing to open the hood.


    OK, but this isn't a car, it's not really the same thing - using the
    console is something an avid computer user does, even in Windows.


    why help them extort money from brainless drones who like their
    bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.


    You are insane. I know what it means. To answer your point, though,
    I would explain that Apple's side of macOS (excluding the Unix side,
    in other words) is crapware due to the fact that it is their
    less-than-brilliant attempt to make a GUI. The brain damage makes
    them too stupid to make their own OS kernel, and too dumb to make a
    polished user interface that would sell to someone like me. They are
    an inferior brand at an extravagant price.

    1) The GUI (desktop) is much less to my tastes than XFCE.

    And that's fine.


    2) There is no way to change the GUI (desktop).

    No. That's true too.


    My experience with MacOS is that it gets in my way. XFCE tends to
    stay out of my way.

    Observe:

    _[/Users/scott]_(scott@mac-studio)EfiA_
    $ cd Desktop/
    _[/Users/scott/Desktop]_(scott@mac-studio)EfiA_
    $ ls
    ls: .: Operation not permitted

    Isn't that loverly?

    First of all, that's not within the GUI.

    Second, it's clearly a problem with YOUR system.

    It works fine here...

    ...and on all the hundreds of Macs I've worked on over the years.







    It's weird.-a I understand that you personally have some reason to
    use Apple's products, but other people are doing it out of lazy
    ignorance, and you're perfectly happy with that.-a $200 for half of
    a 512 GB SSD.
    $200 more for a product that people judge AS A WHOLE.

    If they're willing to pay it, it means they VALUE THE WHOLE!

    You misspelled "hole".

    No...I really didn't.


    Well, it's your money.

    I spent a pretty penny for a Mac Studio, which I justified because
    it is a "UNIX(r) workstation".

    The Mrs. uses it -- I rarely do.

    I'm much happier with my Linux workstation, purchased turnkey
    from System76. Those guys know how to build a system.

    Show us the specs and/or a link to it.

    Their Meerkat mini starts at $849.

    A Mac Mini starts at $799

    Meerkat Mac Mini

    Core i3 100U Apple M4 10 core
    CPU Mark 12,522 CPU Mark 23,607

    16GB RAM 16GB RAM

    500GB SSD 256GB SSD
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Mon Aug 10 16:55:24 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-06 15:03, Joel W. Crump wrote:
    On 8/6/2026 5:49 PM, Alan wrote:
    On 2026-08-06 13:54, Joel W. Crump wrote:
    On 8/6/2026 4:34 PM, Alan wrote:
    On 2026-08-06 08:52, Joel W. Crump wrote:
    On 8/6/2026 11:42 AM, Alan wrote:
    On 2026-08-06 01:56, Lawrence DrCOOliveiro wrote:
    On Tue, 4 Aug 2026 18:28:41 -0400, Tom Elam wrote:

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX >>>>>>>> commands to fix a problem?

    And using sudo, a rather complex privilege-control tool with more >>>>>>> than
    its share of security holes over the years.

    Not only that, but in this one:

    sudo rm -rf /.Spotlight*
    -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a ^
    If you accidentally hit return just before the marked point,
    interesting things will happen ...

    And you wonder why there was a GUI method to deal with your
    problem...

    You're defending Apple babying its customers?-a Lol!-a I mean,
    there's nothing wrong with having GUI methods, but people who can't >>>>> handle console interaction are lusers.

    Is having a car that doesn't require you to adjust a carburetor
    "babying" auto buyers?

    How about no needing a manual choke?

    Why do you defend Apple?

    Why do you attack them?


    It's a cult of greed.

    In what way?

    Doesn't every company sell its products for as much as they can get?



    -a You aren't stupid,

    You apparently are.


    No, I didn't buy an Apple computer.

    What a lame attempt.



    you know how to use a console interface,

    But why would I want to?


    To show you know what you're doing?

    To whom?

    I want to USE a computer, not show off.



    I know how to tune a carburetor, but what I WANT to do is get in the
    car, have it always start instantly and drive it without ever needing
    to open the hood.


    OK, but this isn't a car, it's not really the same thing - using the
    console is something an avid computer user does, even in Windows.

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the console".



    why help them extort money from brainless drones who like their
    bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.


    You are insane.-a I know what it means.-a To answer your point, though, I would explain that Apple's side of macOS (excluding the Unix side, in
    other words) is crapware due to the fact that it is their less-than- brilliant attempt to make a GUI.-a The brain damage makes them too stupid
    to make their own OS kernel, and too dumb to make a polished user
    interface that would sell to someone like me.-a They are an inferior
    brand at an extravagant price.

    Again, not a single specific way in which the Mac is in any way inferior.

    You haven't yet learned that "I don't like it" doesn't not mean "it's crapware".



    It's weird.-a I understand that you personally have some reason to use
    Apple's products, but other people are doing it out of lazy
    ignorance, and you're perfectly happy with that.-a $200 for half of a
    512 GB SSD.
    $200 more for a product that people judge AS A WHOLE.

    If they're willing to pay it, it means they VALUE THE WHOLE!


    Well, it's your money.
    And millions of other people.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Tue Aug 11 10:24:53 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/10/2026 7:55 PM, Alan wrote:

    Why do you defend Apple?

    Why do you attack them?

    It's a cult of greed.

    In what way?

    Doesn't every company sell its products for as much as they can get?


    Not every company overcharges for nearly everything they sell.


    you know how to use a console interface,

    But why would I want to?

    To show you know what you're doing?

    To whom?

    I want to USE a computer, not show off.


    Alright.


    I know how to tune a carburetor, but what I WANT to do is get in the
    car, have it always start instantly and drive it without ever needing
    to open the hood.

    OK, but this isn't a car, it's not really the same thing - using the
    console is something an avid computer user does, even in Windows.

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the console".


    The NT command line is something of one, actually, but more to the point PowerShell is.


    why help them extort money from brainless drones who like their
    bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.

    You are insane.-a I know what it means.-a To answer your point, though,
    I would explain that Apple's side of macOS (excluding the Unix side,
    in other words) is crapware due to the fact that it is their less-
    than- brilliant attempt to make a GUI.-a The brain damage makes them
    too stupid to make their own OS kernel, and too dumb to make a
    polished user interface that would sell to someone like me.-a They are
    an inferior brand at an extravagant price.

    Again, not a single specific way in which the Mac is in any way inferior.

    You haven't yet learned that "I don't like it" doesn't not mean "it's crapware".


    You can just tell it was made by brain-damaged people.


    It's weird.-a I understand that you personally have some reason to
    use Apple's products, but other people are doing it out of lazy
    ignorance, and you're perfectly happy with that.-a $200 for half of a >>>> 512 GB SSD.
    $200 more for a product that people judge AS A WHOLE.

    If they're willing to pay it, it means they VALUE THE WHOLE!

    Well, it's your money.

    And millions of other people.


    Fair enough.
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Tue Aug 11 15:18:47 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-11 07:24, Joel W. Crump wrote:
    On 8/10/2026 7:55 PM, Alan wrote:

    Why do you defend Apple?

    Why do you attack them?

    It's a cult of greed.

    In what way?

    Doesn't every company sell its products for as much as they can get?


    Not every company overcharges for nearly everything they sell.

    Every company charges what they think they can.



    you know how to use a console interface,

    But why would I want to?

    To show you know what you're doing?

    To whom?

    I want to USE a computer, not show off.


    Alright.


    I know how to tune a carburetor, but what I WANT to do is get in the
    car, have it always start instantly and drive it without ever
    needing to open the hood.

    OK, but this isn't a car, it's not really the same thing - using the
    console is something an avid computer user does, even in Windows.

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the console".


    The NT command line is something of one, actually, but more to the point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system.

    That you don't understand the difference shows just how shallow your
    actual understanding of these things is.



    why help them extort money from brainless drones who like their
    bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.

    You are insane.-a I know what it means.-a To answer your point, though, >>> I would explain that Apple's side of macOS (excluding the Unix side,
    in other words) is crapware due to the fact that it is their less-
    than- brilliant attempt to make a GUI.-a The brain damage makes them
    too stupid to make their own OS kernel, and too dumb to make a
    polished user interface that would sell to someone like me.-a They are
    an inferior brand at an extravagant price.

    Again, not a single specific way in which the Mac is in any way inferior.

    You haven't yet learned that "I don't like it" doesn't not mean "it's
    crapware".


    You can just tell it was made by brain-damaged people.

    That's just another way for you to say that you can't actually
    articulate anything.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Tue Aug 11 18:23:04 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/11/2026 6:18 PM, Alan wrote:

    Why do you defend Apple?

    Why do you attack them?

    It's a cult of greed.

    In what way?

    Doesn't every company sell its products for as much as they can get?

    Not every company overcharges for nearly everything they sell.

    Every company charges what they think they can.


    So $200 for half of a 512 GB SSD is all good. Sucker.


    you know how to use a console interface,

    But why would I want to?

    To show you know what you're doing?

    To whom?

    I want to USE a computer, not show off.

    Alright.

    I know how to tune a carburetor, but what I WANT to do is get in
    the car, have it always start instantly and drive it without ever
    needing to open the hood.

    OK, but this isn't a car, it's not really the same thing - using the
    console is something an avid computer user does, even in Windows.

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the console".

    The NT command line is something of one, actually, but more to the
    point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system.

    That you don't understand the difference shows just how shallow your
    actual understanding of these things is.


    Wrong. Powershell is the Windows console.


    why help them extort money from brainless drones who like their
    bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.

    You are insane.-a I know what it means.-a To answer your point,
    though, I would explain that Apple's side of macOS (excluding the
    Unix side, in other words) is crapware due to the fact that it is
    their less- than- brilliant attempt to make a GUI.-a The brain damage >>>> makes them too stupid to make their own OS kernel, and too dumb to
    make a polished user interface that would sell to someone like me.
    They are an inferior brand at an extravagant price.

    Again, not a single specific way in which the Mac is in any way
    inferior.

    You haven't yet learned that "I don't like it" doesn't not mean "it's
    crapware".

    You can just tell it was made by brain-damaged people.

    That's just another way for you to say that you can't actually
    articulate anything.


    Your preference is yours to own. I respect it, with you, because you're
    a wise guy. But I'm still better than you, because I can comprehend M$.
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Tue Aug 11 15:30:49 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-11 15:23, Joel W. Crump wrote:
    On 8/11/2026 6:18 PM, Alan wrote:

    Why do you defend Apple?

    Why do you attack them?

    It's a cult of greed.

    In what way?

    Doesn't every company sell its products for as much as they can get?

    Not every company overcharges for nearly everything they sell.

    Every company charges what they think they can.


    So $200 for half of a 512 GB SSD is all good.-a Sucker.

    You still don't get it.

    People aren't buying "half of a 512 GB SSD", doofus.

    They're looking at the price of a whole device, and deciding the price
    for the whole device is worth it for what they get.


    you know how to use a console interface,

    But why would I want to?

    To show you know what you're doing?

    To whom?

    I want to USE a computer, not show off.

    Alright.

    I know how to tune a carburetor, but what I WANT to do is get in
    the car, have it always start instantly and drive it without ever >>>>>> needing to open the hood.

    OK, but this isn't a car, it's not really the same thing - using
    the console is something an avid computer user does, even in Windows. >>>>
    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the console". >>>
    The NT command line is something of one, actually, but more to the
    point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system.

    That you don't understand the difference shows just how shallow your
    actual understanding of these things is.


    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.



    why help them extort money from brainless drones who like their >>>>>>> bullshit crapware?

    You've still yet to articulate how it is supposedly "crapware".

    I'm actually not certain you even know what "to articulate" means.

    You are insane.-a I know what it means.-a To answer your point,
    though, I would explain that Apple's side of macOS (excluding the
    Unix side, in other words) is crapware due to the fact that it is
    their less- than- brilliant attempt to make a GUI.-a The brain
    damage makes them too stupid to make their own OS kernel, and too
    dumb to make a polished user interface that would sell to someone
    like me. They are an inferior brand at an extravagant price.

    Again, not a single specific way in which the Mac is in any way
    inferior.

    You haven't yet learned that "I don't like it" doesn't not mean
    "it's crapware".

    You can just tell it was made by brain-damaged people.

    That's just another way for you to say that you can't actually
    articulate anything.


    Your preference is yours to own.-a I respect it, with you, because you're
    a wise guy.-a But I'm still better than you, because I can comprehend M$.
    I comprehend "M$" just fine. I fix it for my clients on an ongoing basis.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Wed Aug 12 10:57:27 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/11/2026 6:30 PM, Alan wrote:

    Why do you defend Apple?

    Why do you attack them?

    It's a cult of greed.

    In what way?

    Doesn't every company sell its products for as much as they can get?

    Not every company overcharges for nearly everything they sell.

    Every company charges what they think they can.

    So $200 for half of a 512 GB SSD is all good.-a Sucker.

    You still don't get it.

    People aren't buying "half of a 512 GB SSD", doofus.

    They're looking at the price of a whole device, and deciding the price
    for the whole device is worth it for what they get.


    That's weasel words, they are paying $200 for half of a 512 GB SSD,
    because it's $200 to get that instead of a 256 GB one. It's gouging.


    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the
    console".

    The NT command line is something of one, actually, but more to the
    point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system.

    That you don't understand the difference shows just how shallow your
    actual understanding of these things is.

    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.


    If it isn't that, then what *is* it? I'll wait an eternity for you to
    answer *that*.
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From vallor@vallor@vallor.earth to comp.sys.mac.advocacy,comp.os.linux.advocacy on Wed Aug 12 18:36:25 2026
    From Newsgroup: comp.sys.mac.advocacy

    At Wed, 12 Aug 2026 10:57:27 -0400, "Joel W. Crump" <joelcrump@gmail.com> wrote:

    On 8/11/2026 6:30 PM, Alan wrote:

    Why do you defend Apple?

    Why do you attack them?

    It's a cult of greed.

    In what way?

    Doesn't every company sell its products for as much as they can get? >>>>
    Not every company overcharges for nearly everything they sell.

    Every company charges what they think they can.

    So $200 for half of a 512 GB SSD is all good.-a Sucker.

    You still don't get it.

    People aren't buying "half of a 512 GB SSD", doofus.

    They're looking at the price of a whole device, and deciding the price
    for the whole device is worth it for what they get.


    That's weasel words, they are paying $200 for half of a 512 GB SSD,
    because it's $200 to get that instead of a 256 GB one. It's gouging.


    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the
    console".

    The NT command line is something of one, actually, but more to the
    point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system.

    That you don't understand the difference shows just how shallow your
    actual understanding of these things is.

    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.


    If it isn't that, then what *is* it? I'll wait an eternity for you to answer *that*.

    Two things:

    1) Powershell is available for Linux, so it isn't just a "Windows console". It's
    a _shell_, inferior to a POSIX shell, but still a _shell_.

    _[/home/scott]_(scott@lm)EfEo_
    $ uname -a
    Linux lm 7.2.0-rc7 #1 SMP PREEMPT Sun Aug 9 22:08:45 PDT 2026 x86_64 x86_64 x86_64 GNU/Linux
    _[/home/scott]_(scott@lm)EfEo_
    $ pwsh
    PowerShell 7.4.6

    A new PowerShell stable release is available: v7.6.0
    Upgrade now, or check out the release page at:
    https://aka.ms/PowerShell-Release?tag=v7.6.0

    PS /home/scott> uname -a
    Linux lm 7.2.0-rc7 #1 SMP PREEMPT Sun Aug 9 22:08:45 PDT 2026 x86_64 x86_64 x86_64 GNU/Linux

    And then:

    2) I've articulated one way in which MacOS is inferior to Linux. (I guess Alan has a short memory.)

    _[/Users/scott/ngroups]_(scott@mac-studio)EfiA_
    $ cat ngroups.c
    #include <stdio.h>
    #include <limits.h>

    int main (void)
    {

    printf("%d\n",NGROUPS_MAX);

    return 0;
    }
    _[/Users/scott/ngroups]_(scott@mac-studio)EfiA_
    $ ./ngroups
    16

    Short answer: that's anemic, because MacOS fills them
    up for some users:

    _[/Users/scott/ngroups]_(scott@mac-studio)EfiA_
    $ id
    uid=502(scott) gid=20(staff) groups=20(staff),12(everyone),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),701(com.apple.sharepoint.group.1),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),398(com.apple.access_screensharing),399(com.apple.access_ssh),400(com.apple.access_remote_ae)

    Do you see?
    --
    -v System76 Thelio Mega v1.1 x86_64 Mem: 258G
    OS: Linux 7.2.0-rc7 D: Mint 22.3 DE: Xfce 4.18 (X11)
    NVIDIA GeForce RTX 3090Ti (24G) (610.57.04)
    "Mothers are the necessity of invention -- Calvin"
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Wed Aug 12 14:49:30 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/12/2026 2:36 PM, vallor wrote:
    At Wed, 12 Aug 2026 10:57:27 -0400, "Joel W. Crump" <joelcrump@gmail.com> wrote:
    On 8/11/2026 6:30 PM, Alan wrote:

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the
    console".

    The NT command line is something of one, actually, but more to the >>>>>> point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system. >>>>>
    That you don't understand the difference shows just how shallow your >>>>> actual understanding of these things is.

    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.

    If it isn't that, then what *is* it? I'll wait an eternity for you to
    answer *that*.

    Two things:

    1) Powershell is available for Linux, so it isn't just a "Windows console". It's
    a _shell_, inferior to a POSIX shell, but still a _shell_.

    Shell, console, what the fuck is the difference? Heh. That's just Alan splitting hairs.
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Wed Aug 12 11:59:51 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-12 11:49, Joel W. Crump wrote:
    On 8/12/2026 2:36 PM, vallor wrote:
    At Wed, 12 Aug 2026 10:57:27 -0400, "Joel W. Crump"
    <joelcrump@gmail.com> wrote:
    On 8/11/2026 6:30 PM, Alan wrote:

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the
    console".

    The NT command line is something of one, actually, but more to the >>>>>>> point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system. >>>>>>
    That you don't understand the difference shows just how shallow your >>>>>> actual understanding of these things is.

    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.

    If it isn't that, then what *is* it?-a I'll wait an eternity for you to
    answer *that*.

    Two things:

    1) Powershell is available for Linux, so it isn't just a "Windows
    console".-a It's
    a _shell_, inferior to a POSIX shell, but still a _shell_.

    Shell, console, what the fuck is the difference?-a Heh.-a That's just Alan splitting hairs.


    It is splitting hairs.

    But the point is that YOU didn't understand there was ANY difference.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joel W. Crump@joelcrump@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Wed Aug 12 15:04:40 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/12/2026 2:59 PM, Alan wrote:
    On 2026-08-12 11:49, Joel W. Crump wrote:
    On 8/12/2026 2:36 PM, vallor wrote:
    At Wed, 12 Aug 2026 10:57:27 -0400, "Joel W. Crump"
    <joelcrump@gmail.com> wrote:
    On 8/11/2026 6:30 PM, Alan wrote:

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the >>>>>>>>> console".

    The NT command line is something of one, actually, but more to the >>>>>>>> point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system. >>>>>>>
    That you don't understand the difference shows just how shallow your >>>>>>> actual understanding of these things is.

    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.

    If it isn't that, then what *is* it?-a I'll wait an eternity for you to >>>> answer *that*.

    Two things:

    1) Powershell is available for Linux, so it isn't just a "Windows
    console".-a It's
    a _shell_, inferior to a POSIX shell, but still a _shell_.

    Shell, console, what the fuck is the difference?-a Heh.-a That's just
    Alan splitting hairs.

    It is splitting hairs.

    But the point is that YOU didn't understand there was ANY difference.


    Alright, NERD.
    --
    Joel W. Crump

    Zyprexa - It's not just for schizophrenics, anymore!
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Tom Elam@thomas.e.elam@gmail.com to comp.sys.mac.advocacy on Thu Aug 13 12:24:25 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/6/26 11:41 AM, Alan wrote:
    On 2026-08-06 06:21, Tom Elam wrote:
    On 8/5/26 1:57 PM, Alan wrote:
    On 2026-08-04 15:28, Tom Elam wrote:
    Last week I noticed that cmd-space-4 was bringing up a blank page
    instead of recent Clipboard entries. System Setting/Spotlight was
    not even showing all options, including the Clipboard toggle at the
    bottom.

    This morning I had time to do a little research. Discovered that the
    Spotlight index needed to be deleted and rebuilt. One solution
    involved Terminal commands, and also later watched this video:

    https://www.youtube.com/watch?v=I7oZ7PTcsbw

    This channel has an extensive Mac library of useful tips and over
    500,000 subscribers.

    The terminal command instructions I found and used (seems to be more
    than one command set) was:

    "Open the Terminal in the Utilities' folder. Copy each line then
    paste it at the Terminal's prompt and press RETURN. You will be
    prompted to enter your admin password. It will not echo back to the
    Terminal window. Press RETURN again. You should only be asked when
    you run the first command."

    sudo mdutil -a -i off
    sudo rm -rf /.Spotlight*
    sudo mdutil -a -i on
    sudo mdutil -E

    It took about 20 minutes to complete the rebuild, and now all is
    working again.

    So sudo, or superuser do, is essentially the same as running Windows
    command line commands with elevated administrator privileges.
    Interesting.

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX
    commands to fix a problem?

    Or you could have gone to Spotlight in System Settings...

    ...scrolled down and clicked on "Search Privacy..."

    ...added the entire drive...

    ...clicked "Done"

    ...waited just a few moments...

    ...gone back into "Search Privacy..." and removed the drive...

    ...and clicked "Done" again, and let it rebuild the index...

    ...all in the GUI and exactly as outlined in this support article:

    <https://support.apple.com/en-us/102321>

    ...and which you somehow missed in your (obviously very) "little
    research"...

    ...Liarboy.

    That option did not work either. Nonetheless there are a LOT of things
    you can do via Terminal that are not in the GUI.

    If that were true, you would have mentioned trying it before raving
    about who you "had" to use the command line.
    I thought I was correct until the GUI solution was found in a different thread.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy on Thu Aug 13 09:52:32 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-13 09:24, Tom Elam wrote:
    On 8/6/26 11:41 AM, Alan wrote:
    On 2026-08-06 06:21, Tom Elam wrote:
    On 8/5/26 1:57 PM, Alan wrote:
    On 2026-08-04 15:28, Tom Elam wrote:
    Last week I noticed that cmd-space-4 was bringing up a blank page
    instead of recent Clipboard entries. System Setting/Spotlight was
    not even showing all options, including the Clipboard toggle at the >>>>> bottom.

    This morning I had time to do a little research. Discovered that
    the Spotlight index needed to be deleted and rebuilt. One solution
    involved Terminal commands, and also later watched this video:

    https://www.youtube.com/watch?v=I7oZ7PTcsbw

    This channel has an extensive Mac library of useful tips and over
    500,000 subscribers.

    The terminal command instructions I found and used (seems to be
    more than one command set) was:

    "Open the Terminal in the Utilities' folder. Copy each line then
    paste it at the Terminal's prompt and press RETURN. You will be
    prompted to enter your admin password. It will not echo back to the >>>>> Terminal window. Press RETURN again. You should only be asked when
    you run the first command."

    sudo mdutil -a -i off
    sudo rm -rf /.Spotlight*
    sudo mdutil -a -i on
    sudo mdutil -E

    It took about 20 minutes to complete the rebuild, and now all is
    working again.

    So sudo, or superuser do, is essentially the same as running
    Windows command line commands with elevated administrator
    privileges. Interesting.

    I was told long ago that Macs never need to employ DOS-Like
    commands, it's all in the GUI. Now I'm running admin-elevated UNIX
    commands to fix a problem?

    Or you could have gone to Spotlight in System Settings...

    ...scrolled down and clicked on "Search Privacy..."

    ...added the entire drive...

    ...clicked "Done"

    ...waited just a few moments...

    ...gone back into "Search Privacy..." and removed the drive...

    ...and clicked "Done" again, and let it rebuild the index...

    ...all in the GUI and exactly as outlined in this support article:

    <https://support.apple.com/en-us/102321>

    ...and which you somehow missed in your (obviously very) "little
    research"...

    ...Liarboy.

    That option did not work either. Nonetheless there are a LOT of
    things you can do via Terminal that are not in the GUI.

    If that were true, you would have mentioned trying it before raving
    about who you "had" to use the command line.
    I thought I was correct until the GUI solution was found in a different thread.

    There was an Apple support document that describes the GUI method.

    It is literally the first link in the search "rebuild spotlight index".

    <https://www.google.com/search?q=rebuild+spotlight+index>

    This is why you are "Liarboy", Liarboy.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From chrisv@chrisv@nospam.invalid to comp.sys.mac.advocacy,comp.os.linux.advocacy on Sat Aug 15 10:52:20 2026
    From Newsgroup: comp.sys.mac.advocacy

    Alan wrote:

    The NT command line is something of one, actually, but more to the point
    PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system.

    That you don't understand the difference shows just how shallow your
    actual understanding of these things is.

    Apparently, my understanding of these things is also shallow. In what
    way is Powershell different from a console on a Unix system? Am I
    mistaken to consider bash a "console"?
    --
    'The funny thing is how many of the false "advocates" jumped up and
    down and agreed with Ballmer about the iPhone.' - some thing, lying shamelessly (but no one can quote it lying)
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Tom Elam@thomas.e.elam@gmail.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Sat Aug 15 13:02:09 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 8/12/26 2:59 PM, Alan wrote:
    On 2026-08-12 11:49, Joel W. Crump wrote:
    On 8/12/2026 2:36 PM, vallor wrote:
    At Wed, 12 Aug 2026 10:57:27 -0400, "Joel W. Crump"
    <joelcrump@gmail.com> wrote:
    On 8/11/2026 6:30 PM, Alan wrote:

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the >>>>>>>>> console".

    The NT command line is something of one, actually, but more to the >>>>>>>> point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system. >>>>>>>
    That you don't understand the difference shows just how shallow your >>>>>>> actual understanding of these things is.

    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.

    If it isn't that, then what *is* it?-a I'll wait an eternity for you to >>>> answer *that*.

    Two things:

    1) Powershell is available for Linux, so it isn't just a "Windows
    console".-a It's
    a _shell_, inferior to a POSIX shell, but still a _shell_.

    Shell, console, what the fuck is the difference?-a Heh.-a That's just
    Alan splitting hairs.


    It is splitting hairs.

    But the point is that YOU didn't understand there was ANY difference.

    Call it what you want, all are ways to perform commands that the GUI may
    not be able to accomplish.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Sat Aug 15 19:47:31 2026
    From Newsgroup: comp.sys.mac.advocacy

    On Sat, 15 Aug 2026 10:52:20 -0500, chrisv wrote:

    Apparently, my understanding of these things is also shallow. In what
    way is Powershell different from a console on a Unix system? Am I
    mistaken to consider bash a "console"?

    The usage is casual, which leads to confusion. PowerShell runs in WindowsTerminal (or cmd.exe formerly) which is a terminal emulator. On
    Linux, xterm, Konsole, and so forth are also terminal emulators. They
    support CLI and TUI operations but are themselves GUIs.

    With Linux people occasionally go off path during the installation and
    wind up with Ubuntu Server and of the other server editions. The typical response is 'WTF do I do now?'. They are in a text only console and
    that's all there is. A ssh into a tty session is similar.

    afaik there is no equivalent, even in Windows Server.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Sat Aug 15 15:34:38 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-15 10:02, Tom Elam wrote:
    On 8/12/26 2:59 PM, Alan wrote:
    On 2026-08-12 11:49, Joel W. Crump wrote:
    On 8/12/2026 2:36 PM, vallor wrote:
    At Wed, 12 Aug 2026 10:57:27 -0400, "Joel W. Crump"
    <joelcrump@gmail.com> wrote:
    On 8/11/2026 6:30 PM, Alan wrote:

    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the >>>>>>>>>> console".

    The NT command line is something of one, actually, but more to the >>>>>>>>> point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix
    system.

    That you don't understand the difference shows just how shallow >>>>>>>> your
    actual understanding of these things is.

    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.

    If it isn't that, then what *is* it?-a I'll wait an eternity for you to >>>>> answer *that*.

    Two things:

    1) Powershell is available for Linux, so it isn't just a "Windows
    console".-a It's
    a _shell_, inferior to a POSIX shell, but still a _shell_.

    Shell, console, what the fuck is the difference?-a Heh.-a That's just
    Alan splitting hairs.


    It is splitting hairs.

    But the point is that YOU didn't understand there was ANY difference.

    Call it what you want, all are ways to perform commands that the GUI may
    not be able to accomplish.

    Another blinding glimpse of the obvious...

    ...from the liar who writes about things he thinks can't be accomplished
    in the GUI...

    ...despite claiming he searched for them.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Sat Aug 15 15:35:15 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-15 08:52, chrisv wrote:
    Alan wrote:

    The NT command line is something of one, actually, but more to the point >>> PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system.

    That you don't understand the difference shows just how shallow your
    actual understanding of these things is.

    Apparently, my understanding of these things is also shallow. In what
    way is Powershell different from a console on a Unix system? Am I
    mistaken to consider bash a "console"?


    Yes.

    The "console" is a specific DEVICE, which often has admin privileges by default.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Alan@nuh-uh@nope.com to comp.sys.mac.advocacy,comp.os.linux.advocacy on Sun Aug 16 17:36:26 2026
    From Newsgroup: comp.sys.mac.advocacy

    On 2026-08-12 07:57, Joel W. Crump wrote:
    On 8/11/2026 6:30 PM, Alan wrote:

    Why do you defend Apple?

    Why do you attack them?

    It's a cult of greed.

    In what way?

    Doesn't every company sell its products for as much as they can get? >>>>>
    Not every company overcharges for nearly everything they sell.

    Every company charges what they think they can.

    So $200 for half of a 512 GB SSD is all good.-a Sucker.

    You still don't get it.

    People aren't buying "half of a 512 GB SSD", doofus.

    They're looking at the price of a whole device, and deciding the price
    for the whole device is worth it for what they get.


    That's weasel words, they are paying $200 for half of a 512 GB SSD,
    because it's $200 to get that instead of a 256 GB one.-a It's gouging.

    No. They're paying $200 more for a whole product.



    Windows has no "console".

    Every actual avid computer knows, cmd.exe windows aren't "the
    console".

    The NT command line is something of one, actually, but more to the
    point PowerShell is.

    Nope. Neither of them is the same as the "console" on a Unix system.

    That you don't understand the difference shows just how shallow your
    actual understanding of these things is.

    Wrong.-a Powershell is the Windows console.

    Nope. It absolutely is NOT.


    If it isn't that, then what *is* it?-a I'll wait an eternity for you to answer *that*.
    Essentially, it's a process running through a tty.

    A "console" is a separate device in /dev on a Linux or Unix system.

    It is inherently different than a tty.
    --- Synchronet 3.22a-Linux NewsLink 1.2