Tips Open Terminal for current Project using Xcode Keyboard Shortcut Do you know, you can open Terminal from Xcode at the project's path with a custom keyboard shortcut? First, Create a new script file in your project root directory with following command - #!/bin/sh open -a Terminal . Now, open terminal and run chmod +x Script.sh to...
iOS How to use your MacBook Pro fingerprint to sudo? If you want to use your fingerprint as your sudo password on Macbook Pro edit /etc/pam.d/sudo and add the following line to the top auth sufficient pam_tid.so You can now use your fingerprint to sudo....