📌 오늘의 국제 원자력 동향 2026년 5월 2(토)

  • 벨기에 정부가 Engie·Electrabel의 원전 자산 전면 인수를 위한 협상에 착수하며 기존 원전 연장운전과 신규 원전 확대를 국가 주도 체제로 재편하려는 흐름이 부각됨.
  • 캐나다 정부가 연내 원자력 전략 발표와 원격·북부 방위시설용 국산 마이크로리액터 타당성 평가 투자를 예고하며 신규 건설·연료·수출을 묶는 국가 전략 수립에 나섬.
  • 캐나다 Darlington SMR 사업이 원자로 건물 기초용 Basemat 모듈 설치를 완료하며 G7 최초 상용 SMR 건설 프로젝트의 모듈식 시공·공급망 확장 단계가 본격화됨.
  • 인도 AERB가 Rajasthan의 NFC-Kota 연료공장 운영허가를 발급하며 700MWe PHWR 확대를 뒷받침할 국내 핵연료 공급 기반 강화가 진전됨.
  • 러시아 점령하 자포리자 원전이 체르노빌 사고 40주년에 외부전원을 한때 모두 상실하며 우크라이나 전시 핵안전 리스크가 다시 부각됨.

Server (SoftInstall)

New Atomic Wiki
둘러보기로 이동 검색으로 이동

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

Reference