Operating Systems
How to Mount To NTFS Windows Partition in RHEL or CentOS Linux
I will describe how to mount ntfs partition or enable NTFS support in Linux CentOS Ver 5 and 6 .
Preparing and Installing EPEL repository
Login as root into the server
#cd /root
#wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noa...
#rpm -ivh epel-release-6-5.noarch.rpm</code>
Next We need to install NTFS-3G.
What is NTFS-3g ?
NTFS-3G is a opensource GPL Licensed, POSIX, read and write NTFS driver for linux.
It Provides a very safe handling of the windows XP, 2003 and all other windows variants NTFS file systems.
NTFS-3G also can help you create, remove, rename, moved directories, hard links, streams etc.
it's handle a special files like symbolic links, devices and FIFOs, ACL, extended attributes.
Enable Directory Listing in Nginx Webserver
Here is a simple way to enable directory listing in Nginx Webserver.
I have a subdomain repository.wowtutorial.org and i want repository.wowtutorial.org to have ability to listing a directory.
All we need to do just modify the vhosts or nginx.conf
Add autoindex on;
Please see the example below
Example :
#pico /usr/local/etc/nginx/vhosts/repository.wowtutorial.org
Recent blog posts |
Recent comments
1 day 17 hours ago
1 week 2 hours ago
1 week 1 day ago
2 weeks 2 days ago
4 weeks 1 day ago
4 weeks 2 days ago
4 weeks 6 days ago
5 weeks 1 day ago
5 weeks 2 days ago
6 weeks 2 days ago