분류가 모호한 글2011. 7. 28. 11:48
외국에서는 whatismyip.com이 꽤나 유명한듯
아무튼, 공유기 설정을 안들어 가더라도 자신의 아이피를 확인할 수 있다.

[링크 : http://www.whatismyip.com/]
[링크 : http://www.ipip.kr/]
[링크 : http://www.findip.kr/

---
2011.11.20 추가

리눅스 유저라면 안외울래야 안외울수 없는 링크군!

[링크 : http://www.ifconfig.co.kr/]
    [링크 : http://www.soondesign.co.kr/?p=7976]

'분류가 모호한 글' 카테고리의 다른 글

일본연도 - 평성(平成)  (0) 2011.08.09
카이로프랙틱  (0) 2011.07.28
PTP 포장  (0) 2011.07.15
Teamviewer... 저렴한...... 응?  (2) 2011.07.11
3ThreeGo  (0) 2011.06.29
Posted by 구차니


DDR-1 333의 경우, 빠른 주파수로 인한 data duty cycle의 제한으로 인해
4개의 채널까지만 허용이 되어 4GB x 4DIMM = 16GB 까지만 사용이 가능해진다.
DDR-1 266의 경우 6채널이 사용이 가능하여 4GB x 6DIMM = 24GB 까지 사용이 가능하다.



요즘 제품들도 이런 제약이 있는지는 모르겠지만
아무튼... 빠르다고 능사는 아닌듯 -_-

[링크 : http://download.viglen.co.uk/files/Servers/LX270/Manual/LX270_Motherboard_TPS.pdf]


---
2011.07.28
아오 출근해서 확인해보니 PC2700(DDR-333)이네 아오 ㅠ.ㅠ 
Posted by 구차니
하드웨어/RAID2011. 7. 27. 21:02
RAID 10은 짝수개의 하드에 대해서 사용이 가능한데 비해
1E는 홀수개의 하드에 대해서도 사용이 가능하다고 한다.

RAID 1E and RAID 10 are different. RAID 10 is a strip across mirrors. So you need 4 disks minimum, and even numbers there after. 2 disks each make up a mirror and the two mirrors are striped. This means with 4 100GB drives you get a 200GB set with both increased write and significantly increased read performance. You can loose up to 1 disk from each underlying mirror. With 6 disks in the array, you could loose up to 3 disks.

RAID 1E
is an IBM mirroring/striping technique working with an arbitrary number of disks. This image from wikipedia should explain it, best. With 4 100GB disks you still end up with 200GB of storage. You can loose as many as 2 non-adjacent disks. This doesn't mean much for 4 disks, but for 5 disks it would mean you can still loose a max of 2 disks. 10 won't work with 5 disks.

Personally, I would use RAID 5 just because it allows a 4 100 GB disk array to reach 300GB with similar performance. The biggest downside I see is you can only loose 1 drive, regardless of how strategically you break them.
 

[링크 : http://www.linuxquestions.org/questions/linux-hardware-18/raid-5-vs-1e-10-a-496488/] 

아무튼, 해보기 전에는 모르겠다 -_-



[링크 : http://en.wikipedia.org/wiki/Non-standard_RAID_levels#RAID_1E]
[링크 : http://www.techrepublic.com/article/non-standard-raid-levels-primer-raid-1e/6181460]
Posted by 구차니
카메라 - 볼륨다운 - 파워


이 상황에서는 전원버튼 외에는 먹는게 없다 -_-
넥원보다는 가지고 놀게 없어서 심심...

[링크 : http://onnoori.wordpress.com/2011/06/28/모토쿼티-추가-as/]
[링크 : http://singah.tistory.com/1977]
[링크 : http://sfnblog.tistory.com/122]


아무튼 이런 희한한 장치로 인식함
 
Posted by 구차니
embeded/AVR (ATmega,ATtiny)2011. 7. 27. 15:51
AVR Studio의 ISP 메뉴에서 보면
"ELF Production File Format" 이라는 항목이 존재한다.
이 ELF가 Unix/Linux의 ELF 인지는 모르겠지만 -_-
아무튼 퓨즈비트/락비트 전부 하나의 파일에 넣는 매우 편한 방법중에 하나이다.


그런데 이거 생성을 하려고 했더니...
"A Problem occured when executing the command. See the command output for more info."


"The contents of the HEX file does not fit in the selected device"


요따구로 배를짼다 -_-

이러한 문제가 발생하는 건
1. 파일 경로상에 한글이 들어간 경우(AVR Studio 4 V4.1 Build 684 에서 테스트시 한글 경로 문제 없음)
2. WinAVR이 설치된 경우/ 혹은 경로가 이상하게 들어간경우
   (C:\WinAVR-20100110\bin;C:\WinAVR-20100110\utils\bin 두개의 패스가 들어가 있는데
    WinAVR 버전 문제이거나, utils\bin 까지 잡혀서 인지는 미지수..)

머.. 안되면 둘다 해봐야 하려나?


---
흐음.. ELF인건 맞는듯 -ㅁ-
그러면.. AVR Studio에서 이걸 인식해서 따로 저장하는 거겠....지?
설마 -_- AVR 칩 자체적으로 ELF를 인식하는 것 일리는 -ㅁ-!
(머.. 어짜피 퓨즈비트도 메모리의 특정 영역으로 몇 바이트만 잡아먹는거라면 충분히 가능하겠지만..)
$ readelf -a avrstudio.elf
ELF Header:
  Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF32
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              EXEC (Executable file)
  Machine:                           Atmel AVR 8-bit microcontroller
  Version:                           0x1
  Entry point address:               0x0
  Start of program headers:          52 (bytes into file)
  Start of section headers:          180 (bytes into file)
  Flags:                             0x85
  Size of this header:               52 (bytes)
  Size of program headers:           32 (bytes)
  Number of program headers:         4
  Size of section headers:           40 (bytes)
  Number of section headers:         6
  Section header string table index: 1

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .shstrtab         STRTAB          00000000 0001a4 000028 00      0   0  0
  [ 2] .text             PROGBITS        00000000 0001cc 004852 00  AX  0   0  2
  [ 3] .fuse             PROGBITS        00820000 004a1e 000003 00  WA  0   0  1
  [ 4] .lock             PROGBITS        00830000 004a21 000001 00  WA  0   0  1
  [ 5] .signature        PROGBITS        00840000 004a22 000003 00  WA  0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

There are no section groups in this file.

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x0001cc 0x00000000 0x00000000 0x04852 0x04852 R E 0x1
  LOAD           0x004a1e 0x00820000 0x00820000 0x00003 0x00003 RW  0x1
  LOAD           0x004a21 0x00830000 0x00830000 0x00001 0x00001 RW  0x1
  LOAD           0x004a22 0x00840000 0x00840000 0x00003 0x00003 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text
   01     .fuse
   02     .lock
   03     .signature

There is no dynamic section in this file.

There are no relocations in this file.

There are no unwind sections in this file.

No version information found in this file.
 
 

'embeded > AVR (ATmega,ATtiny)' 카테고리의 다른 글

nop  (2) 2011.10.31
ATmega64 timer 설정  (0) 2011.10.28
IAR compiler 컴파일시 이미지 크기 보기  (3) 2011.07.25
PINA_Bit0 누구냐 넌! (IAR)  (0) 2011.03.31
AVR - PINA / PORTA / DDRA  (2) 2011.03.31
Posted by 구차니
Microsoft/Windows2011. 7. 26. 14:31
Step 1. 제어판 - "프로그램 추가/제거" 에서 "Windows 구성 요소 추가/제거" 를 선택


Step 2. 네트워킹 서비스에서 "자세히"를 선택


Step 3. "UPnP 사용자 인터페이스"를 선택


Step 4. "내 네트워크 환경"을 더블클릭해서 들어오면 다음과 같이 희한한 녀석들이 나타난다.
           현재 네트워크 상에 존재하는 UPnP 장비의 목록이 나오고 더블 클릭하면 웹 페이지가 뜬다 -ㅁ-
           (하나는 공유기, 하나는 IP Camera 임. 다른 장비들은 어떻게 뜰지 모르겠음)


---
2011.08.01 추가
기다리고 있으면 아래와 같이 트레이에 뜨기도 한다.

---

[링크 : http://www.bitwiseim.com/wiki/index.php?title=Using_UPnP_on_Windows_XP]
Posted by 구차니


아래의 안전 모드 : 설정을 클릭하여 사용하지 않음으로 바꾸면 동영상을 볼 수 있다.
(19금이라던가 여러가지 sensorship 관련 제한을 필터링 해주는 옵션인듯)


[링크 : http://blog.naver.com/hahaj1/20109681239]
Posted by 구차니
영업이랑 싸우다 보면 항상 듣는 소리가 바로
"이 사람들은 전문가라구요. 그 정도도 확인 안해 봤겠어요?" 



근데...
전문가라면서 해결 못해서 헬프 외치고
답은 나에게서 나오는데 그런 소리하는 영업의 심리는 멀까?




전문가의 의미가 바뀐건가?
혼란스럽네 -_- 

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

펀드는 아작나고~ 지름신은 오시고~  (2) 2011.08.08
수능 100일전! + 오늘의 운세  (4) 2011.08.02
일하기 싫어병?  (2) 2011.07.24
지름신고 - 20110721  (6) 2011.07.21
먼가 하는거 없이 바빠  (2) 2011.07.19
Posted by 구차니
원래 삼성안티라 졸라 까고 싶긴하지만
이번 사태를 보면 삼성SDS 개발자들이 무슨죄가 있나 싶긴한데..

일단 16자리까지 나타내는건 어떻게 보면 별거 아닌거 같지만
double 형이 나타낼수 있는 최대 자릿수이고
굳이 이렇게 까지 소수점 자리를 끌어내야 하나 하는 생각이 든다.
컴퓨터로서는 한계 자릿수인데 말이다 -_-

그리고 동일 점수일때 처리과정은
개발자가 지정하는게 아니라 윗선에서 내려오는 지시대로 받아서
작성할것일 뿐일텐데 이상하게 화살은 개발자들에게 날아가는 느낌이라고 해야하나...


그리고 삼성SDS도 하청에 하청을 주고 만들었을텐데
이러한 구조를 깔생각은 안하고
말단 개발자만 깔 생각을 하니 -_- 에효~

[링크 : http://news.chosun.com/site/data/html_dir/2011/07/25/2011072500100.html]
Posted by 구차니
embeded/AVR (ATmega,ATtiny)2011. 7. 25. 11:10
2.31E 버전의 경우
Options - Settings - Make Control 에
Message Filtering Level 이라는 설정을 All로 바꾸어 주면된다. (기본은 Messages 였던듯)
물론, 빌드이기 때문에 수정사항이 있거나 Build All을 해주어야 원하는 코드 사이즈가 나온다.


Rebuilding target Debug...
filename.c
ICCAVR: --cpu=m64 -ms -o D:\prj\Debug\Obj\ -I C:\Program Files\IAR Systems\Ew23 Evaluation version\avr\SRC\CLIB\INC\ -e -y --initializers_in_flash -z9 --no_clustering --cross_call_passes=2 --debug -DENABLE_BIT_D

   IAR Atmel AVR C/EC++ Compiler V2.28A/WIN, Evaluation Version
   Copyright 1996-2002 IAR Systems. All rights reserved.

  14983 bytes of CODE memory (+ 12 bytes shared)
    599 bytes of DATA memory (+ 40 bytes shared)

Errors: none
Warnings: none
Linking...
XLINK: D:\prj\Debug\Obj\filename.r90 C:\Program Files\IAR Systems\Ew23 Evaluation version\avr\lib\cl3s-ec-sf.r90 -o D:\prj\Debug\Exe\filename.hex -Fintel-standard -
 17 213 bytes of CODE memory (8 range fill)
    801 bytes of DATA memory
Errors: none
Warnings: none
 
Total number of errors: 0
Total number of warnings: 0 

[링크 : http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=35464]
Posted by 구차니