本 Wiki 开启了 HTTPS。但由于同 IP 的 Blog 也开启了 HTTPS,因此本站必须要支持 SNI 的浏览器才能浏览。为了兼容一部分浏览器,本站保留了 HTTP 作为兼容。如果您的浏览器支持 SNI,请尽量通过 HTTPS 访问本站,谢谢!
这是本文档旧的修订版!
How to setup NTFS support in Centos 7
In this step, I would install EPEL Repo on my CentOS. You may skip this step if you didn't see something like below:
[root@localhost Gu]# yum --enablerepo epel install ntfs-3g
Loaded plugins: fastestmirror, langpacks
Error getting repository data for epel, repository not found
Or you need run this commond:
sudo yum install epel-release
Now I could just install NTFS-3G simply by running a command line.
yum --enablerepo epel install ntfs-3g
~~DUOSHUO~~