Dream never gets old.

고정 헤더 영역

글 제목

메뉴 레이어

Dream never gets old.

메뉴 리스트

  • Home
  • Tag
  • MediaLog
  • LocationLog
  • Guestbook
  • Admin
  • Write
  • 분류 전체보기 (279)
    • [A-01] Expert (0)
    • [B-01] Quad-rotor (13)
    • [C-01] STM32F103RB (17)
    • [C-02] LM3S8962 (6)
    • [C-03] AT91SAM9260 (11)
    • [C-04] ATmega2560 (16)
    • [C-05] STi7105 (20)
    • [C-06] S5PV210 (16)
    • [C-07] STi7108 (1)
    • [C-08] BCM7231 (3)
    • [C-09] BCM7424 (5)
    • [C-10] NEXELL (1)
    • [C-11] Hi3716C (8)
    • [C-12] Exynos 5250 (4)
    • [C-13] Hi3719C (3)
    • [C-14] STM32F373VC (1)
    • [D-01] Linux (82)
    • [D-02] Windows CE (0)
    • [D-03] uC/OS-II (4)
    • [D-04] uCLinux (1)
    • [E-01] Bootloader (2)
    • [F-01] Compiler (0)
    • [G-01] Device (11)
    • [H-01] File System (2)
    • [I-01] Sensor (0)
    • [Z-01] 참고 (52)

검색 레이어

Dream never gets old.

검색 영역

컨텐츠 검색

분류 전체보기

  • [UTIL] 무료 pdf 변환기 - pdf995

    2010.04.29 by eoseontaek

  • Windows7에서 삼바(Samba) 서버로 네트워크 드라이브 연결

    2010.04.23 by eoseontaek

  • [Linux] 리눅스 명령어 - du

    2010.04.23 by eoseontaek

  • Visual C++ 2008 Keybinding Reference Poster

    2010.04.22 by eoseontaek

  • [Linux] iperf - perform network throughput tests

    2010.04.21 by eoseontaek

  • [Linux] 파일들을 검색해서 원하는 문자열을 가진 파일 찾기

    2010.04.20 by eoseontaek

  • [Linux] Splash image 변경하기

    2010.04.19 by eoseontaek

  • [Linux] iperf - perform network throughput tests

    2010.04.19 by eoseontaek

[UTIL] 무료 pdf 변환기 - pdf995

Download Link : http://www.pdf995.com/ Install & Usage http://danbis.net/8602

[Z-01] 참고 2010. 4. 29. 10:10

Windows7에서 삼바(Samba) 서버로 네트워크 드라이브 연결

Link : http://blog.naver.com/PostView.nhn?blogId=nix102guri&logNo=90070974829&redirect=Dlog&widgetTypeCall=true

[Z-01] 참고 2010. 4. 23. 20:13

[Linux] 리눅스 명령어 - du

디렉토리 크기 / 용량 확인 하위 디렉토리까지 포함하여 "트리 사이즈 (Tree Size)"를 구하려면, du 라는 명령어를 사용합니다. du -h --apparent-size 이 명령은 현재 디렉토리와 하위 디렉토리의 크기를 출력합니다. -h 옵션은, 블록 사이즈 대신 사람이 읽을 수 있는 (킬로바이트)KB, 메가바이트(MB) 단위로 출력하라는 것이고 --apparent-size 옵션이 없으면, 파일들이 차지하는 "여분 공간"까지 다 디렉토리 사이즈에 포함되기에 용량이 더 크집니다. du -h --apparent-size / 이렇게 하면 전체 하드에 있는 디렉토리들의 용량이 다 출력됩니다. "/"가 루트 디렉토리이기에. 하위 디렉토리를 포함하지 않으려면 -s 옵션을 소문자로 붙입니다. 도움말에는 대문자..

[D-01] Linux 2010. 4. 23. 10:08

Visual C++ 2008 Keybinding Reference Poster

Visual C++ 2008 단축키 모음 Link : http://www.microsoft.com/downloads/details.aspx?familyid=4411bbfc-0e3c-42b3-bd05-af1d292c986f&displaylang=en

[Z-01] 참고 2010. 4. 22. 21:24

[Linux] iperf - perform network throughput tests

리눅스에서 Network throughput을 테스트하는 util이다. NAME iperf - perform network throughput tests SYNOPSIS iperf -s [ options ] iperf -c server [ options ] iperf -u -s [ options ] iperf -u -c server [ options ] DESCRIPTION iperf is a tool for performing network throughput measurements. It can test either TCP or UDP throughput. To perform an iperf test the user must establish both a server (to discard traffi..

[D-01] Linux 2010. 4. 21. 21:13

[Linux] 파일들을 검색해서 원하는 문자열을 가진 파일 찾기

[steo@localhost src]$ find -name "mb680.py" -print | xargs egrep -rnol "lmi2xfreq" | more

[D-01] Linux 2010. 4. 20. 16:50

[Linux] Splash image 변경하기

/boot/grub/grub.conf 파일을 열어서 splashimage=(hd0,0)/grub/splask.xpm/gz 위에서 빨간 부분이 이미지가 있는 곳이다. grup 디렉토리에 이미지를 넣고 파일 이름을 써 준 다음에 재부팅한다. 작업 완료!! Link : http://gnome-look.org/

[D-01] Linux 2010. 4. 19. 19:15

[Linux] iperf - perform network throughput tests

리눅스에서 newtork throughput을 테스트하는 util인다. STLinux에는 다음 위치에 iperf가 위치한다. /opt/STM/STLinux-2.3/host/bin/iperf [steo@localhost src]$ man iperf IPERF(1) User Manuals IPERF(1) NAME iperf - perform network throughput tests SYNOPSIS iperf -s [ options ] iperf -c server [ options ] iperf -u -s [ options ] iperf -u -c server [ options ] DESCRIPTION iperf is a tool for performing network throughput measurem..

[D-01] Linux 2010. 4. 19. 13:31

추가 정보

인기글

최신글

페이징

이전
1 ··· 15 16 17 18 19 20 21 ··· 35
다음
TISTORY
Dream never gets old. © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바