📌 오늘의 국제 원자력 동향 2026년 3월 28일(토)

  • 대만전력이 마안산 원전 재가동과 운전면허 갱신을 위한 계획서를 원자력안전위원회에 제출하며, 탈원전 종료 이후 실제 재가동 여부는 18~24개월 추가 안전점검과 기술심사 결과에 좌우되는 단계로 진입함.
  • 핀란드 정부가 의뢰한 보고서가 대형원전 2.4GW 증설과 SMR 열·전력 활용, 기존 원전 수명연장 옵션을 함께 제시하며 신규 원전은 국가 지원 없이는 시장성 확보가 어렵다는 평가를 내놓음.
  • 인도 원자력규제위원회가 마히 반스와라 원전 1·2호기의 굴착 착수 준비를 승인하며, 700MWe급 PHWR 10기 일괄 확대 구상이 현장 착수 단계로 진입함.
  • 켄터키주와 맥크래큰 카운티가 Paducah 레이저 농축시설에 최대 9,890만달러 인센티브를 제시하며, 미국의 고갈우라늄 재농축 기반 국내 핵연료 공급망 구축이 지역산업 투자와 결합되는 양상이 강화됨.
  • IAEA가 이란 아르다칸 옐로케이크 생산시설 피격 뒤 외부 방사선 수치 상승이 없다고 밝히며, 핵연료 전단계 시설 타격이 직접 방사선 피해로 이어지지는 않았으나 추가 점검 필요성이 커짐.

Server (SoftInstall)

New Atomic Wiki
Jhchang (토론 | 기여)님의 2018년 2월 26일 (월) 00:09 판
둘러보기로 이동 검색으로 이동

We use Amazon EC2 server instance created by jhchang (Oct. 2016)

instance type : t2.micro

Amazon EC2 user : "atomic@snu.ac.kr", password : "chang!115".

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

Reference