Cloud Computing Configure Vsftpd in amazon ec2 instance pasv_enable=YES pasv_min_port=12000 pasv_max_port=12100 port_enable=YES pasv_address=<public ip of your elastics>
Cloud Computing Mounting Open stack Cloud Object Storage in Linux Prerequisites: libcurl and libcurl-develĀ fuse, fuse-devel, and fuse-libs libxml2 and libxml2-devel Download the cloudfuse : This version doesnot support mounting at container level : wget https://github.com/redbo/cloudfuse/tarball/master This supports mounting at container level: https://github.com/vfloz/cloudfuse/tarball/master tar -zxvf master cd <extracted dir&