항상 PC를 설치하면 이것들부터 깔기 때문에 여기 올립니다.
알집
에디트플러스
곰플레이어 토털커맨더 6.54버전
윈RAR
4만5천원짜리 연구소보드(1333-D667)위에,
E2140에 은박신공을 가하여 오버를 시도했습니다.
그 결과 1.6짜리 CPU가 2.4GHz로 돌고 있지요.
은박신공에 대해서는 다음의 글을 참고했습니다.
http://www.parkoz.com/zboard/view.php?id=overclock_intel&page=1&sn1=&divpage=2&sn=off&ss=on&sc=off&keyword=2140&select_arrange=headnum&desc=asc&no=9840
위의 링크에서 맨 처음에 등장하는 그림을 참고하면 되는데요..
처음에는 이 은박테잎을 가위로 자르려고 해서 약간의 고생이 있었습니다.
그러다가 발견한 팁!
3mm에서 4mm(정확한 수치는 재보지 않아서 모르겠습니다만..)정도의 너비로 길게 은박테잎을 자릅니다.
그위에 칼로 ㄷ자 모양으로 그려서 떼어냅니다. 꼬리부분도 떼어냅니다.
말로만 얘기하려니 어렵군요. 그림으로 보이면 다음과 같습니다.
PC를 업그레이드 했다. 업그레이드 비용은 다음과 같다.
CPU : INTEL E2140 (6만원)
M/B : 애즈락 콘로 1333-D667 (4.5만원)
RAM : 삼성 DDR2 1G/5300 (1.7만원).........내겐 1GB/4300이 이미 하나 있었다.
총합: 12만2천원
딱 요정도다. 쿼드코어도 아니고 요새 잘나가는 E6750도 아니다.
그냥 저가형. E2140.
이 제품은 E6740보다 11만원 이상 싸다.
결론적으로 만족스럽다.
이 업글이전에는 AMD베니스 3000+를 썼다. 속도는 확실히 체감할 수 있다.
온도는
processor 32.5도
northbridge 32도
요정도 측정된다.
원하는 도메인이 선점되어있을 경우. 선점한 사람의 등록이 만료되는 시점에서 새롭게 등록할 수 있도록 도와주는 일종의 도구라 할 수 있다. 이 도구를 이용하는 대가는 $18.99의 요금이 청도된다. 따라서 원 소유자가 등록을 갱신한 경우에는 이런 노력이 허사가 된다. 허나 요금이 그대로 날아가는 것은 아니다. (노란 글씨 참고.) What is Domain Name Backordering? |
Backorder this name and we will ATTEMPT to grab and register it on your behalf, if and when it expires and becomes available. Your low $18.99 backorder cost includes the registration fee, ICANN Fee, plus automatic monitoring and email alerts on changes to the Registrar, Status, Expiration Date, and Name Servers. Your domain backorder fee can be re-assigned to other names as often as you like, until you are successful in acquiring a domain name. If the name you are interested in has gone to auction at The Domain Name Aftermarket, the $18.99 cost will be used to place the opening bid on the name. If no other bids are placed, the domain will be awarded to you subject to the rights of the previous domain holder. If another bid is received on the name, you will receive an outbid notice and can raise your bid on the name or move the backorder to another name. You also have the option of making your backorder private -- which means your personal identifying information (name, phone number, email and home addresses) is shielded from public exposure in the WHOIS directory from the very moment the backordered domain is successfully acquired. Please understand that a backorder does not guarantee you the domain name being backordered. The domain name may be renewed by its current owner and not become available or we may be unsuccessful in our attempts to grab it and register it on your behalf. Again, if your backorder is not successful, it can be reassigned to another domain name. (And if your unsuccessful backorder is private, your private registration can be applied to any other backorder). |
여러가지 소스를 찾아본 결과 이게 가장 나았다.
어떤것은 비처럼 쏟아지기도 하고.. 또 어떤건 싸락눈만큼 빠르면서 눈의 모양도 벌레같은 소스가 있었다.
여러가지를 테스트해보고 눈떨어지는 속도나 눈의 모양이 가장 적합한 것을 찾았다.
눈내리는 속도는 딱 이정도면 되겠다.
눈모양은 다음과 같다.(이게 눈이다 보니.. 배경이 까매야한다..)
소스의 출처 - http://kin.naver.com/browse/db_detail.php?docid=870868
<html>
<head>
<title>snowing</title>
<style>
.drop { position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: gray }
</style>
<script language="JavaScript">
<!--
snow = true; // false-비; true-눈
snowsym = " * "; // 눈
rainsym = " ' "; // 비
howmany = 10; // 눈/비 의 갯수
if (snow) {
sym = snowsym;
speed = 1;
angle = 10;
drops = howmany;
}
else {
sym = rainsym;
speed = 50;
drops = howmany;
angle = 6;
}
movex = -speed/angle;
movey = speed;
count = 0;
function moverain() {
for (move=0; move<drops; move++) {
xx[move] += movex;
yy[move] += mv[move];
hmm = Math.round(Math.random()*1);
if (xx[move] < 0) { xx[move] = maxx+10; }
if (yy[move] > maxy) { yy[move] = 10; }
drop[move].left = xx[move]
drop[move].top = yy[move]+document.body.scrollTop;
}
setTimeout('moverain()','1')}
//-->
</script>
</head>
<body bgcolor=black>
<script language="JavaScript">
<!--
if (document.all) {
drop = new Array();
xx = new Array();
yy = new Array();
mv = new Array();
ly = "document.all[\'"; st = "\'].style"
for (make=0; make<drops; make++) {
document.write('<div id="drop'+make+'" class=drop>'+sym+'</div>');
drop[make] = eval(ly+'drop'+make+st);
maxx = document.body.clientWidth-40;
maxy = document.body.clientHeight-40;
xx[make] = Math.random()*maxx;
yy[make] = -100-Math.random()*maxy;
drop[make].left = xx[make];
drop[make].top = yy[make];
mv[make] = (Math.random()*5)+speed/4;
drop[make].fontSize = (Math.random()*10)+20;
if (snow) { col = 'white'; }
else{ col = 'gray'; }
drop[make].color = col;
}
window.onload=moverain;
}
//-->
</script>
</body>
</html>
다음링크를 클릭해서 받을 수 있습니다.
http://estsoft.nefficient.co.kr/altools/ALYac10beta1.exe
알집으로 유명한 이스트소프트의 야심작 '알약'이 드디어 일반인을 대상으로 베타버전이 공개되었습니다.