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

<image>
	<url>https://www.cesarebordi.it/wp-content/uploads/2016/02/CB-logo-88x88.png</url>
	<title>osx Archivi - Cesare Bordi | Innovation Manager &amp; Back-end Developer</title>
	<link>https://www.cesarebordi.it/tag/osx/</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://www.cesarebordi.it/osx-macos-evitare-automount-disco/</link>
					<comments>https://www.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://www.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://www.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://www.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://www.cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.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://www.cesarebordi.it/macos-modificare-formato-screenshot-jpg-png-pdf-tiff-gif/</link>
					<comments>https://www.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://www.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://www.cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>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>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>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><pre class="brush: bash; title: ; notranslate">defaults write com.apple.screencapture type jpg;killall SystemUIServer</pre></p>



<p><strong></strong></p>



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



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



<p><strong></strong></p>



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



<p><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><pre class="brush: bash; title: ; notranslate">defaults write com.apple.screencapture type tiff;killall SystemUIServer</pre></p>



<p><strong></strong></p>



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



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



<p><br /></p>
<p>L'articolo <a href="https://www.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://www.cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.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://www.cesarebordi.it/macos-problema-dock-expose/</link>
					<comments>https://www.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://www.cesarebordi.it/macos-problema-dock-expose/">macOS &#8211; problema Dock, Exposé e Spaces frizzati</a> sembra essere il primo su <a href="https://www.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://www.cesarebordi.it/macos-problema-dock-expose/">macOS &#8211; problema Dock, Exposé e Spaces frizzati</a> sembra essere il primo su <a href="https://www.cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cesarebordi.it/macos-problema-dock-expose/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Modificare file hosts su Mac OSX</title>
		<link>https://www.cesarebordi.it/modificare-file-hosts-mac-osx/</link>
					<comments>https://www.cesarebordi.it/modificare-file-hosts-mac-osx/#respond</comments>
		
		<dc:creator><![CDATA[cesarebordi]]></dc:creator>
		<pubDate>Tue, 18 Jul 2017 13:52:27 +0000</pubDate>
				<category><![CDATA[Apple OSX / iOS]]></category>
		<category><![CDATA[Articoli]]></category>
		<category><![CDATA[Categorie]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[terminale]]></category>
		<guid isPermaLink="false">http://www.cesarebordi.it/?p=437</guid>

					<description><![CDATA[<p>Ecco una breve guida per modificare il file hosts su Mac OSX così da cambiare il puntamento dei domini su IP diversi da quelli realmente risolti dai DNS pubblici....</p>
<p>L'articolo <a href="https://www.cesarebordi.it/modificare-file-hosts-mac-osx/">Modificare file hosts su Mac OSX</a> sembra essere il primo su <a href="https://www.cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ecco una breve guida per modificare il file hosts su Mac OSX così da cambiare il puntamento dei domini su IP diversi da quelli realmente risolti dai DNS pubblici.</p>
<p>Aprire il terminale e digitare il seguente comando per aprire l&#8217;editor testuale Nano con i privilegi di amministratore:</p>
<pre class="brush: bash; title: ; notranslate">
sudo nano /etc/hosts
</pre>
<p>Aggiungere in una riga qualsiasi la riga che associa il nuovo IP al dominio desiderato. Es:</p>
<pre class="brush: bash; title: ; notranslate">
80.70.60.120 nomedominio.ext
</pre>
<p>Premere le combinazioni di tasti <b>CTRL+O</b> e poi INVIO per salvare e <strong>CTRL+X</strong> per chiudere Nano.</p>
<p>In alternativa si possono usare utility free per switchare rapidamente diversi file hosts come <a href="https://oldj.github.io/SwitchHosts/" target="_blank" rel="noopener noreferrer">SwitchHost!</a> o <a href="http://clockwise.ee/" target="_blank" rel="noopener noreferrer">Gas Mask</a>.</p>
<p>L'articolo <a href="https://www.cesarebordi.it/modificare-file-hosts-mac-osx/">Modificare file hosts su Mac OSX</a> sembra essere il primo su <a href="https://www.cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cesarebordi.it/modificare-file-hosts-mac-osx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Raspberry Pi: scrivere immagine su SD card con OSX</title>
		<link>https://www.cesarebordi.it/raspberry-pi-immagine-sd-card-osx/</link>
					<comments>https://www.cesarebordi.it/raspberry-pi-immagine-sd-card-osx/#respond</comments>
		
		<dc:creator><![CDATA[cesarebordi]]></dc:creator>
		<pubDate>Sat, 24 Sep 2016 18:15:10 +0000</pubDate>
				<category><![CDATA[Apple OSX / iOS]]></category>
		<category><![CDATA[Miscellanea]]></category>
		<category><![CDATA[TechNerd]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[makeit]]></category>
		<category><![CDATA[orange pi]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[technerd]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<guid isPermaLink="false">http://www.cesarebordi.it/?p=392</guid>

					<description><![CDATA[<p>Appunto valido per Raspberry Pi, Orange Pi, &#8230; su come scrivere in OSX la SD card&#160; con l&#8217;immagine del sistema operativo che ci occorre per il nostro porgetto....</p>
<p>L'articolo <a href="https://www.cesarebordi.it/raspberry-pi-immagine-sd-card-osx/">Raspberry Pi: scrivere immagine su SD card con OSX</a> sembra essere il primo su <a href="https://www.cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[


<p>Appunto valido per <strong>Raspberry Pi</strong>, <strong>Orange Pi</strong>, &#8230; su come scrivere in OSX la <strong>SD card</strong>&nbsp; con l&#8217;<strong>immagine</strong> del sistema operativo che ci occorre per il nostro porgetto. Funziona con i più diffusi file immagine come <strong>Raspbian</strong>, <strong>Armbian</strong>, <strong>Arch Linux</strong>, <strong>Volumio</strong>, <strong>RuneAudio</strong>, <strong>Retropie</strong>, <strong>RetrOrangePi</strong>, &#8230;</p>



<p>Di seguito i comandi da lanciare, uno dopo l&#8217;altro.</p>



<p><strong>diskN</strong> deve essere sostituito con il disco che rappresenta la nostra SD. Il comando diskutil list mostrerà infatti la lista dei dispositivi montati dal osx. Conoscendo la dimensione della memory card, individueremo facilmente l&#8217;alias assegnato alla SD, ad esempio &#8220;<strong>disk2</strong>&#8220;.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: bash; title: ; notranslate">
diskutil list 
diskutil unmountDisk /dev/diskN 
sudo dd if=/dev/zero of=/dev/diskN bs=1024 count=1 
sudo dd bs=4m if=/Users/XXX/YYY/nome-immagine.img of=/dev/diskN
</pre></div>


<p>Per creare un&#8217;immagine da SD invece usare:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
sudo dd if=/dev/rdiskN of=/Users/XXX/YYY/nome-immagine.img bs=1m
</pre></div><p>L'articolo <a href="https://www.cesarebordi.it/raspberry-pi-immagine-sd-card-osx/">Raspberry Pi: scrivere immagine su SD card con OSX</a> sembra essere il primo su <a href="https://www.cesarebordi.it">Cesare Bordi | Innovation Manager &amp; Back-end Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cesarebordi.it/raspberry-pi-immagine-sd-card-osx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
