블로그
- 구글 클라우드 GCP Cloud Run 장점과 도메인 추가 방법 GCP Cloud Run 도메인 추가 "예비 개발자" Cloud Run의 주요 장점 - 완전관리형 서버리스 (Fully Managed) 인프라 관리 불필요 VM, Kubernetes , 오토스케일링 설정 등 직접 관리할 필요가 없음 자동 확장(Auto-scaling) 요청이 많으면 자동으로 인스턴스 수를 늘리고, 요청이 없으면 0으로 축소(=비용 0) 운영 부담
- [영진전문대학 2-CP-B 컴퓨터정보계열] 스레드 label; class MyThread extends Thread{ // 내부 클래스(외부 클래스 안에서만 쓰임이 있기 때문에 굳이 밖으로 뺄 필요 없다) public void run (int i = 10; i >= 0; i--){ try { Thread.sleep(1000); } catch (InterruptedException e) { // TODO Auto-generated
- centos6 로그인 실패시 계정 잠그기 #>vi /etc/pam.d/system-auth #%PAM-1.0 # This file is auto-generated. # User changes will be destroyed the next time authconfig is run. auth required pam_env.so auth required pam_tally2.so onerr=fail deny
- Helical Cylinder Additional Info: Note: The AUTO update switch uses change handlers to update the shape when geometry/ Installation: Copy the .ms file to your scripts\startup folder or run as a script if you only want to
- Router::ospf 링크 상태 데이터 베이스 ㅁ실습랩 : 복수의 OSPF 에이리어 구성 /////변동 코스트 /// R1#sh run interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface FastEthernet0/0 //r2의 fa0/0으로 링크 ip address 1.1.12.1 255.255.255.0 duplex auto speed auto !
- 라우터::iBGP 루트 리플렉터 설정(스플리트호라이즌 문제 해결) ㅁBGP 스플릿 호라이즌 해결 - 루트 리플렉터 설정 ////R1////// R1(config)#do sh run Building configuration... interface Loopback0 log-neighbor-changes network 1.1.1.0 mask 255.255.255.0 neighbor 1.1.12.2 remote-as 20 //라우터 2와 eBGP네이버 no auto-summary