<?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>Sniptools &#187; Mac</title> <atom:link href="http://sniptools.com/tag/mac/feed/" rel="self" type="application/rss+xml" /><link>http://sniptools.com</link> <description>Design &#38; Technology Observations</description> <lastBuildDate>Tue, 15 May 2012 09:23:41 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Fix slow network file transfers across Mac OSX Lion</title><link>http://sniptools.com/mac-osx/fix-slow-network-file-transfers-across-mac-osx-lion</link> <comments>http://sniptools.com/mac-osx/fix-slow-network-file-transfers-across-mac-osx-lion#comments</comments> <pubDate>Mon, 10 Oct 2011 01:54:28 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Mac OSX]]></category> <category><![CDATA[lan]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[wifi]]></category> <category><![CDATA[wireless]]></category><guid
isPermaLink="false">http://sniptools.com/?p=567</guid> <description><![CDATA[Suddenly, after the upgrade from Snow Leopard to the much vaunted OSX Lion, my wireless transfers over a home LAN network became sluggish. It was taking a few *minutes* to transfer a simple file. Apparently I am not the only one with these issues. I tried a few fixes gleaned from a bunch of separate [...]]]></description> <content:encoded><![CDATA[<p>Suddenly, after the upgrade from Snow Leopard to the much vaunted OSX Lion, my wireless transfers over a home LAN network became sluggish. It was taking a few *minutes* to transfer a simple file.</p><p>Apparently I am <a
href="https://discussions.apple.com/message/6676691?messageID=6676691#6676691" title="Apple Support Discussion about slow network speed ">not the only one</a> with these issues.</p><p>I tried a few fixes gleaned from a bunch of separate threads on the Apple forum, and off the web. Not everything is a smart suggestion. Here's what finally works, so hope this saves some people with similar problems the time:</p><p>[You need root access for the "<code>sudo</code>" bits of the following code to work, of course.]</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
2
3
</pre></td><td
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">bash</span> <span style="color: #660033;">-c</span> <span style="color: #ff0000;">&quot;echo 'net.inet.tcp.delayed_ack=0' &gt;&gt; /etc/sysctl.conf&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">bash</span> <span style="color: #660033;">-c</span> <span style="color: #ff0000;">&quot;echo 'net.inet.tcp.recvspace=40960' &gt;&gt; /etc/sysctl.conf&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">bash</span> <span style="color: #660033;">-c</span> <span style="color: #ff0000;">&quot;echo 'net.inet.tcp.rfc1323=0' &gt;&gt; /etc/sysctl.conf&quot;</span></pre></td></tr></table></div><p></p><p>Make sure the single quotes remain single quotes in the above code share. These new <code>sysctl</code> settings will take effect <strong>after a reboot</strong>.</p><p>Another useful suggestion is to disable the IPV6 stuff. Not needed for now. Done using:</p><p><code><br
/> System Preferences -><br
/> Network -><br
/> Airport (or your WiFi listing) -><br
/> Advanced (button) -><br
/> TCP/IP (tab)<br
/> </code></p><p>Change the IPV6 to "Link — Local".</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/mac-osx/fix-slow-network-file-transfers-across-mac-osx-lion/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Uninstall Saft. For good. Really.</title><link>http://sniptools.com/webtools/uninstall-saft-delete-saft-from-safari</link> <comments>http://sniptools.com/webtools/uninstall-saft-delete-saft-from-safari#comments</comments> <pubDate>Mon, 04 Aug 2008 08:38:56 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Web Tools]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[Safari]]></category><guid
isPermaLink="false">http://sniptools.com/?p=405</guid> <description><![CDATA[If you're here, you know what I'm talking about. The Safari plugin sounds like a neat little tool but is a pesky customer on any computer. Not the way to win hearts. Deleting it doesn't work, not do the instructions on their website. Here is how I did. First, close Safari. This is VERY important, [...]]]></description> <content:encoded><![CDATA[<p>If you're here, you know what I'm talking about. The Safari plugin sounds like a neat little tool but is a pesky customer on any computer. Not the way to win hearts. Deleting it doesn't work, not do the instructions on their website.</p><p>Here is how I did.</p><ol><li>First, close Safari. This is VERY important, as it does not work otherwise.</li><li>Start Terminal. (Go to Applications -&gt; Utilities -&gt; Terminal, or type Terminal in Spotlight).</li><li>Under Terminal type "sudo –s" without the quotation marks to log in as root.</li><li>Then enter:<div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.finder AppleShowAllFiles TRUE</pre></div></div></li><li>Go to the blue (or gray) apple at the top left of the screen, then select Force Quit. From the menu of items, click on "Saft" and click on the Force Quit button.</li><li>Then, in the same Force Quit window, click on "Finder" and click the "Relaunch" button.</li><li>In the Finder window, on the top right bar (the Filter spotlight bar), type "saft" without the quotes. Delete with delight any file called Saft. Note: This may reveal a few other files that may contain the word "Saft" such as threads.py in my case (a Python file). Naturally, you want to NOT delete these. Just get rid of the Saft files.</li><li>Empty the trash. If there is a file that won't delete because it's in use, then Force Quit "Saft" again as in Step 5 above, and then Empty Trash again.</li><li>Go back into Terminal, and type "sudo –s" again without quotation marks. Then enter:<div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"> defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.finder AppleShowAllFiles FALSE</pre></div></div><p>This will set the Finder back to the way it was before. Then type "exit" and it will exit out of the root.</li><li>Now navigate to the folder: <code>/Library/InputManagers</code>. Note that this is NOT the "Library" folder in your Users folder. This is the Library folder from the root. Inside InputManagers is the "saft" folder — get rid of it.</li><li>Empty Trash (again). If it says Saft is in use, reboot the machine and empty it then. Or if you use some excellent utility like <a
href="/vault/osx-utilities-power-users">MainMenu</a> you can "Force Empty Trash".</li></ol><p>Go back to your happy, problem free Mac!Â  <img
src="http://sniptools.com/cms/wp-includes/images/smilies/icon_smile.gif?348443" alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/webtools/uninstall-saft-delete-saft-from-safari/feed/</wfw:commentRss> <slash:comments>21</slash:comments> </item> <item><title>Apple Safari 3 Beta for Windows</title><link>http://sniptools.com/webtools/apple-safari-beta-for-windows</link> <comments>http://sniptools.com/webtools/apple-safari-beta-for-windows#comments</comments> <pubDate>Tue, 12 Jun 2007 11:33:10 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Mac OSX]]></category> <category><![CDATA[Web Tools]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[Safari]]></category> <category><![CDATA[Tools/Reviews]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=149</guid> <description><![CDATA[apple safari beta for windows
]]></description> <content:encoded><![CDATA[<p>Finally, we can (hopefully) test Safari on Windows too, but it remains to be seen how this compares with Firefox and its battalion of extensions and the ever-blazing Opera.</p><p><span
id="more-149"></span></p><h3>Apple is on to some exciting things. After the iPhone and the new eagerly awaited of the Max OSX, it even announced <a
href="http://www.apple.com/safari/download/">Safari 3 Beta</a> for Windows!</h3><p>The install was painless. Especially if you choose the no-Quicktime option (which Apple has no qualms about plugging shamelessly with almost every download it offers). I was also asked during the installation for '<a
href="http://www.apple.com/support/downloads/bonjourforwindows.html">Bonjour</a>' — a tool that supposedly allows better sharing of things such as printers.</p><h3>The immediate uninstall</h3><p>When I started the browser, it came up in some weird language. Greek, or Russian, or a specific kind of Celt. Who knows. I tried to reinstall, and it insisted on removing Safari first, which is ok, but it also required me to close Firefox, SecureCRT (for SSH) and WinSCP (for SFTP). I like my browsers to be independent of each other thank you. Opera never bothers with what else I am using.</p><h3>The second and final uninstall</h3><p>After the re-install, it showed up yet again in the strange language. Nowhere on my system is this language set up. All my browsers are set up to show only English, but support Japanese and Chinese. I guess it's "beta" for a reason. It surely has a long way to go if it wants to be anywhere near decent contention to FF and Opera. Below's a snapshot of what this gunk looks like on my machine:</p><div
class="indent"> <img
alt="safari-windows-error.gif" src="http://sniptools.com/safari-windows-error.gif?348443" width="485" height="308" /></div><p>Turns out these junk characters are not really a language at all. When I try to type something in the location bar, it comes up in this junk lingo. I try and rummage through these nonsensical options to see if one of the menus or submenus may have "English" as an option, but no luck.</p><h3>Conclusion</h3><p>This mutt is off my PC before it could even bark. So long, Safari, and thanks for all the fish.</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/webtools/apple-safari-beta-for-windows/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>MacOSX interface on Windows with Flyakite</title><link>http://sniptools.com/windows/flyakiteosx-mac-gui-for-windows</link> <comments>http://sniptools.com/windows/flyakiteosx-mac-gui-for-windows#comments</comments> <pubDate>Thu, 21 Jul 2005 06:42:05 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Flyakite]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[Tips/Tricks]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=124</guid> <description><![CDATA[flyakiteosx mac gui for windows
]]></description> <content:encoded><![CDATA[<p>If not to make things simpler for you, then for the sheer delight of it, it's kind of fun to make your Windows PC look like a Mac. A full theme from FlyakiteOSX, sounds and all, makes it a breeze.</p><p>Want a Mac look on your Windows machine? Skins and themes would be nice, but there's more to that when you want to REALLY emulate a Mac OSX interface entirely. There are plenty of programs available to emulate specific features of OSX, e.g. Finder, icons, etc [<a
href="http://www.osx-e.com/downloads/icons/1000_pngs.html">example</a>].</p><p>But Flyakite OSX is a project that's looking mature, and it comes with a very complete theme, including sounds and mouse cursors and Explorer customization, things you don't typically expect from a simple 'theme'.</p><div
class="quote"><a
href="http://osx.portraitofakite.com/">Download Flyakite OSX here</a></div><p>The website goes for a Mac look itself, which is a bit painful, but it's worth the download.</p><h3>Before you go for it, some caveats</h3><ol><li>The performance of your machine in general may be affected, of course. Not too much though.</li><li>The theme does fundamentally change some core files like Explorer.exe but (a) it makes a backup so you can go back with a simple uninstall, and (b) it doesn't screw up any additional functionality like my Groove button on my Explorer bar.</li><li>I don't like shadows under my windows, but that seems to built-in in the skin.</li><li>Some things like Windows Media Player will not change. WMP has its own skin, which remains untouched.</li></ol> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/windows/flyakiteosx-mac-gui-for-windows/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Robert Cringley&#039;s NerdTV</title><link>http://sniptools.com/vault/robert-cringley-pbs-nerdtv</link> <comments>http://sniptools.com/vault/robert-cringley-pbs-nerdtv#comments</comments> <pubDate>Sat, 16 Jul 2005 04:28:22 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Miscellaneous]]></category> <category><![CDATA[Cringley]]></category> <category><![CDATA[IPTV]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Musings]]></category> <category><![CDATA[PBS]]></category> <category><![CDATA[TV]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=119</guid> <description><![CDATA[robert cringley pbs nerdtv
]]></description> <content:encoded><![CDATA[<p>Robert Cringley of PBS isn't happy with merely a tech column. He wants his own TV show, downloadable from the PBS website of course in true geek spirit.</p><p>Can't get enough nerdiness on <a
href="http://slashdot.org/">Slashdot</a> and <a
href="http://www.kuro5hin.org/">Kuro5hin</a>? Starting Sept. 6, PBS will broadcast a Web-exclusive downloadable series featuring the best of the nerd lot.</p><p>Dubbed NerdTV<sup>â„¢ ?</sup>, the series of 13 one-hour shows will be hosted by technology columnist and industry insider <a
href="http://www.pbs.org/cringely/">Robert X. Cringely</a>.</p><p>Cringely, author of "<a
href="http://www.amazon.com/exec/obidos/tg/detail/-/0887308554/qid=1121389565/sr=8-1/ref=pd_bbs_ur_1/103-3035649-7131811?v=glance&amp;s=books&amp;n=507846">Accidental Empires: How the Boys of Silicon Valley Make Their Millions, Battle Foreign Competition, and Still Can't Get a Date</a>," will interview such nerd notables as Pay-Pal co-founder Max Levchin, original Macintosh programmer Andy Hertzfeld and Bill Joy, father of Berkeley UNIX.</p><p>In a <a
href="http://www.pbs.org/cringely/pulpit/2005/pulpit_20050707_000858.html">column on pbs.org last week</a>, Cringely offered a bunch of nerd-friendly production and format specs for the series and stressed that NerdTV will be distributed under a Creative Commons license, which means viewers can redistribute the shows at will. Which is an interesting development, the CC license is beginning to be heralded among music circles as well, because it affords an artist the ability to remix and mash licensed songs as they see fit for non-commercial purposes. Personally, I can't wait to make my own 'remixed' versions of Cringely's show for my own nefarious purposes.</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/vault/robert-cringley-pbs-nerdtv/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 4/9 queries in 0.003 seconds using disk: basic
Object Caching 869/878 objects using disk: basic

Served from: sniptools.com @ 2012-05-17 20:32:59 -->
