|
|
|
|
 |
|
 |
IE9에서 위택스(WeTax) 지방소득세 특별징수 신고시 오류 | 일상다반사 |
 |
IE9에서 위택스(WeTax) 지방소득세 특별징수 신고시 당초납기, 납부기한 자동입력이 되지 않는다거나 등록버튼을 클릭해도 아무런 반응이 없을 경우 아래의 방법으로 해결.

IE7 이후의 기본 XMLHttpRequest를 끄고 Msxml ActiveX로 대체한다.
원인은 자바스크립트 Ajax 호환성 문제 및 개체참조의 null pointer 오류로 추정..
그래도 안되면 나도 모름 ㅠㅠ
우리 이러지 말자고.. ㅠㅠ
|
 |
|
 |
bge0: watchdog timeout on FreeBSD 9.0 | 일상다반사 |
 |
HP ProLiant DL120 서버에 FreeBSD 9.0 amd64를 설치했으나 몇일 간격으로 계속 서버가 뻗어버리더라.
--------------------------------------------------------------
We've purchased 3 hp proliant dl120 servers. They come with 2 integrated network adapters - HP NC107i PCIe Gigabit Server Adapter which is based on BCM5723.
After Freebsd 9 installation I've discovered a few problems.
1.
After setting up bge0 network interfaces, I've noticed that I was temporarily losing connection with a server for short periods of time. /var/log/messages was filled up with "bge0: watchdog timeout -- resetting" messages.
2.
I've switched to bge1 interface and after a few hours I've noticed that my server froze completely. I tried to do the same on the other server and got the same result.
I'm trying to understand what's going on and can provide more info on request. If anyone could give me a clue if there is a way to fix this problem by patching bge driver or making some tweaks in BIOS ?
Alternatively I could install some linux version on that server instead of freebsd 9 or add discreet intel network adapter.
http://serverfault.com/questions/361673/hp-nc107i-bcm5723-on-freebsd-9
--------------------------------------------------------------
Currently I got a HP DL 120 in production with a HP NC107i PCIe Gigabit NIC (NetXtreme BCM5723) and FreeBSD 9.0-RELEASE #0 installed. At first those entries in /var/log/messages were ignored because everything was running smooth and the system seemed normal and stable:
bge0: watchdog timeout -- resetting
bge0: link state changed to DOWN
bge0: link state changed to UP
With increasing network load there were a few unusual latency peaks and finally the NIC shut down or the system was frozen (w/out any messages of course). I couldn't figure that one out, it is a remote box w/out KVM access. After some research I found that In order to get rid of those messages you need to disable bge0 ASF driver features by adding
hw.bge.allow_asf="0"
to your /boot/loader.conf - and yes, you really need to reboot your machine since sysctl hw.bge.allow_asf="0" will fail with "sysctl: oid 'hw.bge.allow_asf' is read only". Those messages are gone now and the system seems stable as it should be.
Have fun!
http://www.blog.mbehrens.eu/it/linuxunix/freebsd/freebsd-9-0-bge0-watchdog
|
 |
|
 |
Windows Server 2008 도메인 컨트롤러에서 SQL Server 서비스계정 변경시 오류 | 일상다반사 |
 |
| Windows Server 2008 도메인 컨트롤러에서 비 도메인 관리자 계정을 SQL Server 2008 구성 요소 서비스 계정을 변경할 때 오류 메시지: "로그온 실패로 인해 서비스가 시작되지 않았습니다" 또는 WMI 공급자 오류
로그온 실패로 인해 서비스가 시작되지 않았습니다. [0x8007042d]
WMI 공급자 오류 [오류 코드를 반환한 WMI 공급자 호출: 0x800742a2]
해결방법: http://support.microsoft.com/kb/955496/ko
|

이클립스 에디터에서 mouse over에 따른 해당 툴팁의 hover 딜레이가 너무 짧아 개발에 불편을 초래할 경우 아래와 같이 레지스트리를 조작하여 해결을 볼 수 있다. 난 400ms 정도가 적당하다.
HKEY_CURRENT_USER\Control Panel\Mouse > new string value > MouseHoverTime > 400
 | MouseHoverTime.reg (216 Byte) |
| | |
|
 |
|
 |
[리눅스] 특정기간 내에 수정된 파일만 검색하여 파일로 압축 | 일상다반사 |
 |
| touch -t 201202210000 _fr
touch -t 201204232359 _to
find ./ -newer _fr -a ! -newer _to ! -name _to -type f | xargs tar cvf _update_201204232359.tar
또는
touch -t 201202210000 _fr
touch -t 201204232359 _to
find ./ -newer _fr -a ! -newer _to ! -name _to -type f > _update.txt
tar -cvf _update_201204232359.tar `cat _update.txt`
|
 |
|
 |
Properties Editor 5.0.0 | 일상다반사 |
 |
 |
|
 |
H67 샌디브릿지 + 윈도우 XP + SATA AHCI | 일상다반사 |
 |
이미 윈도7을 AHCI로 설치한 상태에서 추가 HDD를 장착하여 XP를 설치하여 했으나 H67 AHCI 드라이버가 통합된 배포본을 구하지 못해 결국 IDE로 설치하여 AHCI로 변경을 시도하게 되었다. (nLite를 사용하기엔 너무너무 귀찮았기에..)
하지만 인터넷에 올라온 여러 문서들을 보고 따라하다가 괜한 시간만 낭비했다. 결국 몇시간 삽질끝에 아래와 같은 방법으로 해결하였다.
1. BIOS에서 IDE모드 사용
2. CD 또는 USB로 XP를 설치
3. 장치관리자의 IDE ATA/ATAPI 컨트롤러에서 모든 SATA Controller를 아래의 드라이버로 업데이트
Intel(R) Desktop/Workstation/Server Express Chipset SATA AHCI Controller
업데이트할 Intel RST 드라이버의 다운로드는 다음 URL에서 가능하다.
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=2101&DwnldID=19607&ProductFamily=Chipsets&ProductLine=Chipset+Software&ProductProduct=Intel%c2%ae+Rapid+Storage+Technology&lang=eng
하단의 지원칩셋 목록에서 Intel® 6 Series Chips를 확인할 수 있다.
4. 재시작시 BIOS에서 IDE모드를 AHCI로 변경하여 정상부팅
5. infinst_autol.exe를 다운받아 설치하여 최종 업데이트 수행
6. 끝
본인의 경우 3번의 과정에서 두개의 컨트롤러가 존재하였으며, 두 컨트롤러의 드라이버 업데이트 수행중 첫번째 컨트롤러의 드라이버 변경은 정상완료 되었으나 두번째 컨트롤러의 드라이버 변경시 블루스크린이 보여졌다. 그냥 아무생각없이 PC를 재시작했더니 별 문제없이 부팅이 되더라. 그 이유는 별로 알고싶지도 않고 궁금하지도 않을 뿐이다. (IDE모드 상태에선 2 port와 4 port 두개가 보여지는데, 이중 한개만 바꿔줘야 하는것 같다.)
|
DVCS: Distributed Version Control System
DVCS란 말그대로 분산형 형상제어 시스템을 말한다. 대표적인 SCM으론 Git, Bazaar, Mercurial 등이 있으며, Git의 경우 리눅스커널 탄생의 주역인 Linus Torvalds가 개발에 참여를 하고 있다. DVCS의 IDE 플러그인 지원 강화만 보더라도 향후 1~2년 안에는 DVCS의 사용자 수가 기존 VCS의 수를 앞서게 될 것으로 전망된다.
기존의 CVS나 SVN(Subversion)와 같은 VCS에선 main-repository를 대상으로 checkout, update, commit 등의 작업을 수행하는 중앙집중식 시스템이다. 이는 때론 여러 사용자들 간에 서로 소스코드가 꼬여버리는 사태가 종종 발생하기도 하며. 매번 diff와 merge 과정을 수동으로 처리해야 하거나 강제로 덮어버려야 하는 귀차니즘을 동반하게 된다. 그 보다도 그러한 시간들이 마냥 낭비일 뿐이다라는 견해다.
하지만 Distributed VCS의 경우, 각각의 사용자가 자신만의 local-repository(branch)를 갖게 되며 공동으로 진행되는 특정 영역의 코드에 대해 해당 사용자 간의 diff/merge(pull/push) 통해 최종본을 main-repository에 반영하게 된다. 이로써 보다 유연한 공동 작업이 가능하며 선임 개발자에 의한 코드의 품질관리와 같은 응용업무 또한 가능하다.
... 중략 ... 패스 ... 중략 ...
OS 포팅과 속도 이 두가지 측면만으로 비교하자면 Git나 Bazaar 보다는 Mercurial을 추천한다. 아래는 각 DVCS 전용 윈도우즈용 GUI 클라이언트 도구들이다.
TortoiseGit: http://code.google.com/p/tortoisegit/
TortoiseBzr: http://wiki.bazaar.canonical.com/TortoiseBzr/
TortoiseHq: http://tortoisehg.bitbucket.org/
신경 쓰여서 더 이상 못쓰겠다. 일이나 하자..
다음 기회에 이어서 계속.


|
 |
|
 |
Windows 7 - Reset windows position | 일상다반사 |
 |
윈도7에서 securecrt를 사용하다 갑자기 전체화면 상태에서 이전상태로
되돌아오질 않는다. 듀얼모니터 사용시 이러한 현상이 자주 발생하더라.
하지만 구글링을 통해 아래의 꽁수 입수!
단축키 어려워 ㅋㅋ
--------------------------------------------------------------------------------
http://www.sevenforums.com/customization/75221-reset-windows-position.html
Windows 7 - Reset windows position
Select the program window he wants to rescue on the taskbar then tell him to hit Alt+Space then M. Now he can use the arrow keys to move the window back onto the visible displays.
You can also use Win+Left Arrow or Win+Right Arrow a few times to Aero Snap the window back to a visible monitor. Also Win+Shift+Left/Right Arrow will make a window jump monitors directly.
|
|
|
|
|
|