til.duyet.net
blog
Search…
til.duyet.net
🤪
Today I Learned
Data Engineering
☁
AWS
⚒
Tools
💻
Shell
MacOS's Touch ID on Terminal
Using `sed` to find and replace in file
Merging contents of multiple .csv files into single .csv file
☸
Kubernetes, Helm, Kustomize
🔄
Apache Airflow
🐳
Docker
Database
Google BigQuery
Apache Hive
AWS Redshift / Postgres
Presto
Programming
🍪
Rust
🐍
Python
👻
Golang
💎
Javascript / Typescript
✨
FE / React
Unix
Git - Pretty git branch graphs
Checking files in Docker build context
Bash get the directory of the current script
Vim
Find and replace
Miscellaneous
[Fig] Single machine and distributed system structure
Deploying Machine Learning Models at Scale
Bypass a Chrome certificate/HSTS error
Articles
Powered By GitBook
MacOS's Touch ID on Terminal
1
sudo /etc/pam.d/sudo
Copied!
​
Add the following line on top
1
auth sufficient pam_tid.so
Copied!
Ref: https://dev.to/equiman/how-to-use-macos-s-touch-id-on-terminal-5fhg​
Data Engineering - Previous
Shell
Next
Using `sed` to find and replace in file
Last modified 8mo ago
Copy link
Edit on GitHub