리눅스 환경 변수 설정
·
System Engineering/리눅스, 라즈베리파이
https://www.leafcats.com/201 리눅스 환경변수 설정 및 해제하기 리눅스 bash 쉘에서 환경변수를 설정하고 해제하는 방법에 대한 정리이다. 1. 환경변수 임시 적용(export) $ export 환경변수명=값 예를들어 TOMCAT_HOME이라는 환경변수를 /usr/lib/tomcat/tomcat1.8/ 로 지정하. www.leafcats.com 리눅스 bash 쉘에서 환경변수를 설정하고 해제하는 방법에 대한 정리이다. 1. 환경변수 임시 적용(export) $ export 환경변수명=값 예를들어 TOMCAT_HOME이라는 환경변수를 /usr/lib/tomcat/tomcat1.8/ 로 지정하려면, export TOMCAT_HOME=/usr/lib/tomcat/tomcat1.8/ 을 터..
EKS Architectural Overview
·
CLOUD/AWS Cloud
How to make a portfolio as a solutions architect
·
Career Path
https://www.reddit.com/r/AWSCertifications/comments/f7hhi8/how_to_make_a_portfolio_as_a_solutions_architect/ How to make a portfolio as a solutions architect to show your experience? Studying for the Cert and want to create a portfolio to show prospects my work and knowledge, is there a community like github for broadcast my... www.reddit.com
[22.07.26 업뎃] Cache for disks on Azure (태훈 씨 - SQL 서버) [+디스크 캐싱의 용도 마침내 확인]
·
CLOUD/Azure Cloud
https://www.linkedin.com/pulse/virtual-machine-disk-caching-azure-yos-vincenzo/ Virtual Machine Disk Caching in Azure Azure disks (operating system and data) have configurable cache settings that you should be aware of when designing systems for durability and performance. The caching behavior differs whether you are using Standard storage or Premium storage. www.linkedin.com 기본적으로 디스크 캐시로는 RAM이..
CKA 취득 목표
·
System Engineering/Kubernetes
쿠버네티스 들은김에 CKA를 따자 https://mokpolar.tistory.com/14 CKA 합격 후기 및 준비하는 법 공유 TL; DR Certified Kubernetes Administrator (CKA) with Practice Tests 강의 두번 반복 Kubernetes Documentation을 참고하면서 문제를 푸는 데 익숙해지자. 크롬, 비발디 브라우저와 북마크를 미리 준비해두자... mokpolar.tistory.com 이곳을 참고했다. https://www.udemy.com/home/my-courses/learning/ https://kubernetes.io/docs/home/ Kubernetes Documentation Kubernetes is an open source con..
(맨날헷갈림ㅋㅋ) 핵심 암호화 기법/ 알고리즘들. 보자마자 바로 특징과 차이점 알도록 공부!
·
Computer Science/Security
* 암호화 기법 TLS / SSL / IPSEC / HTTPS / FTPS / SFTP / SSH / PKI * 암호화 알고리즘 디피헬만 / RSA / ECDHE / AES 맨날 그런가보다 하고 지나갔는데 이번에 좀 제대로 공부하고 넘어가자!