New Mac Setup: Difference between revisions

From Delft Solutions
Jump to navigation Jump to search
m (Protected "New Mac Setup": Contains command line examples ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 1: Line 1:
This is a list of tweaks that are useful when setting up a new Mac.
This is a list of tweaks that are useful when setting up a new Mac.
== TouchID sudo ==
* Edit `/etc/pam.d/sudo_local` as root and remove the '#' before this line: `auth      sufficient    pam_tid.so`


== Kerberos authentication ==
== Kerberos authentication ==
See: [[Enroll Mac in Kerberos]]
See: [[Enroll Mac in Kerberos]]
== TouchID sudo ==
* Edit `/etc/pam.d/sudo_local` as root and remove the '#' before this line: `auth      sufficient    pam_tid.so`


== Install MacPorts ==
== Install MacPorts ==
Follow instructions here: https://www.macports.org/install.php
Follow instructions here: https://www.macports.org/install.php
== Use Bash as Shell ==
1. `chsh -s /bin/bash`
2. `echo 'export BASH_SILENCE_DEPRECATION_WARNING=1' >> ~/.bash_profile`

Revision as of 07:09, 21 January 2025

This is a list of tweaks that are useful when setting up a new Mac.

TouchID sudo

  • Edit `/etc/pam.d/sudo_local` as root and remove the '#' before this line: `auth sufficient pam_tid.so`

Kerberos authentication

See: Enroll Mac in Kerberos

Install MacPorts

Follow instructions here: https://www.macports.org/install.php

Use Bash as Shell

1. `chsh -s /bin/bash` 2. `echo 'export BASH_SILENCE_DEPRECATION_WARNING=1' >> ~/.bash_profile`