<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>macos Archivi - Cesare Bordi | Innovation Manager &amp; Back-end Developer</title>
	<atom:link href="https://cesarebordi.it/tag/macos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cesarebordi.it/tag/macos/</link>
	<description>Innovare con soluzioni software efficaci e gioco di squadra</description>
	<lastBuildDate>Sat, 14 Nov 2020 10:09:18 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://cesarebordi.it/wp-content/uploads/2016/02/CB-logo-88x88.png</url>
	<title>macos Archivi - Cesare Bordi | Innovation Manager &amp; Back-end Developer</title>
	<link>https://www.cesarebordi.it/tag/macos/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OSX/macOS: disabilitare l&#8217;automount di un disco all&#8217;avvio</title>
		<link>https://cesarebordi.it/osx-macos-evitare-automount-disco/</link>
					<comments>https://cesarebordi.it/osx-macos-evitare-automount-disco/#respond</comments>
		
		<dc:creator><![CDATA[cesarebordi]]></dc:creator>
		<pubDate>Tue, 30 Oct 2018 11:31:16 +0000</pubDate>
				<category><![CDATA[Apple OSX / iOS]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[automount]]></category>
		<category><![CDATA[disco]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.cesarebordi.it/?p=547</guid>

					<description><![CDATA[<p>Problema: abbiamo un disco esterno collegato al mac che usiamo frequentemente, ma che non vogliamo che venga caricato automaticamente (automount) ad ogni avvio. Soluzione: possiamo risolvere il problema...</p>
<p>L'articolo <a href="https://cesarebordi.it/osx-macos-evitare-automount-disco/">OSX/macOS: disabilitare l&#8217;automount di un disco all&#8217;avvio</a> sembra essere il primo su <a href="https://cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Problema</strong></span>: abbiamo un <strong>disco esterno</strong> collegato al mac che usiamo frequentemente, ma che non vogliamo che venga <strong>caricato automaticamente</strong> (<strong>automount</strong>) ad ogni avvio.</p>
<p><span style="text-decoration: underline;"><strong>Soluzione</strong></span>: possiamo risolvere il problema in pochi passaggi:</p>
<ol>
<li>Apriamo Utility Disco &gt; click destro sul disco interessato &gt; informazi.</li>
<li>Tra i dati visualizzati copiamo il suo UUID e controlliamo bene il tipo di partizione (es: afps, nfs, &#8230;)</li>
<li>Apriamo il terminale e digitiamo
<pre class="brush: bash; title: ; notranslate">sudo nano /etc/fstab</pre>
<p>per aprire/creare il file fstab</li>
<li>Aggiungiamo la seguente riga ovviamente con lo UUID copiato e il <strong>corretto tpo di partizione</strong>.
<pre class="brush: bash; title: ; notranslate">UUID=0D5C01AC-1F4B-3E75-A51D-5AEA560C3101 none &amp;amp;lt;span style=&quot;text-decoration: underline;&quot;&amp;amp;gt;&amp;amp;lt;strong&amp;amp;gt;apfs&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt; rw,noauto</pre>
</li>
<li>CTRL+O per salvare</li>
<li>CTRL+X per salvare</li>
<li>Digitare
<pre class="brush: bash; title: ; notranslate">sudo automount -vc</pre>
</li>
<li>Riavviare!</li>
</ol>
<p>Questa guida vale sia per <strong>OSX</strong> che per <strong>macOS</strong></p>
<p>L'articolo <a href="https://cesarebordi.it/osx-macos-evitare-automount-disco/">OSX/macOS: disabilitare l&#8217;automount di un disco all&#8217;avvio</a> sembra essere il primo su <a href="https://cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cesarebordi.it/osx-macos-evitare-automount-disco/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>macOS: modificare formato screenshot: jpg, png, pdf, tiff e gif</title>
		<link>https://cesarebordi.it/macos-modificare-formato-screenshot-jpg-png-pdf-tiff-gif/</link>
					<comments>https://cesarebordi.it/macos-modificare-formato-screenshot-jpg-png-pdf-tiff-gif/#respond</comments>
		
		<dc:creator><![CDATA[cesarebordi]]></dc:creator>
		<pubDate>Sun, 07 Oct 2018 10:30:36 +0000</pubDate>
				<category><![CDATA[Apple OSX / iOS]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[screenshot]]></category>
		<guid isPermaLink="false">http://www.cesarebordi.it/?p=523</guid>

					<description><![CDATA[<p>Problema: dovete realizzare degli screenshot per i vostri clienti, ma le immagini PNG generate sono inutilmente pesanti. Questo vi costringe spesso ad utilizzare Photoshop o Anteprima per risalvare...</p>
<p>L'articolo <a href="https://cesarebordi.it/macos-modificare-formato-screenshot-jpg-png-pdf-tiff-gif/">macOS: modificare formato screenshot: jpg, png, pdf, tiff e gif</a> sembra essere il primo su <a href="https://cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Problema: dovete <strong>realizzare degli screenshot</strong> per i vostri clienti, ma le immagini PNG generate sono inutilmente <strong>pesanti</strong>. Questo vi costringe spesso ad utilizzare Photoshop o Anteprima per risalvare l&#8217;immagine in JPG e renderla più &#8220;leggera&#8221; prima dell&#8217;invio.</p>



<p class="wp-block-paragraph">Soluzione: in <strong>OSX</strong> e <strong>macOS</strong> è possibile <strong>modificare il formato degli screenshot</strong> specificando come volete che <strong>istantanea schermo</strong> salvi i file.</p>



<p class="wp-block-paragraph">Per modificare il formato di salvataggio degli screenshot basta aprire il terminale e lanciare un semplice comando:</p>



<h3 class="wp-block-heading"><strong>Screenshot in formato JPG</strong><br /></h3>



<p class="wp-block-paragraph"><pre class="brush: bash; title: ; notranslate">defaults write com.apple.screencapture type jpg;killall SystemUIServer</pre></p>



<p class="wp-block-paragraph"><strong></strong></p>



<h3 class="wp-block-heading" id="mce_29"><strong>Screenshot in formato PDF</strong><br /></h3>



<p class="wp-block-paragraph"><pre class="brush: bash; title: ; notranslate">defaults write com.apple.screencapture type PDF;killall SystemUIServer</pre></p>



<p class="wp-block-paragraph"><strong></strong></p>



<h3 class="wp-block-heading" id="mce_29"><strong>Screenshot in formato TIFF</strong><br /></h3>



<p class="wp-block-paragraph"><pre class="brush: bash; title: ; notranslate">defaults write com.apple.screencapture type tiff;killall SystemUIServer</pre></p>



<h3 class="wp-block-heading" id="mce_29"><strong>Screenshot in formato GIF</strong><br /></h3>



<p class="wp-block-paragraph"><pre class="brush: bash; title: ; notranslate">defaults write com.apple.screencapture type tiff;killall SystemUIServer</pre></p>



<p class="wp-block-paragraph"><strong></strong></p>



<h3 class="wp-block-heading" id="mce_29"><strong>Screenshot in formato PNG<del></del></strong><br /></h3>



<p class="wp-block-paragraph"><pre class="brush: bash; title: ; notranslate">defaults write com.apple.screencapture type png;killall SystemUIServer</pre></p>



<p class="wp-block-paragraph"><br /></p>
<p>L'articolo <a href="https://cesarebordi.it/macos-modificare-formato-screenshot-jpg-png-pdf-tiff-gif/">macOS: modificare formato screenshot: jpg, png, pdf, tiff e gif</a> sembra essere il primo su <a href="https://cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cesarebordi.it/macos-modificare-formato-screenshot-jpg-png-pdf-tiff-gif/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>macOS &#8211; problema Dock, Exposé e Spaces frizzati</title>
		<link>https://cesarebordi.it/macos-problema-dock-expose/</link>
					<comments>https://cesarebordi.it/macos-problema-dock-expose/#respond</comments>
		
		<dc:creator><![CDATA[cesarebordi]]></dc:creator>
		<pubDate>Fri, 26 Jan 2018 14:35:44 +0000</pubDate>
				<category><![CDATA[Apple OSX / iOS]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[high sierra]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sierra]]></category>
		<guid isPermaLink="false">http://www.cesarebordi.it/?p=498</guid>

					<description><![CDATA[<p>Problema: Dopo l&#8217;aggiornato a macOS (Sierra o High Sierra) e con una certa frequenza ha problemi con la Dock che si frizza o non Spaces ed Exposé non...</p>
<p>L'articolo <a href="https://cesarebordi.it/macos-problema-dock-expose/">macOS &#8211; problema Dock, Exposé e Spaces frizzati</a> sembra essere il primo su <a href="https://cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="text-decoration: underline;">Problema</span>: Dopo l&#8217;aggiornato a <strong>macOS</strong> (Sierra o High Sierra) e con una certa frequenza ha <strong>problemi</strong> con la <strong>Dock</strong> che si frizza o non <strong>Spaces</strong> ed <strong>Exposé</strong> non funzionano più&#8230;<span id="more-498"></span></p>
<p>Riprendo un <a href="http://www.cesarebordi.it/osx-el-capitan-problema-dock-freeze/">mio precedente articolo</a> per il medesimo problema su El Capitan visto che con macOS si ripresenta, ma la soluzione è leggermente diversa&#8230;</p>
<p><span style="text-decoration: underline;">Conseguenza</span>: il tuo lavoro diventa snervante! Da <strong>Web Developer</strong> tiri pugni sulla scrivania ogni volta che devi cambiare applicativo o da <strong>Project Manager</strong> ti snervi perché devi comunicare con il tuo team o con il cliente, ma non sai più come aprire il tuo client di posta!</p>
<p><span style="text-decoration: underline;">Possibili cause</span>: l&#8217;aggiornamento del sistema operativo non accetta di buon grado i file di configurazione della Dock ereditati dalla precedente versione. Probabilmente anche eventuali alias a risorse remote possono esserne la causa.</p>
<p><span style="text-decoration: underline;">Soluzione</span>: bisogna resettare la Dock, in modo che vengano ricreati i file di configurazione. Per fare questo è sufficiente aprire il terminale e lanciare il seguente comando:</p>
<pre class="brush: bash; title: ; notranslate">defaults delete com.apple.dock; killall Dock</pre>
<p>e <strong>riavviare il sistema</strong> (che fa sempre bene!).</p>
<p>A questo punto non vi rimarrà altro da fare che riposizionare i vostri elementi preferiti sulla Dock!</p>
<p>Nel caso vogliate inserire dei separatori consiglio la lettura di quest&#8217;<a href="http://www.cesarebordi.it/osx-aggiungere-separatore-alla-dock/">altro mio articolo</a>.</p>
<p>L'articolo <a href="https://cesarebordi.it/macos-problema-dock-expose/">macOS &#8211; problema Dock, Exposé e Spaces frizzati</a> sembra essere il primo su <a href="https://cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cesarebordi.it/macos-problema-dock-expose/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
