Open the Home app, then select the HomePod, scroll down to Accessibility, turn on Touch accommodations and finally enable Hold Duration, set it to a few seconds (as of writing, 4 seconds is the maximum).
Author - Gábor Hargitai
Remove the AnyConnect .plist from the LaunchAgents by issuing: sudo rm /Library/LaunchAgents/com.cisco.anyconnect.gui.plist
Open a terminal and issue one of the following commands: To shutdown and then erase / factory reset the Simulator clones – which doesn’t need an Xcode restart: xcrun simctl --set testing shutdown all xcrun...
First make sure you have SynoCommunity packages installed: – SynoCli File Tools. You should also have screen or tmux installed and working, along with fdisk and shred. SSH into your NAS and check which disk is the...
Type the following in a Terminal: defaults write com.apple.dock appswitcher-all-displays -bool true killall Dock
From macOS Catalina 10.15 and up, issue the following to list the available install images: softwareupdate --list-full-installers This will produce a list similar to this: Finding available softwareSoftware Update found...
Close all your Safari instances across all your iDevices – preferably close the tabs as well. Open up a Terminal and issue the following, once Safari is closed everywhere: rm...
For this to work I’m assuming you already have a volume mounted somewhere on your storage pool, such as /volume1/docker/unifi. Create a backup using the Web UI of UniFi by going to Settings > System > Backup and...
Just sold your Raspberry Pi and looking for an alternative to a containerised PiHole instance? There are a few reasons why you might consider using AdGuard Home for this very purpose. Network It is highly advisable to...
Save a bit of SD card wear-and-tear and symlink the /tmp folder to RAM. Issue the following in your CLI: sudo cp /usr/share/systemd/tmp.mount /etc/systemd/system/tmp.mountsudo systemctl enable tmp.mountsudo systemctl start...