Last active
February 17, 2017 07:50
-
-
Save loinguyenduc101/25ab6a9c64ed8590f6f21a20ece9be4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
******************** các package nên được cài đặt sau khi cài centos 7 ********** | |
Install epel repo | |
# yum install epel-release | |
các Development Tools group --> chứa các package cần thiết cho phép build source code | |
# yum group install "Development Tools" | |
Các tool cho phép tạo, check và monitor kết nối | |
#yum install net-tools | |
#yum install wget telnet curl nmap ftp | |
-------------------------repo và important package --------------------- | |
Đọc NTFS trên linux | |
#yum install ntfs-3g ntfsprogs | |
ref: https://wiki.centos.org/TipsAndTricks/NTFS | |
------------ lập trình | |
#yum install nginx httpd | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment