<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									MacOS X Software - Forum				            </title>
            <link>https://www.tweaking4all.nl/forum/macos-x-software/</link>
            <description>Tweaking4All.nl Discussie Forum</description>
            <language>nl-NL</language>
            <lastBuildDate>Mon, 20 Apr 2026 00:17:08 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>macOS - How to hide an individual mounted network share on your Desktop</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-how-to-hide-an-individual-mounted-network-share-on-your-desktop/</link>
                        <pubDate>Tue, 10 Oct 2023 12:52:07 +0000</pubDate>
                        <description><![CDATA[Finder Settings
Most will know how to show or hide network shares on your Mac desktop.Click a Finder window, select the &quot;Finder&quot; - &quot;Settings&quot; menu and under the &quot;General&quot; tab either check &quot;...]]></description>
                        <content:encoded><![CDATA[<p><strong><span style="color: #0000ff">Finder Settings</span></strong></p>
<p>Most will know how to show or hide network shares on your Mac desktop.<br />Click a <strong>Finder</strong> window, select the "<strong>Finder</strong>" - "<strong>Settings</strong>" menu and under the "<strong>General</strong>" tab either check "<strong>Connected servers</strong>" to show share icons on your desktop, or uncheck this option to not show these icons.<br />Downside: this affects all mounted share icons.</p>
119
<p> </p>
<p><span style="color: #0000ff"><strong>Advanced options in Path Finder</strong></span></p>
<p>Applications like <strong><a href="https://www.cocoatech.io" target="_blank" rel="noopener">Path Finder</a></strong> have a more advanced "<strong>Get Info</strong>" option, so when selecting the actual mount path of a share, you can right click that directory and check or uncheck the "<strong>invisible</strong>" option. But of course, not everybody has a copy of <a href="https://www.cocoatech.io" target="_blank" rel="noopener">Path Finder</a> (commercial app).</p>
120
<p> </p>
<p><strong><span style="color: #0000ff">Terminal trick ...</span></strong></p>
<p>Now there is a trick to do this in Terminal - which may not work in old(er) macOS versions, but so far it seems to work in Monterey, Ventura and Sonoma.</p>
<p>Let's say we have a share mounted in /Volumes/AllShares and the Finder option enable to show "Connected Servers" on the Desktop. This will make it that we will see an "AllShares" icon on the desktop.</p>
<p> </p>
<ul>
<li><strong>List Extended attributes</strong></li>
</ul>
<p>When hiding the share icon from the Desktop, I did see that the extended attribute "comp.apple.FinderInfo" of the original directory (/Volumes/AllShares) was given a specific value (note that this value can hold other otpions as well, like the flag colors for example):</p>
<pre contenteditable="false">xattr -lx /Volumes/AllShares 

com.apple.provenance:
00000000  01 00 00 E7 84 53 71 09 CA 67 F4                 |.....Sq..g.|
0000000B
com.apple.FinderInfo:
00000000  00 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00  |................|
00000010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  |................|
00000020</pre>
<p>Of course the rick now ... how do we add this "weird" value as an extended attribute?</p>
<p> </p>
<ul>
<li><strong>Manually set the Share icon on the Desktop to hidden</strong></li>
</ul>
<p>To make a specific share icon hidden (killall Finder to make it visible, and note that color tag will be unset after this):</p>
<pre contenteditable="false">xattr -wx com.apple.FinderInfo "0000000000000000400000000000000000000000000000000000000000000000" /Volumes/AllShares

killall Finder</pre>
<ul>
<li><strong>Unhide mounted share icon from Desktop</strong></li>
</ul>
<p>To unhide this particular icon we will need to remove the extended attribute "<strong>com.apple.FinderInfo</strong>" from the original directory (/Volumes/AllShares). In Terminal ( "-d" = delete, and again: note that color tag will be unset after this ) :</p>
<pre contenteditable="false">xattr -d com.apple.FinderInfo /Volumes/AllShares</pre>
<p>To make this visible we will need to restart Finder like so (in Terminal):</p>
<pre contenteditable="false">killall Finder</pre>
<p> Took me quite a bit of time to figure this out ,... so I hope it will be useful to someone.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-how-to-hide-an-individual-mounted-network-share-on-your-desktop/</guid>
                    </item>
				                    <item>
                        <title>Intel Mac - Altijd boot menu laten zien (selecteer startup disk)</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/intel-mac-altijd-boot-menu-laten-zien-selecteer-startup-disk/</link>
                        <pubDate>Wed, 01 Mar 2023 13:36:34 +0000</pubDate>
                        <description><![CDATA[Ik gebruik een USB Windows keyboard op mijn oude Intel Mac Pro, en daardoor is het starten met het boot menu soms een uitdaging.Hierom wil ik daarom dat het boot menu (selecteer startup disk...]]></description>
                        <content:encoded><![CDATA[<p>Ik gebruik een USB Windows keyboard op mijn oude Intel Mac Pro, en daardoor is het starten met het boot menu soms een uitdaging.<br />Hierom wil ik daarom dat het boot menu (selecteer startup disk menu) altijd zichtbaar wordt gemaakt bij het opstarten.</p>
<p>Gelukkig kunnen we in Terminal deze optie aan zetten:</p>
<pre contenteditable="false">sudo nvram manufacturing-enter-picker=true</pre>
<p>Merk op dat "sudo" gebruikt wordt en dus om jouw wachtwoord gevraagd zal worden.</p>
<p>Weer uitzetten (standaard) gaat als volgt:</p>
<pre contenteditable="false">sudo nvram manufacturing-enter-picker=false</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/intel-mac-altijd-boot-menu-laten-zien-selecteer-startup-disk/</guid>
                    </item>
				                    <item>
                        <title>macOS en iOS - Hoe zet jet het gedeelde klembord uit? (Handoff)</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-en-ios-hoe-zet-jet-het-gedeeld-klembord-uit-handoff/</link>
                        <pubDate>Sun, 16 Oct 2022 11:37:35 +0000</pubDate>
                        <description><![CDATA[Persoonlijk vind ik het een fantastische functie, maar niet iedereen vindt het handig: Het delen van het klembord (clipboard) tussen de verschillende iOS and macOS apparaten (uiteraard ingel...]]></description>
                        <content:encoded><![CDATA[<p>Persoonlijk vind ik het een fantastische functie, maar niet iedereen vindt het handig: Het delen van het klembord (clipboard) tussen de verschillende iOS and macOS apparaten (uiteraard ingelogd met hetzelfde AppleID). Het gebruikt de iCloud om bijvoorbeeld een tekst of afbeelding to kopiëren op b.v. jouw iPhone en deze dan te plakken op jouw Mac.</p>
<p>Niet iedereen vindt dit dus handig, en zo zet je deze optie voor een specifiek apparaat uit:</p>
<p><span style="font-size: 14pt;color: #0000ff"><strong>MacOS (Mac)</strong></span></p>
<p><strong>System Preferences</strong> -&gt; <strong>General</strong> -&gt; onderaan het vinkje weghalen bij "<strong>Allow Handoff between this mac and your iCloud devices</strong>"</p>
117
<p><span style="font-size: 14pt;color: #0000ff"><strong>iOS (iPhone/iPad)</strong></span></p>
<p>Ga naar <strong>Settings</strong> -&gt; <strong>General</strong> -&gt; <strong>Airdrop &amp; Handoff</strong> -&gt; en zet de optie "<strong>Handoff</strong>" uit.</p>
118
<p> </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-en-ios-hoe-zet-jet-het-gedeeld-klembord-uit-handoff/</guid>
                    </item>
				                    <item>
                        <title>macOS - Full screen mode, menu balk zichtbaar houden</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-full-screen-mode-menu-balk-zichtbaar-houden/</link>
                        <pubDate>Thu, 06 Oct 2022 20:02:02 +0000</pubDate>
                        <description><![CDATA[Persoonlijk heb ik een hekel aan de volledige scherm modus als je op de groen dot klikt.Ja, ik weet dat als je de Option toets ingedrukt houdt dat het dan wel naar wens werkt. Maar wil er nu...]]></description>
                        <content:encoded><![CDATA[<p>Persoonlijk heb ik een hekel aan de volledige scherm modus als je op de groen dot klikt.<br />Ja, ik weet dat als je de Option toets ingedrukt houdt dat het dan wel naar wens werkt. Maar wil er nu o werken? Het liefste zou ik dit andersom willen gebruiken of zelfs uit willen zetten.</p>
<p>Gelukkig is er wel een manier om de menu balk zichtbaar te houden in schermvullende mode!</p>
<p>In  -&gt; <strong>System Preferences</strong> -&gt; <strong>Dock &amp; Menu Bar</strong> moet je het vinkje weg halen (onderaan) "<strong>Automatically hide and show the menu bar in full screen</strong>".</p>
<p>Nu blijft de menu balk dus wel zichtbaar.</p>
116]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-full-screen-mode-menu-balk-zichtbaar-houden/</guid>
                    </item>
				                    <item>
                        <title>macOS - Hoe voeg je een blanko ruimte toe aan de Dock?</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-hoe-voeg-je-een-blanko-ruimte-toe-aan-de-dock/</link>
                        <pubDate>Wed, 05 Oct 2022 19:05:22 +0000</pubDate>
                        <description><![CDATA[Iets wat ik net geleerd heb: je kunt een of meer extra spaties/blanko ruimte toevoegen aan de Dock.
Open Terminal, en type (of plak):
defaults write com.apple.dock persistent-apps -array-a...]]></description>
                        <content:encoded><![CDATA[<p>Iets wat ik net geleerd heb: je kunt een of meer extra spaties/blanko ruimte toevoegen aan de Dock.</p>
<p>Open Terminal, en type (of plak):</p>
<pre contenteditable="false">defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' &amp;&amp; killall Dock</pre>
115
<p>Je hebt nu een extra ruimte in de dock, die je kunt verplaatsen (of verwijderen) net als elke andere dock icon.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-hoe-voeg-je-een-blanko-ruimte-toe-aan-de-dock/</guid>
                    </item>
				                    <item>
                        <title>macOS - Dock meteen zichtbaar maken (als de Dock op Auto Hide staat)</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-dock-meteen-zichtbaar-maken-als-de-dock-op-auto-hide-staat/</link>
                        <pubDate>Wed, 05 Oct 2022 18:32:07 +0000</pubDate>
                        <description><![CDATA[Zoals velen al weten, kun je nogal wat leuke dingen instellen via Terminal (Application -&gt; Utilities)..Met het volgende commando wordt de dock meeteen zichtbaar;
defaults write com.apple...]]></description>
                        <content:encoded><![CDATA[<p>Zoals velen al weten, kun je nogal wat leuke dingen instellen via <strong>Terminal</strong> (Application -&gt; Utilities)..<br />Met het volgende commando wordt de dock meeteen zichtbaar;</p>
<pre contenteditable="false">defaults write com.apple.dock autohide-delay -float 0; defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock</pre>
<p>en hier mee maak je het weer ongedaan :</p>
<pre contenteditable="false">defaults write com.apple.dock autohide-delay -float 0.5; defaults write com.apple.dock autohide-time-modifier -int 0.5 ;killall Dock</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-dock-meteen-zichtbaar-maken-als-de-dock-op-auto-hide-staat/</guid>
                    </item>
				                    <item>
                        <title>macOS - Hoe bepaal je wat de standard shell (Terminal) is?</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-hoe-bepaal-je-wat-de-standard-shell-terminal-is/</link>
                        <pubDate>Thu, 22 Sep 2022 08:04:42 +0000</pubDate>
                        <description><![CDATA[Omdat Apple een tijdje terug omgeschakeld is naar z-shell moest ik voor een van mijn programma&#039;s bepalen welke shell gebruitk werd.
Omdat het super simpel is, ondanks dat het even zoeken wa...]]></description>
                        <content:encoded><![CDATA[<p>Omdat Apple een tijdje terug omgeschakeld is naar z-shell moest ik voor een van mijn programma's bepalen welke shell gebruitk werd.</p>
<p>Omdat het super simpel is, ondanks dat het even zoeken was, hier de eenvoudigste methode (met voorbeeld output):</p>
<pre contenteditable="false">~ $ echo $SHELL

/bin/zsh</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-hoe-bepaal-je-wat-de-standard-shell-terminal-is/</guid>
                    </item>
				                    <item>
                        <title>Muziek CD branden in macOS Monterey of macOS Big Sur</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/muziek-cd-branden-in-macos-monterey-of-macos-big-sur/</link>
                        <pubDate>Sat, 19 Feb 2022 10:30:09 +0000</pubDate>
                        <description><![CDATA[Uiteraard heb je een USB CD drive (CDR, CDRW) nodig, omdat geen moderne Mac meer met CD wordt geleverd.Sluit deze aan voor je aan de volgende stappen begint:

Open de Music app
In het Fil...]]></description>
                        <content:encoded><![CDATA[<p>Uiteraard heb je een USB CD drive (CDR, CDRW) nodig, omdat geen moderne Mac meer met CD wordt geleverd.<br />Sluit deze aan voor je aan de volgende stappen begint:</p>
<ol>
<li>Open de <strong>Music</strong> app</li>
<li>In het <strong>File</strong> menu kies je nu <strong>New</strong> -&gt; <strong>Playlist</strong>.</li>
<li><strong>Geef de playlist een naam</strong> b.v. “CD” en maak een playlist met de liedjes die je in gedachten had door ze in de playlist te slepen, of door nummers met rechts aan te klikken en “<strong>Add to Playlist</strong>” te klikken.</li>
<li>Als je de playlist compleet hebt, kies dan uit het “<strong>File</strong>” menu de optie “<strong>Burn Playlist to Disc</strong>”.</li>
<li>Configureer het als een <strong>audio CD</strong> als je het wilt afspelen in een standaard CD player, en klik op “<strong>Burn</strong>”.</li>
<li><strong>Plaats een lege CD</strong> in de CD-RW drive en wacht tot het branden klaar is.</li>
</ol>
<p>Eenmaal klaar kun je de CD in de meeste CD spelers afspelen.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/muziek-cd-branden-in-macos-monterey-of-macos-big-sur/</guid>
                    </item>
				                    <item>
                        <title>Extended Attributes - Wat betekend het &quot;@&quot; symbool in macOS file attributen</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/extended-attributes-wat-betekend-het-symbool-in-macos-file-attributen/</link>
                        <pubDate>Wed, 19 Jan 2022 12:41:04 +0000</pubDate>
                        <description><![CDATA[Korte versie: het @ symbool geeft aan dat een bestand extended (aanvullende) attributen heeft, welke niet meteen worden weergegeven.
Je kunt ze bekijken met
ls -@l
 
of
xattr &lt;filena...]]></description>
                        <content:encoded><![CDATA[<p>Korte versie: het @ symbool geeft aan dat een bestand extended (aanvullende) attributen heeft, welke niet meteen worden weergegeven.</p>
<p>Je kunt ze bekijken met</p>
<pre contenteditable="false">ls -@l</pre>
<p> </p>
<p>of</p>
<pre contenteditable="false">xattr &lt;filename&gt;</pre>
<p> </p>
<p>De extended attributes worden voor verschillende dingen gebruikt, o.a. meta data zoals waar de file van was gedownload, or of bepaalde dingen wel of niet toegestaan zijn ... etc.</p>
<p>Ik kan het zo 1-2-3 niet aanraden maar met het volgende commando verwijder je alle extended attributes (clear):</p>
<pre contenteditable="false">xattr -c &lt;filename&gt;</pre>
<p> </p>
<p>Je kunt ze ook individueel verwijderen (delete):</p>
<pre contenteditable="false">xattr -d &lt;attribute&gt; &lt;filename&gt;</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/extended-attributes-wat-betekend-het-symbool-in-macos-file-attributen/</guid>
                    </item>
				                    <item>
                        <title>macOS (Monterey) - Controleer Internet snelheid in Terminal (networkQuality)</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-monterey-controleer-internet-snelheid-in-terminal-networkquality/</link>
                        <pubDate>Thu, 16 Dec 2021 11:30:43 +0000</pubDate>
                        <description><![CDATA[Soms willen we even de Internetsnelheid polsen en tot op heden gebruikt ik daarvoor SpeedTest van Ookla (App of website).
Sinds macOS Monterey bestaat er een mogelijkheid dit direct in Term...]]></description>
                        <content:encoded><![CDATA[<p>Soms willen we even de Internetsnelheid polsen en tot op heden gebruikt ik daarvoor <a href="https://www.speedtest.net/" target="_blank" rel="noopener">SpeedTest van Ookla</a> (App of website).</p>
<p>Sinds macOS Monterey bestaat er een mogelijkheid dit direct in Terminal te doen, zonder een 3de party applicatie nodig te hebben:</p>
<pre contenteditable="false">networkQuality -s</pre>
<p> </p>
<p><em>Merk op </em>: de "-s" zorgt ervoor dat upload- en downloadsnelheid onafhankelijk getest worden. Het weglaten van de "-s" zorgt ervoor dat beiden tegelijk getest worden.</p>
<p>De output ziet er ongeveer zo uit.</p>
<p>Eerst de <strong>download</strong> snelheid:</p>
<pre contenteditable="false">current download capacity: 414.563 Mbps - current upload capacity: 0.000 Mbps</pre>
<p> </p>
<p>Daarna de <strong>upload</strong> snelheid:</p>
<pre contenteditable="false">current download capacity: 414.563 Mbps - current upload capacity: 257.087 Mbps</pre>
<p> </p>
<p>En als laatste een overzicht (summary):</p>
<pre contenteditable="false">==== SUMMARY ====                                                                                         
Upload capacity: 457.172 Mbps
Download capacity: 461.804 Mbps
Upload flows: 16
Download flows: 12
Upload Responsiveness: High (2424 RPM)
Download Responsiveness: High (3157 RPM)</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-monterey-controleer-internet-snelheid-in-terminal-networkquality/</guid>
                    </item>
							        </channel>
        </rss>
		