hkimscil’s blog

on COMMunication.RESearch.ORG

Archives for the ‘for myself’ Category

아주대학교 홈페이지 renewal!!!

By hkim • Apr 1st, 2008 • Category: CMC, for myself

Impressive! How do they use Active-X with other browsers???? Do they prepare the next versions of browsers? 마침내 아주대학교 홈페이지가 모든 브라우저에서 작동하도록 개선되었습니다!!!!
안녕하십니까?
중앙전산원에서는 작년 12월부터 통합홈페이지 개선 사업을 진행하고 있으며, 사업의 내용 중에는 통합 로그인(SSO, Single Sign-on) 프로그램 변경이 포함 되어 있습니다.
새로운 통합 홈페이지 최종 오픈은 5월 중에 진행될 예정이지만, 그에 앞서 통합 로그인 […]



technograti verification

By hkim • Mar 8th, 2008 • Category: for myself, social network

Technorati Profile
Technorati Profile



float object and list css

By hkim • Mar 1st, 2008 • Category: css, for myself

Table을 float시키고 싶을때 아래의 방법을 사용하고 있다고 가정하면,
table.wikiLeft {
  float:left;
  display:block;
  font-size:1em;
  background-color: #FFF;
  margin: 0 20px 10px 0;
  }
<table class=”wikiLeft”> . . . . </table>로 왼쪽으로 float하는 것이 가능하다.  다음의 본문은 이제 table의 오른 쪽에 위치하여 왼쪽으로 정렬되어 나타나다가 table의 height가 끝나는 순간 본문의 왼쪽면에 정렬되어 나타나야 한다. 즉,

< t a b l e class=”wikiLeft” […]



vista ipv6 issue

By hkim • Feb 26th, 2008 • Category: for myself, ubuntu

Symptom: Internet connections in vista is painfuly slow. Even sometimes I get “timeout.”
Solution:
There may be a problem with vista ipv6. Its “auto tunning” feature nags connection. See, http://robgarrett.com/cs/blogs/software/archive/2006/12/31/vista-firefox-2-slow-network.aspx



putty connection issue

By hkim • Feb 26th, 2008 • Category: for myself, ubuntu

증상: When I use putty to connect a remote machine, getting login prompt and password clear is really slow with my home  computer (MS windows vista installed).
자료:

http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vista-ipv6.html
Early development version seems okay.



ssh slow login

By hkim • Feb 21st, 2008 • Category: for myself, ubuntu

상황: ssh로 호스트 접근할 때 로그인까지의 시간이 너무 길 때

DNS 매칭이 끝난 후에 로그인 프로프트가 뜬다. 따라서
/etc/ssh/sshd_config 내용에
UseDNS no
로 지정해 둔다.