728x90 개발298 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. ldd Source 소스 위치 https://github.com/martinezjavier/ldd3 리눅스 바로 다운 #wget https://github.com/martinezjavier/ldd3/archive/master.zip #master.zip zip이 없는 경우 #apt-get install unzip #unzip master.zip 특정위치에 풀기 #unzip master.zip -d ./ldd3 #make .. 오류 추가 vi /etc/networks snullnet0 192.168.0.0 snullnet1 192.168.1.0 #vi /etc/hosts:192.168.0.1 local0 192.168.0.2 remote0 192.168.1.2 local1 192.168.1.1 remote1 You may n.. 2016. 7. 7. 모듈 유틸리티 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 ··· 68 69 70 71 72 73 74 75 다음 728x90