반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- neural architecture search
- MnasNet
- ubuntu
- image classification
- deep learning
- leetcode
- CNN
- Adversarial Attack
- 파이썬
- recommendation
- Machine Learning
- 팰린드롬
- 추천시스템
- progressive learning
- 슬라이싱
- training efficiency
- AI
- GAN
- uncertainty
- adaptive regularization
- TensorFlow
- Reconstruction
- model
- tf.data
- PYTHON
- tf.image
- 3D 얼굴
- EfficientNetV2
- 3D Face
Archives
- Today
- Total
목록ubuntu (1)
굿
Linux Two-Factor Authentication 적용하기
Two-factor authentication (2FA)는 Multi-factor authentication의 한 종류로 서버 접속을 위해서 기존에 사용하던 password 이외에 추가적인 OTP 또는 verification code를 요구하여 서버 보안을 더욱 강화하는 방법입니다. 5분만에! 간단하게 설정하는 방법에 대해서 알아보도록 하겠습니다. Step 1 - Google PAM 모듈 설치 일단, 서버에 Google PAM 모듈을 설치해야합니다. 이 모듈은 사용자가 TOTP를 사용하여 Linux 시스템에서 인증할 수 있게 해줍니다. # 먼저 Ubuntu repositories를 업데이트하고, $ sudo apt-get update # google pam을 설치합니다. $ sudo apt-get ins..
프로그래밍
2021. 2. 15. 16:46