📌 오늘의 국제 원자력 동향 2026년 3월 21일(토)
- X-energy가 미국 IPO 서류를 제출하며 AI 전력 수요와 정책 지원을 배경으로 한 차세대 원전 투자 기대가 자본시장 조달 국면으로 이동함
- X-energy와 Talen이 PJM 시장에서 XE-100 다기 배치를 검토하며 데이터센터와 제조업 수요를 겨냥한 미국 SMR 사업화 경로를 구체화함
- IAEA가 자포리자·하르키우·체르노빌의 외부전원 취약성을 재차 경고하며 우크라이나 핵시설의 전시 전력안정성이 핵심 안전 변수로 부상함
- SCK-CEN이 Framatome과 BR2 연구로용 저농축 우라늄 연료 공급 계약을 체결하며 HEU 대체 전환을 가속화함
- 후쿠시마 제1원전 3호기 압력용기 하부의 구멍과 연료잔해 추정 물질이 처음 확인되며 잔해 제거 전략 수립이 진전됨
Server (SoftInstall): 두 판 사이의 차이
편집 요약 없음 |
편집 요약 없음 |
||
| 26번째 줄: | 26번째 줄: | ||
=== winscp === | === winscp === | ||
File transfer using winscp requires "jhchang.ppk". | File transfer using winscp requires "jhchang.ppk". | ||
== System update == | |||
$ sudo apt-get update # Fetches the list of available updates | |||
$ sudo apt-get upgrade # Strictly upgrades the current packages | |||
== Reference == | == Reference == | ||
2018년 2월 24일 (토) 13:31 판
We use Amazon EC2 server instance created by jhchang (Oct. 2016)
- instance type : t2.micro
The server has "Elastic IP" provided by Amazon. (52.78.94.187) The IP is registered to SNU domain name service as atomic.snu.ac.kr.
Disk storage
We have 100GB disk storage expanded from original size. Sys admin should putty to Amazon instance at check whether the space is enough periodically.
The disk space can be expanded as wish. (But it costs.)
Ports
For security, only port 22 (ssh) and 80 (http) is open to world.
SSH
EC2 can be accessed using putty program.[1] It requires special cert file "jhchang.ppk" which is created from "jhchang.pem" provided by Amazon EC2 when the instance was created.
The .ppk file can be created using puttygen.
putty configuration
- Host name : atomic.snu.ac.kr
- Auto-login username : ubuntu
- Connection -> SSH -> Auth -> Private key file for authentication : jhchang.ppk
winscp
File transfer using winscp requires "jhchang.ppk".
System update
$ sudo apt-get update # Fetches the list of available updates $ sudo apt-get upgrade # Strictly upgrades the current packages