'Linux'에 해당되는 글 763건

  1. 2016.09.05 gnome-disks 벤치마크
  2. 2016.09.04 sysbench
  3. 2016.08.18 lynx 마우스 사용하기
  4. 2016.08.18 axel
  5. 2016.07.09 grep --exclude-dir
  6. 2016.06.27 nptl - Native POSIX Threads Library
  7. 2016.06.14 cp -Lr
  8. 2016.06.13 baobab - Disk Usage Analyzer
  9. 2016.06.13 libxml 크로스컴파일. (shared library)
  10. 2016.06.13 *.so 파일의 의존성 확인하기
Linux/Ubuntu2016. 9. 5. 21:01

디스크 성능 테스트 용


[링크 : http://askubuntu.com/questions/249310/how-can-i-launch-disk-utility-after-installing-it]

'Linux > Ubuntu' 카테고리의 다른 글

dhcp 받아오기 실패시 static ip로 설정하기 (timeout 시)  (0) 2016.10.05
proprietary driver on lubuntu  (0) 2016.09.09
lynx 마우스 사용하기  (0) 2016.08.18
axel  (0) 2016.08.18
baobab - Disk Usage Analyzer  (0) 2016.06.13
Posted by 구차니
Linux2016. 9. 4. 10:19

시스템 벤치마크용 툴

cpu / io / mysql  등으로 테스트 가능한 듯?


[링크 : https://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench]]

[링크 : http://faq.hostway.co.kr/Linux_ETC/7162]


'Linux' 카테고리의 다른 글

구버전 사용시 호환(?)  (0) 2016.10.12
strip 된 so 파일의 symbol 보기  (0) 2016.09.21
grep --exclude-dir  (0) 2016.07.09
nptl - Native POSIX Threads Library  (0) 2016.06.27
cp -Lr  (0) 2016.06.14
Posted by 구차니
Linux/Ubuntu2016. 8. 18. 20:23

좌 클릭은 이동

우 클릭은 이전 페이지로 이동


$ lynx -use_mouse

[링크 : http://linux.die.net/man/1/lynx]

'Linux > Ubuntu' 카테고리의 다른 글

proprietary driver on lubuntu  (0) 2016.09.09
gnome-disks 벤치마크  (0) 2016.09.05
axel  (0) 2016.08.18
baobab - Disk Usage Analyzer  (0) 2016.06.13
*.so 파일의 의존성 확인하기  (0) 2016.06.13
Posted by 구차니
Linux/Ubuntu2016. 8. 18. 19:56

wget보다 빠른 녀석인 듯?

$ sudo apt-cache search wget

abcde - A Better CD Encoder

axel - light download accelerator - console version

axel-dbg - light download accelerator - debugging symbols

devscripts - scripts to make the life of a Debian Package maintainer easier

filetea - Web-based file sharing system

libcupt3-0-downloadmethod-wget - flexible package manager -- wget download method

ow-shell - shell utilities to talk to an 1-Wire owserver

puf - Parallel URL fetcher

pwget - downloader utility which resembles wget (implemented in Perl)

snarf - A command-line URL grabber

texlive-latex-extra - TeX Live: LaTeX additional packages

wget - retrieves files from the web

wget-el - interface for wget on Emacsen

wput - tiny wget-like ftp-client for uploading files 


$ wget http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637

--2016-08-18 20:13:20--  http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637

Resolving releases.ubuntu.com (releases.ubuntu.com)... 91.189.88.148, 2001:67c:1360:8c01::1e

Connecting to releases.ubuntu.com (releases.ubuntu.com)|91.189.88.148|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 1513308160 (1.4G) [application/x-iso9660-image]

Saving to: ‘ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637’


esktop-amd64.iso?_g   3%[                      ]  46.40M  2.48MB/s   eta 13m 18s

속도가 오를때 마다 줄이 넘어가서 일단 삭제하고..

아무튼 wget 보다는 빠르다.

$ axel http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637

Initializing download: http://releases.ubuntu.com/16.04.1/ubuntu-16.04.1-desktop-amd64.iso?_ga=1.59634341.941728734.1471518637

File size: 1513308160 bytes

Opening output file ubuntu-16.04.1-desktop-amd64.iso

Starting download


[  0%]  .......... .......... .......... .......... ..........  [  91.7KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2151.5KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2164.4KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2177.7KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2190.9KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2203.9KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2217.0KB/s]

[  0%]  .......... .......... .......... .......... ..........  [2230.6KB/s]

[  1%]  .......... .......... .......... .......... ..........  [3247.9KB/s]

[  1%]  .......... .......... .......... .......... ..........  [3249.8KB/s]

[  1%]  .......... .......... ..........^C .

Downloaded 18.3 megabytes in 5 seconds. (3250.80 KB/s) 


'Linux > Ubuntu' 카테고리의 다른 글

gnome-disks 벤치마크  (0) 2016.09.05
lynx 마우스 사용하기  (0) 2016.08.18
baobab - Disk Usage Analyzer  (0) 2016.06.13
*.so 파일의 의존성 확인하기  (0) 2016.06.13
우분투 버전별 리눅스 커널  (4) 2016.06.09
Posted by 구차니
Linux2016. 7. 9. 11:09


$ grep --exclude-dir=".svn"

[링크 : http://stackoverflow.com/questions/1491514/exclude-svn-directories-from-grep]


svn 관리용 디렉토리 무시하니 편하네

'Linux' 카테고리의 다른 글

strip 된 so 파일의 symbol 보기  (0) 2016.09.21
sysbench  (0) 2016.09.04
nptl - Native POSIX Threads Library  (0) 2016.06.27
cp -Lr  (0) 2016.06.14
libxml 크로스컴파일. (shared library)  (0) 2016.06.13
Posted by 구차니
Linux2016. 6. 27. 20:44

getconf는 설정값을 불러오는건데.. 시스템인가 커널인가.. 그건 찾아 봐야 할듯

[링크 : http://linux.die.net/man/1/getconf]



$ getconf GNU_LIBPTHREAD_VERSION

NPTL 2.3.4

[링크 : https://kldp.org/node/107186]

[링크 : http://man7.org/linux/man-pages/man7/nptl.7.html]

'Linux' 카테고리의 다른 글

sysbench  (0) 2016.09.04
grep --exclude-dir  (0) 2016.07.09
cp -Lr  (0) 2016.06.14
libxml 크로스컴파일. (shared library)  (0) 2016.06.13
chvt - change Virtual Termianl  (0) 2016.04.12
Posted by 구차니
Linux2016. 6. 14. 09:28

심볼릭링크 가 귀찮을때! (헤더가 죄다 심볼릭 링크라던가?)

그냥 원본을 복사하는 방법


      -L, --dereference

              always follow symbolic links in SOURCE


[링크 : http://superuser.com/questions/216919/how-to-copy-symlinks-to-target-as-normal-folders]

'Linux' 카테고리의 다른 글

grep --exclude-dir  (0) 2016.07.09
nptl - Native POSIX Threads Library  (0) 2016.06.27
libxml 크로스컴파일. (shared library)  (0) 2016.06.13
chvt - change Virtual Termianl  (0) 2016.04.12
리눅스 콘솔에서 한글보기  (0) 2016.04.11
Posted by 구차니
Linux/Ubuntu2016. 6. 13. 17:31

'Linux > Ubuntu' 카테고리의 다른 글

lynx 마우스 사용하기  (0) 2016.08.18
axel  (0) 2016.08.18
*.so 파일의 의존성 확인하기  (0) 2016.06.13
우분투 버전별 리눅스 커널  (4) 2016.06.09
응컁컁 ubuntu 16.10 LTS!  (0) 2016.04.24
Posted by 구차니
Linux2016. 6. 13. 15:47

특이하게(?)

--enable-shared 가 아니라

--disable-static


... 망할

'Linux' 카테고리의 다른 글

nptl - Native POSIX Threads Library  (0) 2016.06.27
cp -Lr  (0) 2016.06.14
chvt - change Virtual Termianl  (0) 2016.04.12
리눅스 콘솔에서 한글보기  (0) 2016.04.11
AMD avx 리눅스 식별자  (0) 2016.03.08
Posted by 구차니
Linux/Ubuntu2016. 6. 13. 11:39

so 파일의 다른 so 파일 의존성은 readelf -d로 확인!


$ readelf -d libssl.so.1.0.0

Dynamic section at offset 0x45ef0 contains 30 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libcrypto.so.1.0.0]
 0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
 0x00000001 (NEEDED)                     Shared library: [ld-linux-armhf.so.3]

[링크 : http://stackoverflow.com/...direct-shared-object-dependencies-of-a-linux-elf-binary]

'Linux > Ubuntu' 카테고리의 다른 글

axel  (0) 2016.08.18
baobab - Disk Usage Analyzer  (0) 2016.06.13
우분투 버전별 리눅스 커널  (4) 2016.06.09
응컁컁 ubuntu 16.10 LTS!  (0) 2016.04.24
notepadqq 흐음...  (0) 2016.03.23
Posted by 구차니