728x90 개발/Linux103 우분투 Mongod 설치 방법 우분투1. 설치 확인#mongod --version2. 설치sudo apt-get install mongodb-server mongodb-clients3. 실행ubuntu@ibks-ifp-dev-com ~$ mongoMongoDB shell version: 2.6.10connecting to: testWelcome to the MongoDB shell.For interactive help, type "help".For more comprehensive documentation, see http://docs.mongodb.org/Questions? Try the support group http://groups.google.com/group/mongodb-user> 4. db 확인> show dbsadmi.. 2018. 7. 7. CentOS 부팅 순서 바꾸기 vi /boot/grub/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/mapper/vg_int-lv_root # initrd /initrd-[generic-]version.img #boot=/dev/sda default=2 timeout=2 .. 2016. 7. 29. 모듈 유틸리티 insmod:모듈을 커널에 적재한다. rmmod:커널에서 모듈을 제거한다. lsmod:커널에서 적재된 모듈 목록을 보여준다. depmod: 모듈간 의존성 정보를 생성한다. modprobe:모듈을 커널에 적재하거나 제거한다 2016. 7. 6. intel 10G ixgbe ixgbe 모듈 실행이 잘되지 않을 경우modprobe -r ixgbemodprobe ixgbe allow_unsupported_sfp=1참조 사이트 : http://wiki.vistor.se/?tag=allow_unsupported_sfp 2016. 7. 5. 이전 1 ··· 20 21 22 23 24 25 26 다음 728x90