Tip
Posts tagged with Tip.
16 Jun 2024
Configurar o sudo para usar o Touch ID no macOS Sonoma em apenas alguns passos é muito fácil.
Localize o arquivo /etc/pam.d/sudo_local.template e faça uma cópia conforme o exemplo abaixo:
sudo cp /etc/pam.d/sudo_local.template /etc/pam.d/sudo_local Em seguida, edite o arquivo e remova o caractere # do início da linha 3, ele deve ficar assim:
# sudo_local: arquivo de configuração local que sobrevive a atualizações do sistema e é incluído para sudo # descomente a linha a seguir para habilitar o Touch ID para sudo auth sufficient pam_tid.
05 Jun 2024
Setting up sudo for use with Touch ID on macOS Sonoma in just a few steps is very easy.
Locate the file /etc/pam.d/sudo_local.template and make a copy as shown in the example below:
sudo cp /etc/pam.d/sudo_local.template /etc/pam.d/sudo_local Then edit the file and remove the # character from the beginning of line 3, it should look like this:
# sudo_local: local config file which survives system update and is included for sudo # uncomment following line to enable Touch ID for sudo auth sufficient pam_tid.
03 Jan 2023
Today I needed to install lxml into a python project I’m working on my local machine, but I got the following errors when xmlsec, that is a library dependency, was being installed:
Building wheels for collected packages: xmlsec Building wheel for xmlsec (pyproject.toml) … error error: subprocess-exited-with-error × Building wheel for xmlsec (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [13 lines of output] running bdist_wheel running build running build_py creating build creating build/lib.
09 Jun 2021
I’m using macOS again, and of course that I’ll forget this tip, so I’ll write this post to help me another day in the future.
If you want to enable the click and drag option on MacBook, just go to: System Preferences → Accessibility → Pointer Control → Mouse and Trackpad → Trackpad Options → Enable Dragging.