Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Solve your problem here.

Yes, many Linux administrators are having problems. Browse your problem here, ask what to do and how to solve your problems. We are here for you.. DomainNameYahoo.info


Easy step to setup Fedora Core 9 Repository

After you have installed Fedora core, it’s time to setup Fedora Repository
# mkdir /sources
# mkdir /sources/fc9
Assume that your Fedora9 DVD is at /media/FC9/Packages
Please note, all you need is only the Packages folder that contains all of RPMS files.
# cd /media/FC9/Packages
# cp -v * /sources/fc9/
# cd /sources/fc9/ && rpm -ivh createrepo*
# createrepo /sources/fc9
At this step, please […]

July 30th, 2008 Posted by admin | Repository | no comments

DomainKeys

taken from http://en.wikipedia.org/wiki/DomainKeys

DomainKeys is an e-mail authentication system designed to verify the DNS domain of an e-mail sender and the message integrity. The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). This merged specification is the basis for an IETF Working Group which guided […]

July 30th, 2008 Posted by admin | Domain, Email | no comments