Recent Articles

Email spoofing - I did not send this email message
[Category: Mails] Add on: Tuesday, January 24, 2012 4:11:51 PM | Viewed: 83 times
Email spoofing is email activity in which the sender address and other parts of the email header are altered to appear as though the email originated from a different source. Because core SMTP doesn't provide any authentication, it is easy to impersonate and forge emails.
Although there are legitimate uses, these techniques are also commonly used in spam and phishing emails to hide the origin of the email message
....
Read More

Domain Email Forwarder in CPanel
[Category: Linux Hosting] Add on: Saturday, December 31, 2011 2:10:37 PM | Viewed: 148 times
The domain email forwarder forward each incoming email for a specific domain to another domain. For example, if we set email forwarder (domain level) for sourcedomain.com to redirect to targetdomain.com, all email going to sourcedomain.com will redirect to its corresponding user on targetdomain.net. (sales@sourcedomain.com redirects to sales@targetdomain.com).
....
Read More

What is cron job and how to create it?
[Category: Linux Hosting] Add on: Monday, December 26, 2011 2:53:13 PM | Viewed: 112 times
Cron is a time-based job scheduler in Unix-like computer operating systems. Cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates. It is commonly used to automate system maintenance or administration, though its general-purpose nature means that it can be used for other purposes, such as connecting to the Internet and downloading email.....
Read More

How to add a schedule task to run a URL (like www.mydomain.com/abc.aspx)
[Category: Windows Hosting] Add on: Thursday, December 22, 2011 5:46:04 PM | Viewed: 134 times
If you need to run some tasks on your site at specific time, use the task scheduler on your provider's server to make the system automatically run the tasks for you.
In this topic we are adding a schedule task to run a url at specific time. Using combinations of scheduled tasks you could perform various maintenance operations, for example zipping space files, sending created archive over FTP to another location and then sending e-mail notification about finishing results. ....
Read More

How to add Apache Handler?
[Category: Linux Hosting] Add on: Monday, December 12, 2011 5:55:20 PM | Viewed: 125 times
A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately.
Apache 1.1 adds the ability to use handlers explicitly. Based on either filename extensions or on location, handlers can be specified without relation to file type. This is advantageous both because it is a more elegant solution, and because it also allows for both a type and a handler to be associated with a file
....
Read More