하드웨어2010. 10. 12. 10:37
펜4 1.6 기가 메인보드에 그래픽 카드를 꼽으려니 안되서 다른 카드를 보니 슬롯이 달랐다.
위의것은 쿼드로 2 이고, 아래것은 ATi rage pro 이다.

위키의 내용을 보면,
ATi Rage 는 1.5V AGP 이고, 쿼드로2는 3.3V/1.5V 겸용이거나 유니버셜인것으로 생각된다.


[링크 : http://en.wikipedia.org/wiki/Accelerated_Graphics_Port]

'하드웨어' 카테고리의 다른 글

LTO / DLT  (2) 2010.10.20
AWG - American Wiring Gauge  (0) 2010.10.20
VRM with P3-1Ghz  (0) 2010.10.11
MEMS : Micro-Electro-Mechanical Systems  (0) 2010.09.19
Nvidia 8600GT core + cooler  (0) 2010.07.17
Posted by 구차니
프로그램 사용/nmap2010. 10. 11. 12:02
가장 간단한 사용법은
nmap ip (1개의 아이피에 대해 1000개의 포트스캔)

조금 복잡한 사용법은
nmap -p 1-65535 ip (1개의 아이피에 대해 모든 포트스캔)

Nmap 5.21 ( http://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
  Can pass hostnames, IP addresses, networks, etc.
  Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254
  -iL <inputfilename>: Input from list of hosts/networks
  -iR <num hosts>: Choose random targets
  --exclude <host1[,host2][,host3],...>: Exclude hosts/networks
  --excludefile <exclude_file>: Exclude list from file
HOST DISCOVERY:
  -sL: List Scan - simply list targets to scan
  -sP: Ping Scan - go no further than determining if host is online
  -PN: Treat all hosts as online -- skip host discovery
  -PS/PA/PU/PY[portlist]: TCP SYN/ACK, UDP or SCTP discovery to given ports
  -PE/PP/PM: ICMP echo, timestamp, and netmask request discovery probes
  -PO[protocol list]: IP Protocol Ping
  -n/-R: Never do DNS resolution/Always resolve [default: sometimes]
  --dns-servers <serv1[,serv2],...>: Specify custom DNS servers
  --system-dns: Use OS's DNS resolver
  --traceroute: Trace hop path to each host
SCAN TECHNIQUES:
  -sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans
  -sU: UDP Scan
  -sN/sF/sX: TCP Null, FIN, and Xmas scans
  --scanflags <flags>: Customize TCP scan flags
  -sI <zombie host[:probeport]>: Idle scan
  -sY/sZ: SCTP INIT/COOKIE-ECHO scans
  -sO: IP protocol scan
  -b <FTP relay host>: FTP bounce scan
PORT SPECIFICATION AND SCAN ORDER:
  -p <port ranges>: Only scan specified ports
    Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080
  -F: Fast mode - Scan fewer ports than the default scan
  -r: Scan ports consecutively - don't randomize
  --top-ports <number>: Scan <number> most common ports
  --port-ratio <ratio>: Scan ports more common than <ratio>
SERVICE/VERSION DETECTION:
  -sV: Probe open ports to determine service/version info
  --version-intensity <level>: Set from 0 (light) to 9 (try all probes)
  --version-light: Limit to most likely probes (intensity 2)
  --version-all: Try every single probe (intensity 9)
  --version-trace: Show detailed version scan activity (for debugging)
SCRIPT SCAN:
  -sC: equivalent to --script=default
  --script=<Lua scripts>: <Lua scripts> is a comma separated list of
           directories, script-files or script-categories
  --script-args=<n1=v1,[n2=v2,...]>: provide arguments to scripts
  --script-trace: Show all data sent and received
  --script-updatedb: Update the script database.
OS DETECTION:
  -O: Enable OS detection
  --osscan-limit: Limit OS detection to promising targets
  --osscan-guess: Guess OS more aggressively
TIMING AND PERFORMANCE:
  Options which take <time> are in milliseconds, unless you append 's'
  (seconds), 'm' (minutes), or 'h' (hours) to the value (e.g. 30m).
  -T<0-5>: Set timing template (higher is faster)
  --min-hostgroup/max-hostgroup <size>: Parallel host scan group sizes
  --min-parallelism/max-parallelism <time>: Probe parallelization
  --min-rtt-timeout/max-rtt-timeout/initial-rtt-timeout <time>: Specifies
      probe round trip time.
  --max-retries <tries>: Caps number of port scan probe retransmissions.
  --host-timeout <time>: Give up on target after this long
  --scan-delay/--max-scan-delay <time>: Adjust delay between probes
  --min-rate <number>: Send packets no slower than <number> per second
  --max-rate <number>: Send packets no faster than <number> per second
FIREWALL/IDS EVASION AND SPOOFING:
  -f; --mtu <val>: fragment packets (optionally w/given MTU)
  -D <decoy1,decoy2[,ME],...>: Cloak a scan with decoys
  -S <IP_Address>: Spoof source address
  -e <iface>: Use specified interface
  -g/--source-port <portnum>: Use given port number
  --data-length <num>: Append random data to sent packets
  --ip-options <options>: Send packets with specified ip options
  --ttl <val>: Set IP time-to-live field
  --spoof-mac <mac address/prefix/vendor name>: Spoof your MAC address
  --badsum: Send packets with a bogus TCP/UDP/SCTP checksum
  --adler32: Use deprecated Adler32 instead of CRC32C for SCTP checksums
OUTPUT:
  -oN/-oX/-oS/-oG <file>: Output scan in normal, XML, s|<rIpt kIddi3,
     and Grepable format, respectively, to the given filename.
  -oA <basename>: Output in the three major formats at once
  -v: Increase verbosity level (use twice or more for greater effect)
  -d[level]: Set or increase debugging level (Up to 9 is meaningful)
  --reason: Display the reason a port is in a particular state
  --open: Only show open (or possibly open) ports
  --packet-trace: Show all packets sent and received
  --iflist: Print host interfaces and routes (for debugging)
  --log-errors: Log errors/warnings to the normal-format output file
  --append-output: Append to rather than clobber specified output files
  --resume <filename>: Resume an aborted scan
  --stylesheet <path/URL>: XSL stylesheet to transform XML output to HTML
  --webxml: Reference stylesheet from Nmap.Org for more portable XML
  --no-stylesheet: Prevent associating of XSL stylesheet w/XML output
MISC:
  -6: Enable IPv6 scanning
  -A: Enables OS detection and Version detection, Script scanning and Traceroute
  --datadir <dirname>: Specify custom Nmap data file location
  --send-eth/--send-ip: Send using raw ethernet frames or IP packets
  --privileged: Assume that the user is fully privileged
  --unprivileged: Assume the user lacks raw socket privileges
  -V: Print version number
  -h: Print this help summary page.
EXAMPLES:
  nmap -v -A scanme.nmap.org
  nmap -v -sP 192.168.0.0/16 10.0.0.0/8
  nmap -v -iR 10000 -PN -p 80
SEE THE MAN PAGE (http://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES

'프로그램 사용 > nmap' 카테고리의 다른 글

nmap CVE report  (0) 2019.06.05
eth 1394에서의 nmap 실행 실패  (0) 2011.12.31
nmap for windows(zenmap)  (0) 2010.10.01
Posted by 구차니
개소리 왈왈2010. 10. 11. 11:30
Firefox를 주력으로 쓰다보니, 간간히 옥션에서 구매하고 항상 늦게 결제하는 나쁜 사용자가 되었었다.
(아래는 나쁜 구매자의 증거.jpg)

혹시나 IE에서 해보니 잘된다 -_- 미네랄!

'개소리 왈왈' 카테고리의 다른 글

옥수수를 들고있으니  (0) 2010.10.17
가을... 비?  (0) 2010.10.14
이런 광고는 좀 조심해줘! 무섭단 말이야!!!  (2) 2010.10.07
잉여로운 연휴 1일차?  (0) 2010.09.20
동물과 식물 그리고 인간 + 생명  (0) 2010.09.15
Posted by 구차니
하드웨어2010. 10. 11. 11:19
HP Proliant ML350 모델에 CPU가 하나뿐이라 어떤걸 사용하나 보다보니 메인보드에 신기한게 뽑혀있었다.
아래 사진의 오른쪽 녀석이 바로 그녀석인데

검색을 해보니 VRM 은 Voltage Regulator Module의 약자로
일종의 DC-DC regulator의 역활을 하는 것으로 추측된다.
이게 반드시 있어야 작동하는지 안하는지는 일단 모름 -_-

[링크 : http://en.wikipedia.org/wiki/Voltage_regulator_module]
[링크 : http://www.terms.co.kr/VRM.htm]

'하드웨어' 카테고리의 다른 글

AWG - American Wiring Gauge  (0) 2010.10.20
AGP (Accelated Graphics Port)  (4) 2010.10.12
MEMS : Micro-Electro-Mechanical Systems  (0) 2010.09.19
Nvidia 8600GT core + cooler  (0) 2010.07.17
기가비트 이더넷 PCI 랜카드 - about PCI GbE  (4) 2010.07.14
Posted by 구차니
Programming/openCL & CUDA2010. 10. 10. 16:23
CUDA나 그래픽 쪽 글들을 보면 nbody가 나오길래 머하는 녀석일려나 하고 찾아보게 되었다.
(일단 그래픽이 멋지잖아!)


대충 설명하자면, n 개의 body 들의 상호연관성을 계산하는 시뮬레이션이다.

[링크 : http://en.wikipedia.org/wiki/N-body_simulation]
    [링크 : http://en.wikipedia.org/wiki/N-body_problem]

'Programming > openCL & CUDA' 카테고리의 다른 글

CUDA 와 SLI  (0) 2010.10.30
CUDA SDK 설치하기  (2) 2010.10.24
CUDA Toolkit 설치하기  (0) 2010.10.24
BLAS - Basic Linear Algebra Subprograms  (0) 2010.10.24
GPU 컴퓨팅 전문기업 - 미루웨어  (0) 2010.10.10
Posted by 구차니
Programming/openCL & CUDA2010. 10. 10. 15:43
마루웨어 아님 -_-

CUDA 라고 불리우는, GPU 프로그래밍 관련해서 국내에서는 유일한 기업이라고 하는데
몇몇 자료들은 꽤 쓸만해 보인다.

[링크 : http://www.miruware.com/]

'Programming > openCL & CUDA' 카테고리의 다른 글

CUDA 와 SLI  (0) 2010.10.30
CUDA SDK 설치하기  (2) 2010.10.24
CUDA Toolkit 설치하기  (0) 2010.10.24
BLAS - Basic Linear Algebra Subprograms  (0) 2010.10.24
nbody  (0) 2010.10.10
Posted by 구차니
프로그램 사용/GIMP2010. 10. 10. 12:36
jwmx님의 아이폰 어플 소개글을 보니 문득 떠올라서 끄적끄적.

Step 1. 원하는 영역을 선택한다.

Step 2. 원근변형도구를 선택한다. (다이얼로그 상에는 원근법으로 나온다)

Step 3. 원하는 모양이 되도록 끌어다 놓는다(단, 원본의 위치는 변하지 않으므로 눈대중으로 잡아야 한다)

 Step 4. 변형을 하면 원하는 모습으로 변형된다.


보기에는 좋지만 딱히 쓸일은 없어 보이는 도구중에 하나다.
물론 적절하게 사용하면 입체감을 주는 일종의 맵핑도구로 사용이 가능하겠지만 말이다.
Posted by 구차니
아침에 일어나서 지름신이 강림하셔서, 직거래로 데스크탑을 하나 구매하러 갔다.

동대문역사문화공원역에서는
어떤 할머니께서 지팡이로 2명의 소녀들에게 위협을 가하고 있었다. (소리가 나서 돌아봤으니 정황은 모르겠음)
얼마전 기사화 되었던 2호선의 상습범 할머니 이신가 하고 유심히 쳐다 보고 있었는데,
2호선 분이 4호선으로 건너 오신지는 모르겠지만, 아무튼 정상은 아니신듯 -_-

할머니께서 사과도 안하냐고 소리 버럭 지르는 광경부터 돌아봤는데
정황적으로는 2명의 소녀가 둘이서 놀다가 주변사람을 잘 못보고 팔을 휘두르다가
지나가던 욕쟁이(!) 할머니의 가슴을 친것 같았다. 계속 가슴을 부여잡으면서 아픈기색으로 지팡이를 휘드르며 위협하셨고
요즘 애들은 사과도 안해! 이러면서 지하철이 들어오기까지 3분 동안 플랫폼을 적막에 빠트리셨다.

그리고 지하철이 출발하고 혜화에서 내리시려는지
내려야 하는 반대편 문으로 가서 문앞에 서있던 여성 장애인으로 추측되는 분에게
(걸음걸이나 전화하는 말이 약간 부자연스러웠음) 아까와 같이 지팡이로 옆으로 가라고 하고는 쫒아보내더니...
지하철이 멈추자 반대방향임을 인지하고 후다닥 시야에서 사라졌다.

아무튼 요즘 애들이 버릇이 없어라는 말이 고대적 낙서에도 남아 있다지만
역설적으로 노친네들이 개념을 엿바꿔먹었어 라는 상황이 고대적부터 계속 이어지는건 마찬가지인듯.



성신여대역에서는
판매자를 기다리는데 끼익 퍽 소리가 나서 고개를 돌려보니
BRT 공사장 인부와 배달 오토바이가 뒹굴고 있었다. 다행히도 다른 인부들이 나와서 교통정리하고 부축하긴 했지만
아이러니(!) 하게도 쳐박힌 공사장 인부보다 배달 오토바이 운전자가 더 못 일어나는 상황 -_-
얼굴을 봐서는 둘다 20 였던거 같은데 흐음...





아무튼 이렇게 30분도 안되는 사이에 두번의 사고를 목격하게 되다니
내가 이런 사건의 원흉이나, 혹은 나에게 일어날 일이 다른 사람에게 전가된건 아닐까 미안한 마음마저 들었다

머.. 오늘 하루가 끝나가지만 별다른 일이 없었던것 봐서는
정말 우연히 이러한 사고가 벌어진(?) 두곳에 있었던 것일려나..

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

회사 2달 2주  (0) 2010.11.16
컴퓨터가 징징징 ㅠ.ㅠ  (2) 2010.10.19
커피  (4) 2010.09.29
토요일의 평일근무  (4) 2010.09.25
먼가 미칠듯이 바쁜 하루하루  (0) 2010.09.18
Posted by 구차니
오랫만에 보는 노을이다.
(맨날 사무실에 쳐박혀 있다 보니 웬지 모르게 생소한 느낌 -_-)



야경은 항상 찍을때 마다 어렵다.
흔들리고, 색상이 너무 다르게 나오고, 때로는 너무 하늘이 의도치 않게 밝게 나온다 던지..
그래도 이러한 과장된 색상이 주는 색다른 느낌이 이따금 씩은 좋다.

'개소리 왈왈 > 사진과 수다' 카테고리의 다른 글

투명효과  (0) 2010.10.23
무지개  (0) 2010.10.23
구글이 알려준 한글날  (2) 2010.10.09
파나소닉 DMC-FZ20 어댑터 렌즈 & 배터리  (0) 2010.10.02
광고, 포스터  (0) 2010.09.22
Posted by 구차니

한글을 사랑합시다!

하지만, 내 블로그는 영어투성이 ㅠ.ㅠ
세종대왕님 죄송합니다 ㅠ.ㅠ

'개소리 왈왈 > 사진과 수다' 카테고리의 다른 글

무지개  (0) 2010.10.23
노을 그리고 야경  (2) 2010.10.09
파나소닉 DMC-FZ20 어댑터 렌즈 & 배터리  (0) 2010.10.02
광고, 포스터  (0) 2010.09.22
언젠간 행복해지겠죠  (2) 2010.09.19
Posted by 구차니