2013/07 20

HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device

hdparm 테스트 하는데[root@test ~]# hdparm -tT /dev/mapper/isw_ciajbcfggd_Volume1p8 /dev/mapper/isw_ciajbcfggd_Volume1p8: Timing cached reads: 51120 MB in 1.99 seconds = 25636.22 MB/secHDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device Timing buffered disk reads: 1110 MB in 3.00 seconds = 369.83 MB/secHDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriat..

Linux 2013.07.31

ubuntu에 오픈소스 검증툴(fossology) 설치

ubuntu에 오픈소스 검증툴(fossology) 설치방법이다.자세한 내용은 사이트 참조 http://fossology.org/ 우선 필요한 패키지 부터 설치하자root@test:~# apt-get install apache2root@test:~# apt-get install php5-pgsql php-pear libapache2-mod-php5그리고 root@test:~# apt-get fossologyroot@test:~# apt-get postgresql 모든 설치는 끝났다. 설정을 해주자shmmax 값설정root@test:~# echo 512000000 > /proc/sys/kernel/shmmaxpostgresql 환경설정 수정root@test:~# vi /etc/postgresql/9.1/ma..

Ubuntu 2013.07.30

ubuntu xrdp 사용시 D 누르면 바탕화면으로 전환될때

ubuntu xrdp,vnc 로 접속시 키보드 'D'를 누를경우 바탕화면으로 전환된다.d 단축키 변경방법이다.# sudo apt-get install compizconfig-settings-manager설치설치후 Alt+F2 누르고com위와 같이 뜬다 누르면 CompizConfig Setting Manager 화면이 뜬다 뜨면General -> General Options -> Key Bindings Show Desktop d 이 항목을 disable 하거나 다른키로 변경하면 된다.

Ubuntu 2013.07.29

리눅스 용량 확인

리눅스 용량확인보통 df명령을 사용한다.[root@test ~]# dfFilesystem 1K-blocks Used Available Use% Mounted on/dev/sda5 13888660 6175888 6995876 47% //dev/sda1 124427 16230 101773 14% /boottmpfs 8255044 0 8255044 0% /dev/shm/dev/sda7 2030736 35932 1889984 2% /tmp/dev/sda6 4061540 73852 3778044 2% /user/dev/sda8 250162872 91740956 145509276 39% /work더 자세하게 디렉토리별로 용량을 알고 싶다면[root@test ~ ]# du -hs /tmp/68K /tmp/이렇게 용량..

Linux 2013.07.26

ubuntu 프로그램 목록 보이게 classic menu indicator

ubuntu 12.10 이상 버전에는 메뉴인디게이터가 없다 위 이미지처럼 바로가기 메뉴만 존재한다.이걸 예전 12.04 버전까지 있던 인디게이터 메뉴를 사용할수 있다.콘솔창을 열어서(Alt+Crtl+t)# sudo apt-add-repository ppa:diesch/testing (저장소추가)# sudo apt-get update && sudo apt-get install classicmenu-indicator (업데이트 및 설치) 재부팅 하거나Alt+F2 눌러서classicmenu-indicator 실행 누르면 위와 같이 아이콘이 생기고 누르면 메뉴가 뜬다.

Ubuntu 2013.07.26
728x90
반응형