<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Fix on myByways</title><link>https://myByways.com/tags/fix/</link><description>Recent content in Fix on myByways</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 10 Sep 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://myByways.com/tags/fix/index.xml" rel="self" type="application/rss+xml"/><item><title>Fix Web Background Videos That Do Not Auto-play in Safari on iOS</title><link>https://myByways.com/post/fix-web-background-videos-that-do-not-auto-play-in-safari-on-ios/</link><pubDate>Sun, 10 Sep 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fix-web-background-videos-that-do-not-auto-play-in-safari-on-ios/</guid><description>&lt;p&gt;I recently encountered a situation where &lt;strong&gt;Safari&lt;/strong&gt; would not play &lt;strong&gt;background videos&lt;/strong&gt; in web pages! I initially assumed the page was broken&amp;hellip; until I realized mine was the only iPhone with this behaviour, yet I am on the latest iPhone and iOS version. I finally figured what was different with my setup, and how to solve this issue.&lt;/p&gt;</description></item><item><title>SDXL 1.0 with SDXL-ControlNet: OpenPose (v2)</title><link>https://myByways.com/post/sdxl-1-0-with-sdxl-controlnet-openpose-v2/</link><pubDate>Fri, 18 Aug 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/sdxl-1-0-with-sdxl-controlnet-openpose-v2/</guid><description>&lt;p&gt;As &lt;a href="https://myByways.com/post/fooocus-ksampler-custom-node-for-comfyui-sdxl"&gt;promised in my last post&lt;/a&gt;, today I am testing out &lt;strong&gt;Thibaud Zamora&lt;/strong&gt;’s &lt;a href="https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0" rel="external"&gt;SDXL-controlnet: OpenPose (v2) model&lt;/a&gt; using &lt;a href="https://github.com/comfyanonymous/ComfyUI" rel="external"&gt;ComfyUI&lt;/a&gt;. I keep saying I’ll keep my posts short but never do&amp;hellip;&lt;/p&gt;</description></item><item><title>Fooocus KSampler Custom Node for ComfyUI SDXL</title><link>https://myByways.com/post/fooocus-ksampler-custom-node-for-comfyui-sdxl/</link><pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fooocus-ksampler-custom-node-for-comfyui-sdxl/</guid><description>&lt;p&gt;Recently I tried &lt;a href="https://github.com/lllyasviel/Fooocus" rel="external"&gt;Fooocus by Lyumin Zhang (Illyasviel)&lt;/a&gt; which fulfills its promise to allow one to “Focus on prompting and generating” - it is certainly easy to use! But shortly after its release, someone has “ported” the code to &lt;a href="https://github.com/comfyanonymous/ComfyUI" rel="external"&gt;ComfyUI&lt;/a&gt; as a &lt;strong&gt;Custom Node&lt;/strong&gt;! So of course it’s time to test it out&amp;hellip;&lt;/p&gt;</description></item><item><title>Configure a mouse for macOS trackpad-like gestures</title><link>https://myByways.com/post/configure-a-mouse-for-macos-trackpad-like-gestures/</link><pubDate>Sun, 16 Jul 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/configure-a-mouse-for-macos-trackpad-like-gestures/</guid><description>&lt;p&gt;A short post about setting up a mouse on macOS to mimic trackpad gestures.&lt;/p&gt;</description></item><item><title>Running Steam in Game Porting Toolkit</title><link>https://myByways.com/post/running-steam-in-game-porting-toolkit/</link><pubDate>Wed, 14 Jun 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/running-steam-in-game-porting-toolkit/</guid><description>&lt;p&gt;In &lt;a href="https://myByways.com/post/apple-game-porting-toolkit-with-whisky"&gt;my previous post&lt;/a&gt;, I managed to get &lt;a href="https://github.com/IsaacMarovitz/Whisky" rel="external"&gt;Whisky&lt;/a&gt;, with Apple’s &lt;strong&gt;Game Porting Toolkit&lt;/strong&gt;, working on macOS Ventura without Homebrew. Here I manage to get &lt;a href="https://store.steampowered.com/about/" rel="external"&gt;Steam&lt;/a&gt; running after jumping through hoops.&lt;/p&gt;</description></item><item><title>Disabling macOS Print Job History Files</title><link>https://myByways.com/post/disabling-macos-print-job-history-files/</link><pubDate>Fri, 11 Nov 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/disabling-macos-print-job-history-files/</guid><description>&lt;p&gt;Did you know the macOS Printer service (Common UNIX Printing System, or &lt;strong&gt;CUPS&lt;/strong&gt;) keeps a copy of every single print job ever? Here’s how to change this default behaviour.&lt;/p&gt;</description></item><item><title>Running x86 docker images in Multipass on an ARM M1 mac</title><link>https://myByways.com/post/running-x86-docker-images-in-multipass-on-an-arm-m1-mac/</link><pubDate>Fri, 29 Jul 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/running-x86-docker-images-in-multipass-on-an-arm-m1-mac/</guid><description>&lt;p&gt;Did you know it is possible to run &lt;strong&gt;x86_64&lt;/strong&gt; Docker containers on an &lt;strong&gt;ARM-based M1&lt;/strong&gt; mac? It’s quite staightforward with &lt;strong&gt;Multipass&lt;/strong&gt; and &lt;strong&gt;Docker&lt;/strong&gt; (if you are new to Multipass, check out my &lt;a href="https://myByways.com/post/multipass-for-docker-containers-on-macos"&gt;Multipass for Docker containers on macOS post&lt;/a&gt; from a few months ago).&lt;/p&gt;</description></item><item><title>Script to re-map MacBook Pro function keys</title><link>https://myByways.com/post/script-to-re-map-macbook-pro-function-keys/</link><pubDate>Sun, 19 Jun 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/script-to-re-map-macbook-pro-function-keys/</guid><description>&lt;p&gt;In &lt;a href="https://myByways.com/post/remapping-physical-function-keys-on-macbook-pros"&gt;my last post, “Re-mapping physical function keys on MacBook Pros”&lt;/a&gt; I used the &lt;code&gt;hidutil&lt;/code&gt; tool to re-map the function keys on a Mac without a touchbar. I’ve since created a script to more easily apply changes.&lt;/p&gt;</description></item><item><title>Re-mapping physical function keys on MacBook Pros</title><link>https://myByways.com/post/remapping-physical-function-keys-on-macbook-pros/</link><pubDate>Wed, 15 Jun 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/remapping-physical-function-keys-on-macbook-pros/</guid><description>&lt;p&gt;One common ask from &lt;strong&gt;M1&lt;/strong&gt; (Apple Silicon / ARM) &lt;strong&gt;MacBook Pro&lt;/strong&gt; users is to be able to re-define what the top row of physical function keys do, for example, to change the &lt;kbd&gt;Dictation (F5)&lt;/kbd&gt; key to decrease the keyboard backlight brightness and &lt;kbd&gt;DND (F6)&lt;/kbd&gt; to increase it, similar to other Macs. Here’s how to do that&amp;hellip; and more!&lt;/p&gt;</description></item><item><title>Modifying the Grav Feeds Plugin Output</title><link>https://myByways.com/post/modifying-the-grav-feeds-plugin-output/</link><pubDate>Sat, 05 Feb 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/modifying-the-grav-feeds-plugin-output/</guid><description>&lt;p&gt;There are a couple of things I don’t like with the feeds produced by the standard &lt;a href="https://github.com/getgrav/grav-plugin-feed" rel="external"&gt;Grav Syndication Feed Plugin&lt;/a&gt;. Fortunately, the feeds are generated via &lt;a href="https://learn.getgrav.org/17/themes/twig-primer" rel="external"&gt;Twig templates&lt;/a&gt; that can easily be customized!&lt;/p&gt;</description></item><item><title>AirPlay Receiver on an unsupported mac with Monterey</title><link>https://myByways.com/post/airplay-receiver-on-an-unsupported-mac-with-monterey/</link><pubDate>Wed, 17 Nov 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/airplay-receiver-on-an-unsupported-mac-with-monterey/</guid><description>&lt;p&gt;While waiting for macOS Universal Control, I wanted to try &lt;strong&gt;AirPlay Receiver&lt;/strong&gt;. Unfortunately, it is not supported (“locked”) on my older macBook. But recently I stumbled upon &lt;a href="https://www.youtube.com/watch?v=sO0yc3_hOE8" rel="external"&gt;Mr. Macintosh’s “Airplay BLOCKED on Monterey? How to unlock it!” video on YouTube&lt;/a&gt;!&lt;/p&gt;</description></item><item><title>DNS settings to fix emails being marked as spam</title><link>https://myByways.com/post/dns-settings-to-fix-emails-being-marked-as-spam/</link><pubDate>Sun, 07 Feb 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/dns-settings-to-fix-emails-being-marked-as-spam/</guid><description>&lt;p&gt;Recently a number of emails sent from one of our domains was getting tagged as spam by the receipent. Here are some things I learnt trying to fix this problem&amp;hellip;&lt;/p&gt;</description></item><item><title>Fix mechanical keyboard keys 1678923450</title><link>https://myByways.com/post/fix-mechanical-keyboard-keys-1678923450/</link><pubDate>Sun, 06 Dec 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fix-mechanical-keyboard-keys-1678923450/</guid><description>&lt;p&gt;I suddenly experienced a strange issue today - the row of number keys on my &lt;a href="https://www.1stplayer.com/productdetails/id/38.html" rel="external"&gt;1stPlayer DK 5.0 Lite&lt;/a&gt; mechanical keyboard, i.e. the keys from &lt;code&gt;2&lt;/code&gt; to &lt;code&gt;9&lt;/code&gt;, would output the wrong number! Specifically, hitting all numeric keys in order would output &lt;code&gt;1678923450&lt;/code&gt; instead of &lt;code&gt;1234567890&lt;/code&gt;. This happened while gaming and I have no idea what caused it.&lt;/p&gt;</description></item><item><title>VirtualBox very slow on Windows 10</title><link>https://myByways.com/post/virtualbox-very-slow-on-windows-10/</link><pubDate>Mon, 23 Nov 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/virtualbox-very-slow-on-windows-10/</guid><description>&lt;p&gt;I found that &lt;strong&gt;Oracle VM VirtualBox 6.1&lt;/strong&gt; was running very slowly on my &lt;a href="https://myByways.com/post/my-first-pc-build-with-an-amd-ryzen-5-5600x"&gt;brand new Windows 10 PC&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Initially I thought it was to do with VirtualBox, e.g. insufficient cores or memory, the display controller (VBoxSVGA), insufficient video memory, etc. And then I thought it might be an AMD thing, so had a look at BIOS, e.g. nested AMD-V, etc.&lt;/p&gt;</description></item><item><title>Local Grav PHP ZIP Extension workaround on macOS Catalina</title><link>https://myByways.com/post/local-grav-php-zip-extension-workaround-on-macos-catalina/</link><pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/local-grav-php-zip-extension-workaround-on-macos-catalina/</guid><description>&lt;p&gt;The Apache and PHP bundled with macOS Catalina 10.15 does not include the PHP ZIP extension. &lt;a href="https://getgrav.org/" rel="external"&gt;Grav&lt;/a&gt; (specifically, the &lt;a href="https://github.com/getgrav/grav-plugin-problems" rel="external"&gt;Problems Plugin&lt;/a&gt;) detects this issue, and Grav will not run! Here is a workaround.&lt;/p&gt;</description></item><item><title>Fixing issues with VirtualBox Guest Additions for Ubuntu 20.04</title><link>https://myByways.com/post/fixing-issues-with-virtualbox-guest-additions-for-ubuntu-20-04/</link><pubDate>Sun, 31 May 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-issues-with-virtualbox-guest-additions-for-ubuntu-20-04/</guid><description>&lt;p&gt;I recently installed &lt;a href="https://releases.ubuntu.com/20.04/" rel="external"&gt;Ubuntu 20.04 LTS (Focal Fossa)&lt;/a&gt; (dated 23 April 2020), with the intention of creating a VM using &lt;a href="https://www.virtualbox.org/wiki/Changelog-6.0" rel="external"&gt;VirtualBox 6.0.22&lt;/a&gt; (released 15 May 2020). I had issues with VirtualBox guest additions, and this is how I solved it.&lt;/p&gt;</description></item><item><title>Fixing high-DPI (retina) screenshot metadata</title><link>https://myByways.com/post/fixing-high-dpi-retina-screenshot-metadata/</link><pubDate>Sun, 10 May 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-high-dpi-retina-screenshot-metadata/</guid><description>&lt;p&gt;On my MacBook Pro with retina display, when I take a screenshot, the image is saved with a DPI of 144. But, using &lt;a href="https://imageoptim.com/mac" rel="external"&gt;ImageOptim&lt;/a&gt; to compress the image with &lt;strong&gt;Strip JPEG/PNG Metadata&lt;/strong&gt; enabled will remove (or reset) the DPI setting to 72 DPI - resulting in a double sized image when displayed in Preview and Quick Look. Here is how I correct this.&lt;/p&gt;</description></item><item><title>De-bounce butterfly keyboard double keypress with Karabiner-Elements</title><link>https://myByways.com/post/de-bounce-butterfly-keyboard-double-keypress-with-karabiner-elements/</link><pubDate>Fri, 24 Apr 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/de-bounce-butterfly-keyboard-double-keypress-with-karabiner-elements/</guid><description>&lt;p&gt;Grrr, to no one’s surprise, my MacBook Pro with butterfly keyboard is experiencing keyboard issues. In my case, a keypress on “j” is often triggered twice, resulting in “jj”. And with the lockdowns, I don’t want to risk a repair! So, here is a quick workaround using &lt;a href="https://karabiner-elements.pqrs.org" rel="external"&gt;Karabiner-Elements v12.9.0&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Fixing Grav Admin Panel URL redirect on a local computer</title><link>https://myByways.com/post/fixing-grav-admin-panel-url-redirect-on-a-local-computer/</link><pubDate>Tue, 17 Mar 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-grav-admin-panel-url-redirect-on-a-local-computer/</guid><description>&lt;p&gt;While testing out Grav, it’s quite easy to &lt;a href="https://learn.getgrav.org/16/basics/requirements" rel="external"&gt;setup a local instance&lt;/a&gt; on a macOS computer, since macOS already comes with a suitable web server (Apache 2.4.x and PHP 7.x). I never realized I didn’t actually describe how I set it up, but just wanted to point out one important change.&lt;/p&gt;</description></item><item><title>Fixing Windows 10 100% disk by stopping SysMain</title><link>https://myByways.com/post/fixing-windows-10-100-disk-by-stopping-sysmain/</link><pubDate>Tue, 21 Jan 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-windows-10-100-disk-by-stopping-sysmain/</guid><description>&lt;p&gt;I just spent hours trying to figure out and fix a &lt;strong&gt;Windows 10&lt;/strong&gt; machine that was taking 100% disk, 100% RAM and about 50% CPU with absolutely nothing running. Of course, I initially blamed the user&amp;hellip; then, a misbehaving (hidden, background) app&amp;hellip; then, malware / virus&amp;hellip; the, a runaway Windows Defender&amp;hellip; then, a hard disk / hardware failure&amp;hellip; but ultimately discovering the culprit is - &lt;em&gt;drum roll&lt;/em&gt; - Microsoft Windows itself! As usual!&lt;/p&gt;</description></item><item><title>Windows Permission Problems Copying From NTFS HDD</title><link>https://myByways.com/post/windows-permission-problems-copying-from-ntfs-hdd/</link><pubDate>Wed, 26 Dec 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/windows-permission-problems-copying-from-ntfs-hdd/</guid><description>&lt;p&gt;Today I tried to copy files and folders off a USB hard disk (NTFS formatted) on my Windows 7 desktop. I encountered multiple files with permission problems. The manual method to change permissions is very tedious, so I created a script (DOS batch file) to do the same.&lt;/p&gt;</description></item><item><title>Installing Mojave in Parallels, and UI glitches running Electron Apps</title><link>https://myByways.com/post/mojave-in-parallels-and-electron-apps-with-ui-glitches/</link><pubDate>Sun, 18 Nov 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/mojave-in-parallels-and-electron-apps-with-ui-glitches/</guid><description>&lt;p&gt;I got macOS Mojave 10.14 / 10.14.1 installed in &lt;strong&gt;Parallels&lt;/strong&gt; very easily! But encountered some graphics issues with certain apps&amp;hellip; and managed to find a workaround.&lt;/p&gt;</description></item><item><title>Grav with PHP 5.6 ini_set() fix</title><link>https://myByways.com/post/grav-with-php-5-6-ini_set-fix/</link><pubDate>Sun, 01 Apr 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/grav-with-php-5-6-ini_set-fix/</guid><description>&lt;p&gt;On my hosting provider, there is a slight tweak needed to get &lt;a href="http://getgrav.org/" rel="external"&gt;Grav&lt;/a&gt; to run on &lt;strong&gt;PHP 5.6&lt;/strong&gt;. Here&amp;rsquo;s the solution:&lt;/p&gt;</description></item><item><title>Fixing PowerPoint Slide Show on External Monitor</title><link>https://myByways.com/post/fixing-powerpoint-slide-show-on-external-monitor/</link><pubDate>Sat, 27 Jan 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-powerpoint-slide-show-on-external-monitor/</guid><description>&lt;p&gt;I&amp;rsquo;ve been experiencing this problem for a while - when presenting using &lt;strong&gt;Microsoft PowerPoint for Mac 2016&lt;/strong&gt; (version 15) on an external monitor (or LCD projector), PowerPoint used to both the presentation slide show &lt;em&gt;and&lt;/em&gt; the &lt;strong&gt;Presenter View&lt;/strong&gt; on my notebook display, instead of &lt;strong&gt;Presenter View&lt;/strong&gt; on the notebook and the full-screen slide show on the external monitor. Recently, I found the solution!&lt;/p&gt;</description></item><item><title>Verse contacts missing and sync not working in iOS 11</title><link>https://myByways.com/post/verse-contacts-missing-and-not-syncing-with-ios-11/</link><pubDate>Tue, 26 Sep 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/verse-contacts-missing-and-not-syncing-with-ios-11/</guid><description>&lt;p&gt;I upgraded my iPad to &lt;strong&gt;iOS 11.0.0&lt;/strong&gt; last night - and this morning realized that my &lt;strong&gt;IBM Verse&lt;/strong&gt; contacts had &lt;strong&gt;disappeared from my iPhone&lt;/strong&gt;! I didn&amp;rsquo;t update my iPhone, nor did I make any changes of significance lately. Most upsetting! Here&amp;rsquo;s a guide to restoring your contacts.&lt;/p&gt;</description></item><item><title>Fixing PowerPoint TIFF images and fonts</title><link>https://myByways.com/post/fixing-powerpoint-tiff-images-and-fonts/</link><pubDate>Fri, 25 Aug 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-powerpoint-tiff-images-and-fonts/</guid><description>&lt;p&gt;&lt;strong&gt;Microsoft PowerPoint 2016 for Mac&lt;/strong&gt; (aka version 15) has a strange quirk - when I copy and paste images from &lt;strong&gt;Preview&lt;/strong&gt; or most other applications, the image gets copied in &lt;a href="https://en.wikipedia.org/wiki/TIFF" rel="external"&gt;Tagged Image File Format (TIFF)&lt;/a&gt;. The image is practically uncompressed (or possibly minimally compressed), resulting in very, very huge PPTX files! &lt;strong&gt;Plus:&lt;/strong&gt; Removing unwanted font references.&lt;/p&gt;</description></item><item><title>Workaround for YouTube PiP using iOS Safari with a Workflow.is Action Extension</title><link>https://myByways.com/post/workaround-for-youtube-pip-using-ios-safari-with-a-workflow-is-action-extension/</link><pubDate>Sat, 29 Apr 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/workaround-for-youtube-pip-using-ios-safari-with-a-workflow-is-action-extension/</guid><description>&lt;p&gt;It&amp;rsquo;s pretty easy to get &lt;strong&gt;Picture in Picture (PiP)&lt;/strong&gt; in Safari on &lt;strong&gt;macOS&lt;/strong&gt; - just a right-click twice - and if that didn&amp;rsquo;t work, I described simple workaround by &lt;a href="https://myByways.com/post/disable_javascript_to_enable_picture-in-picture_on_macos_safari"&gt;disabling JavaScript&lt;/a&gt;. Here I have a &lt;a href="http://workflow.is/" rel="external"&gt;Workflow.is App&lt;/a&gt; based workaround to enable PiP in &lt;strong&gt;YouTube&lt;/strong&gt; in Safari on &lt;strong&gt;iOS&lt;/strong&gt;. This allows me to surf (or work) while having a video running in a tiny floating window on my iPad.&lt;/p&gt;</description></item><item><title>macOS FileVault and Sierra Update get stuck when running concurrently</title><link>https://myByways.com/post/macos-filevault-and-sierra-update-get-stuck-when-running-concurrently/</link><pubDate>Sat, 22 Apr 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/macos-filevault-and-sierra-update-get-stuck-when-running-concurrently/</guid><description>&lt;p&gt;So I got a new MacBook for work and I didn&amp;rsquo;t realize upon next reboot, the enterprise profile had mandated &lt;strong&gt;FileVault&lt;/strong&gt; encrypt the start up disk, and Apple had recommended an upgrade to macOS Sierra at the same time! You can imagine triggering both simultaneously upon reboot didn&amp;rsquo;t go well at all!&lt;/p&gt;</description></item><item><title>New iCloud Settings in iOS 10.3 fixes iCloud for Numbers</title><link>https://myByways.com/post/new-icloud-settings-in-ios-10-3-fixes-icloud-for-numbers/</link><pubDate>Sun, 09 Apr 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/new-icloud-settings-in-ios-10-3-fixes-icloud-for-numbers/</guid><description>&lt;p&gt;Apple has noted that a number of users may experience an issue with iCloud setting being &lt;em&gt;enabled&lt;/em&gt; after upgrading to iOS 10.3. For me, I had quite the opposite experience, as iOS 10.3 finally &lt;strong&gt;enabled&lt;/strong&gt; some iCloud applications that I had never gotten working for a long time!&lt;/p&gt;</description></item><item><title>Exclude folders to speed up Time Machine backup</title><link>https://myByways.com/post/exclude-folders-to-speed-up-time-machine-backup/</link><pubDate>Wed, 12 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/exclude-folders-to-speed-up-time-machine-backup/</guid><description>&lt;p&gt;My &lt;strong&gt;Time Machine&lt;/strong&gt; backups have started to take longer and longer to process and complete. I realized that excluding folders containing temporary, frequently changing and large files would quite dramatically speed it up.&lt;/p&gt;</description></item><item><title>Re-enable Apache and PHP after macOS Sierra update</title><link>https://myByways.com/post/reenable-apache-and-php-after-macos-sierra-update/</link><pubDate>Wed, 12 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/reenable-apache-and-php-after-macos-sierra-update/</guid><description>&lt;p&gt;Recently I realized that the latest &lt;strong&gt;macOS Sierra 10.12&lt;/strong&gt; upgrade also updated Apache and PHP to newer revisions (2.4.23 and 5.6.24 respectively), but reverted to the default configurations. My previous post on &lt;a href="https://myByways.com/post/enabling-apache-and-php-on-osx-1011"&gt;Enabling Apache and PHP on OS X 10.11&lt;/a&gt; needed a slight change too.&lt;/p&gt;</description></item><item><title>Disable JavaScript to enable Picture-in-Picture on macOS Safari</title><link>https://myByways.com/post/disable_javascript_to_enable_picture-in-picture_on_macos_safari/</link><pubDate>Tue, 04 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/disable_javascript_to_enable_picture-in-picture_on_macos_safari/</guid><description>&lt;p&gt;Safari 10 on macOS Sierra has a useful &lt;strong&gt;Picture-in-Picture&lt;/strong&gt; (PiP) feature to playback HTML5 videos in a small &amp;ldquo;always-on-top&amp;rdquo; window, just like on iPads with iOS 9+. To activate, just right-click a playing video and select &lt;strong&gt;Enter Picture-in-Picture&lt;/strong&gt;. However, not all web videos seem to allow this, as they pop up their own menus without the PiP option. Here are two ways to try to enable PiP.&lt;/p&gt;</description></item><item><title>Enable Mac Full Keyboard Access, but beware!</title><link>https://myByways.com/post/enable-mac-full-keyboard-access-but-beware/</link><pubDate>Wed, 24 Aug 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/enable-mac-full-keyboard-access-but-beware/</guid><description>&lt;p&gt;On my Mac, by default, the keyboard cannot be used to navigate and trigger dialog box buttons. To &lt;em&gt;“fix”&lt;/em&gt; this shortcoming - enable &lt;strong&gt;Full Keyboard Access&lt;/strong&gt; to use the &lt;kbd&gt;tab&lt;/kbd&gt; key to navigate controls! But beware of downsides too&amp;hellip;&lt;/p&gt;</description></item><item><title>Ricoh Aficio MP driver does not work on OS X</title><link>https://myByways.com/post/ricoh-aficio-mp-driver-does-not-work-on-os-x/</link><pubDate>Mon, 25 Jul 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/ricoh-aficio-mp-driver-does-not-work-on-os-x/</guid><description>&lt;p&gt;I was recently at an office using a Ricoh Aficio multi-function printer. I downloaded the PPD Installer version 2.2.0.0 (dated 17/09/2014) for OS X 10.11 from the &lt;a href="http://support.ricoh.com/bb/html/dr_ut_e/ra/model/mp25/mp25en.htm" rel="external"&gt;Ricoh Aficio MP 2510/3010/2590/3090 driver page&lt;/a&gt;. But no matter what I tried, the printer either could not be found or would print blank or garbled pages&amp;hellip;&lt;/p&gt;</description></item></channel></rss>