When you connect an iOS device your computer for the first time, you will receive a trust request prompt on the device. Trust This Computer? Your settings and data will be accessible form this computer when connected. If you decide to trust a computer, you will be able to sync and access your iOS...
You can force eject a Mac network drive (SMB or AFP) if it is hanging on eject. Follow the steps below. Open Terminal. (Applications -> Utilities -> Terminal) Type the following command in Terminal and replace DISK_NAME with name of network drive. Hit return. diskutil unmountDisk force /Volumes/DISK_NAME Your network drive should force eject within...
Are you annoyed with Google Chrome auto completing a URL you typed in before? For example, you type a website into Chrome and hit return, but it takes you to a different page on that website because it remembered what you last visited. You can quickly remove those saved URL’s by following the steps below. ...
If you recently enabled SSH on your Mac, you may start to see messages in your Console system.log file similar to below. com.apple.xpc.launchd[1] (com.openssh.sshd.xxxxx-xxxx-xxxx-xxxx[]): Service exited with abnormal code: 255 There are few reasons for receiving this message as mentioned online. In your sshd_config, you changed PassworAuthentication to no. A docuemtned fix states...