📌 오늘의 국제 원자력 동향 2026년 8월 11일 (화)
- Vistra가 ERCOT 접속 대기열 감사 전까지 텍사스주 정부의 데이터센터 개발 일시정지를 지지하면서도 Comanche Peak 원전의 Amazon 전력공급 계약은 일정 영향이 제한적일 것으로 전망함
- 헝가리 Paks 원전이 다뉴브강 수위 회복에 따라 두 번째 터빈 재가동 절차에 들어가며 폭염·가뭄기 원전 냉각수 의존성과 전력수급 취약성이 함께 부각됨
- 루마니아 Cernavoda 원전 주변 다뉴브강 수위 하락 전망이 이어지며 운영 지속을 위한 물길 우회, 준설 예산, 전력 비상 대응이 동시에 쟁점으로 부상함
- 슬로바키아 Mochovce 4호기가 최초 임계와 최소제어출력에 도달하며 471MW급 신규 원전의 단계적 출력 상승과 전력 생산 전 시험 절차가 본격화됨
- 중국 Changjiang 4호기가 주제어실 운영을 시작하며 Hualong One 2단계 사업의 2027년 초 기동·완전운전 목표를 향한 시운전 준비가 진전됨
Server (SoftInstall)
Web server information.
Amazon
We use Amazon EC2 server instance created by jhchang (Oct. 2016)
- instance type : t2.micro
Amazon EC2 user : "atomic@snu.ac.kr",
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.
Port 8142 for Parsoid(Visual Editor).
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
Mail 설정
# apt-get install postfix # dpkg-reconfigure postfix Use following values: 1. Internet Site 2. mail.example.com 3. root 4. mail.example.com, localhost.localdomain, localhost 5. No 6. 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/24 7. 0 8. + 9. all
Modify /etc/postfix/main.cf
relayhost = 13.125.89.157 ; www.kns.org
Stop and restart
# systemctl stop postfix # systemctl start postfix