Monday, April 22, 2013

Mount a partition to a folder

mkfs.ext3 /dev/hdb1

Then you can mount it using


mount -t ext3 /dev/hdb1 /mnt/hdb1

Sunday, April 21, 2013

Error wile installing application on redhat

warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 217521f6

Temp Solution:

using --nogpgcheck,

e.g. yum install --nogpgcheck yum-priorities.

 

 

How to use SSL/TLS FTP Encryption:




1. Download and install our recommended FTP client, Filezilla.
[ Download Filezilla ]
2. Make a new connection in the Site Manager and give it a suitable name.
3. From the servers list page, enter the following information:
    Host
Port
Username
Password

4. From the Protocol menu, select FTP - File Transfer Protocol
5. From the Encryption menu, select Require implicit FTP over TLS
6. Click OK.
7. Click back into the site manager and select the connection you made. Click connect.
8. Download away.