openoffice base(일종의 MS Access)는 3.x 대 문서에만 존재한다.

3.x 용 메뉴얼
[링크 : http://www.oooauthors.org/ko/userguide3/gs3] 한글
[링크 : http://www.oooauthors.org/english/userguide3] 영문

2.x 용 메뉴얼
[링크 : http://www.oooauthors.org/ko/userguide2] 한글
[링크 : http://www.oooauthors.org/english/userguide2] 영문
[링크 : http://documentation.openoffice.org/manuals/oooauthors2/index.html] 영문
Posted by 구차니
프로그램 사용2010. 10. 18. 21:02
머.. 서비스가 종료된다고 해도 xmark만 미리 받아두고 ftp 돌리면 사용은 가능할듯.
음.. 그런데 서비스 종료되면 플러그인도 못 받는거 아닐려나?




Can I use Foxmarks with my own server?

Foxmarks currently supports both FTP and WebDAV (via HTTP or HTTPS). Just fill in the appropriate server settings on the Foxmarks dialog (including the "Advanced Server Settings" on the "Other" tab) to connect Foxmarks with your server. In our experience, WebDAV is faster and more robust than FTP, but both work. Recently we've made some improvements to optimize network utilization, but those improvements are available only to WebDAV installations. FTP will probably not be so well supported in future Foxmarks releases, as it's just a more limited server.

If you use your own server, we're less able to help you with problems that you might encounter. Caveat switchor.

The Setup Wizard assumes that you're using the Foxmarks server, and knows how to set up accounts only on sync.foxmarks.com. If you're using your own server, don't use the Setup Wizard (press Cancel when it starts).

While we can't provide support if you're using your own server, many folks have contributed some helpful information for anyone who chooses to go that route.


[링크 : http://wiki.foxmarks.com/wiki/Foxmarks:_Frequently_Asked_Questions#Using_Other_Servers]

Posted by 구차니
SLI 커넥터를 사용하고(골드핑거)
Nvidia 제어판에서 SLI로 해놔도 두개로 일단 인식한다.
하나는 540Mhz / 다른 하나는 600Mhz 라서 GFLOPS 값이 다르게 나온듯.

2010-10-17 오전 11:41:11  NVIDIA GPU 0: GeForce 8600 GT
                                    (driver version 25896, CUDA version 3010, compute capability 1.1, 256MB, 76 GFLOPS peak)
2010-10-17 오전 11:41:11  NVIDIA GPU 1: GeForce 8600 GT
                                    (driver version 25896, CUDA version 3010, compute capability 1.1, 256MB, 86 GFLOPS peak)

일단 CUDA RT / CU FFT 이런류의 CUDA를 위한 라이브러리를 알아서 다운받고 있다.

'프로그램 사용 > BOINC - seti@home' 카테고리의 다른 글

8800GT 512MB on BOINC  (2) 2011.01.05
BOINC seti@home on WindowsXP SP3 32bit  (0) 2010.10.31
BOINC 설치시 리부팅 안하면?  (0) 2010.10.17
CUDA 그리고 SLI  (0) 2010.10.09
Seti@home 랭킹  (2) 2009.11.09
Posted by 구차니
절대 실행을 안하는 철벽방어라니 -_-


예전에도 이렇게 쫀쫀하게 굴었던가?

'프로그램 사용 > BOINC - seti@home' 카테고리의 다른 글

BOINC seti@home on WindowsXP SP3 32bit  (0) 2010.10.31
BOINC with CUDA  (2) 2010.10.17
CUDA 그리고 SLI  (0) 2010.10.09
Seti@home 랭킹  (2) 2009.11.09
BOINC 버전업  (0) 2009.11.04
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 구차니
프로그램 사용/GIMP2010. 10. 10. 12:36
jwmx님의 아이폰 어플 소개글을 보니 문득 떠올라서 끄적끄적.

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

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

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

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


보기에는 좋지만 딱히 쓸일은 없어 보이는 도구중에 하나다.
물론 적절하게 사용하면 입체감을 주는 일종의 맵핑도구로 사용이 가능하겠지만 말이다.
Posted by 구차니
결론만 말하자면, SLI는 복수개의 (대개는 2개지만) 그래픽 카드를 1개의 논리 그래픽 카드로 만들어서 사용하는 것이므로,
CUDA에서 1개의 그래픽 카드로 인식, BOINC에서 1개분의 속도 밖에 나오지 않는 것으로 추측된다.

Posted 10 Feb 2009 13:42:02 UTC
Correction. SLI means that you have two or more graphics cards working as one, with a single output. BOINC will recognize all the cards, but it will only use one card due to it being used in SLI mode. Seti CUDA will then only work on one card.

[링크 : http://setiathome.berkeley.edu/forum_thread.php?id=51951]

Posted 31 Jan 2009 19:22:14 UTC
SLI basically combines 2 (or more) matched GPU devices into 1 logical GPU device. When in SLI mode, the system sees only 1 logical GPU and unfortunately for CUDA this means that it only has visibility to 1 physical device (not 2, 3 or 4). Disabling SLI mode for CUDA is best because it allows SETI to take advantage of each GPU as its own device.

[링크 : http://boinc.berkeley.edu/dev/forum_thread.php?id=3592]

'프로그램 사용 > BOINC - seti@home' 카테고리의 다른 글

BOINC with CUDA  (2) 2010.10.17
BOINC 설치시 리부팅 안하면?  (0) 2010.10.17
Seti@home 랭킹  (2) 2009.11.09
BOINC 버전업  (0) 2009.11.04
seti@home boinc manger 설정하기 - WU 미리 받아 놓기  (0) 2009.10.28
Posted by 구차니
이미지를 드래그로 끌어다 놓을경우, 링크로 첨부가 된다.

파일에 포함을 시키기 위해서는 반드시 메뉴에서 추가해야 한다.
단, "삽입 - 그림 - 파일로부터"를 이용하면 한번에 하나의 이미지만을 삽입할수 있다.


삽입으로 넣으면 "비트맵 선택됨" 으로 출력이 되고, 문서 파일에 이미지가 첨부된다.

하지만, 드래그로 이미지를 넣으면 "연결된 비트맵 선택됨" 으로 출력되고,
링크로 들어가므로 다른 PC에서 깨진 이미지로 나오게 된다.

Posted by 구차니
프로그램 사용/GIMP2010. 10. 4. 16:19
GIMP에서 TEXT layer를 저장시, 이미지로 저장되기 때문에 다시 text로 편집을 할 수 없다.

저장하고 나서 까지는 Text layer로 인식하지만

저장후 닫고, 다시 읽어 오면 이미지로 인식을 한다.


포토샾에서 확인을 해보진 않았지만, 포토샾에서는 text layer로 읽어 온다고 한다.
이 문제를 해결하려면 xcf 라는 김프전용 확장자를 쓰는수 밖에 없는듯 -_-

[링크 : http://www.warriorforum.com/blogs/e-mail2u/963-psd-text-layers-gimp-how.html]

Posted by 구차니
프로그램 사용/nmap2010. 10. 1. 15:25
nmap이 나 같은 귀차니즘 유저들을 위해 GUI 프로그램이 나왔다 -_-
솔찍히 지금도 쓰는방법을 모르면 쓰기 힘든건 마찬가지이긴 하지만..


아무튼 매우 깔끔하다.

[링크 : http://nmap.org/]

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

nmap CVE report  (0) 2019.06.05
eth 1394에서의 nmap 실행 실패  (0) 2011.12.31
nmap 도움말  (2) 2010.10.11
Posted by 구차니