Skip to content

Instantly share code, notes, and snippets.

@loinguyenduc101
Last active February 17, 2017 07:50
Show Gist options
  • Save loinguyenduc101/25ab6a9c64ed8590f6f21a20ece9be4d to your computer and use it in GitHub Desktop.
Save loinguyenduc101/25ab6a9c64ed8590f6f21a20ece9be4d to your computer and use it in GitHub Desktop.
******************** 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