반응형 IT/unix_unixlike41 LInux Mint 라... 성공한 리눅스라 일컬어지는 우분투.. 그리고 그뒤를 이어 리눅스 민트라는 물건이 니왔다.. 두둥! http://www.linuxmint.com/index.php 일단 눈에 띄는것은 역시.. 이쁘다!! 훗.. 우분투를 처음봤을때의 느낌처럼 깔끔하다고 할까? 이제는 식상해진 우분투지만, 처음 나왔을때는 정말 강렬하게 깔끔하고 이뻤다.. 정말 개멋짐 이었어... 어쨌든 이를 이을만한 리눅스 민트!! 써보고 좋은거 있으면 보고 하도록하겠다.. 역시 Oracle Virtual Box 를 이용해봐야지... 버박 벌써 4.3.14 버젼임.. 부지런하다 오라쿨 2014. 8. 28. [ubuntu] jdk 설치 http://forum.falinux.com/zbxe/index.php?document_srl=574845&mid=lecture_tip 설치 환경 : Linux ubuntu 3.5.0-17-generic #28Ubuntu 12.10 JDK jdk1.7.0_15 요약>> 1. JDK 다운로드http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html ( 자신의 컴퓨터가 32/64 비트 구분하여 다운로드 체크하는 방법 - 터미널에서 $> dpkg -s libc6 | grep Arch ) 2. 압축해제 후 적당한 폴더에 이동 ( /usr/lib/jvm/{jdk 버젼명} ) 3. sudo update-alternative .. 2013. 2. 21. bc - 명령행 계산기 bc - arbitrary-precision arithmetic language 간단한 명령행수식으로 계산가능 ex) $> print "n=1;for(i=1;i 2013. 2. 7. uniq 중복항목 제거 uniq [-udc [-f fields] [-s chars] [input_file [output_file]] input_file 생략시 output_file 생략시 으로 출력 중복된 항목을 제거하여 출력해줌-c 옵션 사용시 중복항목 카운트 해줌 ex)사용할 데이터 파일#test.dat1123456789101112131415 $> uniq test.dat123456789101112131415 $> uniq -c test.dat 2 1 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 10 1 11 1 12 1 13 1 14 1 15 2013. 2. 7. ldd : 의존 라이브러리 체크 실행 파일이나 라이브러리의 의존성있는 라이브러리 목록을 보여줍니다. ldd Options ldd recognizes the following options: -d Check reference to data symbols. -r Check reference to data and code symbols. -s Display the search path used to locate the shared libraries. -v Display all dependency relationships. -y symbol Display the module names where symbol is referenced and also where symbol is defined. ex)$ ldd -v libkdutil_sl.sl .. 2013. 1. 16. 이전 1 2 3 4 5 다음 반응형