[Centos] 재설치 후 yum 설치 리스트

Posted by MD워시퍼
2015. 10. 13. 19:05 Study/Centos
728x90
  • ifconfig 명령어 설치
    # yum install net-tools
  • wget 명령어 설치
    # yum install wget
  • ntfs-3g mount
    1. # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
    2. # rpm -Uvh rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
    3. # yum install ntfs*
    4. # mount -t ntfs /dev/sdb1 ./HDD1