To solve the annoying issue when swiping left and right in Mac trackpad (with two fingers), it trigger back and forward to previous page in Google chrome Open Terminal app, and paste the command. defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE Then restart Google Chrome for it to take effect.

1.Open the Applications folder. 2. Open the Utilities folder within Applications. Open Disk Utility. 4. Click File. 5. Select New Image. 6. Select Image from Folder. 7. Select the folder you wish to protect and click Open. 8. Click on the Image Format option menu and select read/write. 9. Click on the Encryption menu and click 128-bit AES encryption. 10. Enter the password for this folder twice, […]

Install brew by running this command (from here with full information) ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Start the process: Run the this command for install brew install homebrew/fuse/ntfs-3g. However, this error might appear: ntfs-3g: OsxfuseRequirement unsatisfied! You can install with Homebrew-Cask: brew cask install osxfuse You can download from: https://osxfuse.github.io/ Error: An unsatisfied requirement failed […]