2016년 6월 11일 토요일
2016년 6월 8일 수요일
StackEdit Markdown 편집 웹 어플리케이션 | StackEdit Markdown editor web application
HTML, Markdown, 템플릿(스타일 적용된 HTML), PDF 등으로 출력할 수 있고,
Blogger, GitHub, WordPress, 등으로 바로 출력 가능.
Google Drive, Dropbox 등의 클라우드 서비스와 동기화 시킬 수도 있다.
Markdown이나 HTML을 다룰 줄 안다면 꼭 사용해 보시길.
PIXLR 온라인 이미지 편집 툴 | PIXLR Online image editor
플래시 기반의 이미지 편집 웹 어플리케이션이다.
Editor 앱은 포토샵에 가까운 인터페이스를 제공한다.
포토샵 온라인 버전이라고 할 수 있을 듯.
2016년 6월 7일 화요일
2016년 6월 6일 월요일
2016년 1월 27일 수요일
Shell 스크립트 실행 결과 로그 파일에 추가 | Add the Result of Script File to a Log File in Shell
a.sh
#!bin/bash
echo "a"
b.sh
#!bin/bash
echo "b"
$ sh a.sh | tee -a ./result.log
$ sh b.sh | tee -a ./result.log
result.log
a
b
2015년 10월 23일 금요일
AWS Solutions for the issues of accessing yum
https://forums.aws.amazon.com/thread.jspa?messageID=623084
http://stackoverflow.com/questions/20822021/amazon-ec2-instance-cant-update-or-use-yum
Solution 1.
VPC
DNS resolution: no
DNS hostnames: no
→
DNS resolution: yes
DNS hostnames: yes
Solution 2.
Route Table
0.0.0.0/0: Internet Gateway
Solution 3.
Elastic IP
Associate an Elastic IP address with the instance temporarily.
http://stackoverflow.com/questions/20822021/amazon-ec2-instance-cant-update-or-use-yum
Solution 1.
VPC
DNS resolution: no
DNS hostnames: no
→
DNS resolution: yes
DNS hostnames: yes
Solution 2.
Route Table
0.0.0.0/0: Internet Gateway
Solution 3.
Elastic IP
Associate an Elastic IP address with the instance temporarily.
피드 구독하기:
글 (Atom)