프로그래머로 살아가기/Linux 썸네일형 리스트형 AWS(Amazon web service) 지역별 네트웍 Latency를 한눈에 알수 있는곳 http://www.cloudping.info 한국에서 가장 빠른 곳은 일본(Tokyo) region 으로써 51ms를 기록하고 있네요. 나쁘지 않습니다만 한국 IDC에 올라가 있는 서버에 비하면 아직 좀 느리기는 하네요. 한국쪽 서버는 대략 0.00X seconds ( X ms ) 정도가 나올것 같습니다. 예전에 비하면 상당한 발전으로 이젠 느려서 못쓰겠다는 소리는 못할것 같습니다. 더보기 ubuntu 이용시 기본 홈 디렉토리 ubuntu를 이용할때는 주로 프로그램들을 설치할때 apt-get 을 이용하게 되는데, 이게 매우 편리하긴 하지만 홈 디렉토리 셋팅까지 알아서 처리를 해버리기 때문에 이후에 환경변수 셋팅시에 홈 디렉토리를 주소를 알아내야 하는 불편함이 생긴다. 대표적인 예가 JAVA_HOME을 셋팅 등인데... ANT가 설치되어있으면 간편하게 알아 낼 수 있는 방법이 있다. ant -diagnostices | grep home 이 명령어면 ANT, JAVA의 홈디렉토리를 알수 있다. 보통 ant의 경우는 /usr/share/ant java 1.7의 경우는 /usr/lib/jvm/java-7-oracle maven의 경우는 /usr/share/maven 이다. 더보기 자주 잊어먹는 Crontab 설정 Setting up cron jobs in Unix and Solaris cron is a unix, solaris utility that allows tasks to be automatically run in the background at regular intervals by the cron daemon. These tasks are often termed as cron jobs in unix , solaris. Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specified times. This document covers following aspects of Unix cron jo.. 더보기 이전 1 다음