Archive

Author: Shaik Sai Meera

How to create subdomain in cpanel

How to create subdomain in cpanel

You can use subdomains to create unique, separate content areas of your website. For example, blog.yourdomain.com and shop.yourdomain.com. Subdomains are created using the Subdomains tool in cPanel. Click on Subdomains under Domain in cPanel.   2.Under Create a Subdomain, enter… Read More

How to block xmlrpc attacks at cpanel

How to block xmlrpc attacks at cpanel

xmlrpc.com is a WordPress file that was intended to be used for API’s but lately it’s more and more used as a way for hackers to brute-force WordPress installations. To block access to xmlrpc.php… Read More

How Create Child Nameservers At CrazyDomains .in

How Create Child Nameservers At CrazyDomains .in

Child Name Servers are private labelled Name Servers which are registered with the Registry under your own Domain Name. Child Name Servers can be created only by the owner of the Domain Name under which they are registered. For example, ns1.mydomain.com and ns2.mydomain.com would be the Child Name Servers for… Read More

How To Create Private /Child Nameservers At Godaddy

How To Create Private /Child Nameservers At Godaddy

Register your own host names to create custom nameservers for your domains registered with GoDaddy. The maximum number of host names you can add is determined by the TLD registry. Log in to your GoDaddy Domain… Read More

How to Change Date In Linux

How to Change Date In Linux

Enter The Following Command sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" Read More