checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
라는 에러가 나오면
sudo apt-get install build-essential
출처: http://dev.naver.com/projects/coord/forum/1771
2011년 10월 17일 월요일
2011년 10월 16일 일요일
2011년 10월 15일 토요일
노트북용 액정보호필름
노트북용 저반사 액정보호필름을 14,000원에 샀다.
크기는는 15.4W/ 16:10/332.5x207.8m/ 1280x800
먼지 때문에 기포가 너무 많이 생겼다. 에어스프레이가 없어서 아쉬웠다. 청소기로 먼지를 흡수할 걸 그랬다.
구매한 곳
http://itempage3.auction.co.kr/DetailView.aspx?ItemNo=A553835344&cc=AA02&keyword=%bc%bc%c8%ad%20%b9%dd%bb%e7&Fwk=%bc%bc%c8%ad%20%b9%dd%bb%e7&scoredtype=0&frm2=through&acode=SRP_SV_0301
크기는는 15.4W/ 16:10/332.5x207.8m/ 1280x800
먼지 때문에 기포가 너무 많이 생겼다. 에어스프레이가 없어서 아쉬웠다. 청소기로 먼지를 흡수할 걸 그랬다.
구매한 곳
http://itempage3.auction.co.kr/DetailView.aspx?ItemNo=A553835344&cc=AA02&keyword=%bc%bc%c8%ad%20%b9%dd%bb%e7&Fwk=%bc%bc%c8%ad%20%b9%dd%bb%e7&scoredtype=0&frm2=through&acode=SRP_SV_0301
2011년 10월 12일 수요일
AWstats 설치
*참조
http://www.sunghwanyoo.com/tc/59
http://mcchae.egloos.com/10515893
http://seroot.com/90
http://blog.daum.net/toddryu/80
접속 : http://domain.com/awstats/awstats.pl
http://www.sunghwanyoo.com/tc/59
http://mcchae.egloos.com/10515893
http://seroot.com/90
http://blog.daum.net/toddryu/80
접속 : http://domain.com/awstats/awstats.pl
2011년 10월 3일 월요일
html 로그인 폼 만들기
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<fieldset>
</fieldset>
출처: http://blog.naver.com/PostView.nhn?blogId=q1q3q5&logNo=10095194081
<html>
<head>
<title> 필드셋 요소 </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<head>
<title> 필드셋 요소 </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<fieldset>
<legend>로그인</legend>
<label for="id">아이디</label>
<input type="text" name="id" id="id" title="아이디" value="아이디"/>
<label for="id">아이디</label>
<input type="text" name="id" id="id" title="아이디" value="아이디"/>
<label for="pass">비밀번호</label>
<input type="password" name="pass" id="pass" title="비밀번호" value="비밀번호"/>
<input type="checkbox" name="remember" id="remember"/>
<label for="remember"> 아이디저장</label>
<input type="submit" value="로그인"/>
<input type="password" name="pass" id="pass" title="비밀번호" value="비밀번호"/>
<input type="checkbox" name="remember" id="remember"/>
<label for="remember"> 아이디저장</label>
<input type="submit" value="로그인"/>
</fieldset>
</body>
</html>
리눅스 사운드 포멧 변환 kde sound konverter
kde에서 사운드 포멧을 변환하려면 sound konverter를 설치한다.
http://download.opensuse.org/repositories/home:/HessiJames/xUbuntu_10.10/ 에서 i386용 deb파일을 다운받아 실행했다.
컨버팅을 하려면 별도의 코덱이 필요한데 sound koverter를 실행하고 나서 info 버튼을 눌러본다. 포멧별 필요한 코덱이 소개되어 있을 것이다. 필요한 코덱은 KpackgeKit에서 검색해서 설치하면 된다.
http://download.opensuse.org/repositories/home:/HessiJames/xUbuntu_10.10/ 에서 i386용 deb파일을 다운받아 실행했다.
컨버팅을 하려면 별도의 코덱이 필요한데 sound koverter를 실행하고 나서 info 버튼을 눌러본다. 포멧별 필요한 코덱이 소개되어 있을 것이다. 필요한 코덱은 KpackgeKit에서 검색해서 설치하면 된다.
피드 구독하기:
글 (Atom)