Search results

  1. bhawanisingh

    Change File Permissions Recursively (conditional).

    If you are looking to change file permissions recursively on on a Linux or Unix-like systems, but you didn’t get an easy way to change it. Here we are going to share something which is crucial when dealing with file access and perform an action. The most arised question is that "Change File...
  2. bhawanisingh

    Bash for Loop Examples.

    In this article we are going to share some loop examples. There are two types of loops, one contain the “in” and second is without the keywords. When you will read the whole article so you will understand the uses and syntax of loop. 1). Bash for Loop by using “in” Syntax: In above example...
  3. bhawanisingh

    Linux GZIP and GUNZIP Command with It's Uses and Examples.

    Linux is the most used operating system. It is free to available for all computers, desktops, mobile etc. There are many advantages of using Linux on your computer such as its portable nature, multi-user support and when it comes to the security, it offers best protection like password...
  4. bhawanisingh

    Flush DNS command for Linux, Ubuntu, Fedora, Redhat, Windows. Why it is necessary ?

    Web server contains the web pages and DNS storage cache stores the recently visit web pages location. This process always runs and DNS cache always store. Sometimes if you use web pages in which some changes made but because of DNS cache you get the old experience or sometimes 404 errors. This...
  5. bhawanisingh

    How to redirect website using a .htaccess file?

    If you have a website and you are planning to redirect to a new one, but you also worried about search engine rankings, which rely on your old website, so don’t worry, there is a more effective or search engine friendly technique “301 redirect” that you can use Easy Steps to Redirect Your...
  6. bhawanisingh

    How To Create Hot Backups of MySQL Databases with Percona XtraBackup on Ubuntu server ?

    Percona XtraBackup is a free, complete on the internet back-up solution for all editions of Percona Server, MySQL and MariaDB. Percona XtraBackup works on the internet non-blocking, firmly compacted, highly protected back-ups on transnational systems so that programs stay fully available during...
  7. bhawanisingh

    Comparison between MTA's (Postfix vs exim vs sendmail).

    If discussing the internet so kind of program or software are there but when come on message handling services so mail transfer agent is an application that transfers information from one PC to another using client–server application architecture. MTA responsible for both the side client and...
  8. bhawanisingh

    Comparison between web servers (apache, ngnix, lighthttpd).

    About Web Server As a term, web server is an essential part of responding to the server and client. A Web server is a program which is responsible for serving information from Websites to customers, in reaction to their demands. The term web server is used to relate both to the computer on which...
  9. bhawanisingh

    Tips To Leverage Browser Caching In Wordpress

    If you have a website in WordPress and you want to leverage browser caching, you must follow some simple tips. Simply if you leverage browser caching, your website loading speed will automatically increase. Page speed is crucial for the website. If your website takes too much time to load, it’s...
  10. bhawanisingh

    What is IP canonicalization and How to fix - IP canonicalization?

    According to the current scenario, SEO has become more important for promoting your website in a search engine result page. On-page and Off-page SEO both are crucial for any website in order to promote on the search engine. The website is less completed without applying on-page SEO. On-page SEO...
  11. bhawanisingh

    Joomla Hardening and Security tips

    Joomla is a free open source CMS which is 2nd most widely used built on MVC framework. It is also second largest infected website platform too. Today we will learn some steps to harden security of your Joomla account : 1). Keep your Joomla account upto date : It is very important to keep your...
  12. bhawanisingh

    How to change Kloxo Control Panel default access port ?

    What is Kloxo ? Kloxo is a web hosting control panel for Red Hat and CentOS Linux Distributions which was formerly known as Lxadmin. Kloxo is open source and free too which makes it a very popular Web hosting control panel among server administrators. It is a very good alternative for cPanel web...
  13. bhawanisingh

    How to set up Reverse DNS PTR Record on CentOS Linux Server ?

    What is Reverse DNS PTR Record ? DNS PTR record is just opposite of the A record in DNS. Reverse DNS resolves an IP address to domain name, While the A record points a domain name to an IP address. PTR records are used for a mail server for the reverse DNS lookup. Using the IP address you can...
  14. bhawanisingh

    How to change SSH port on CentOS Linux Server ?

    In need to secure your server you should avoid default port for SSH as it will increase the security level and decrease risk of vulnerability. We all know that default SSH port is 22, we should change it to something else but you should must take care before choosing a number that it is not in...
  15. bhawanisingh

    [Resolved] Error "The Server Responded 550 Access Denied" Microsoft Outlook.

    In this article we will learn to resolve very common issue which mostly faced by user on Outlook "The Server Responded 550 Access Denied". This is very sad and little bit scary too as we have used all details correctly then what's wrong with the Outlook. Well, i have studied about this problem...
  16. bhawanisingh

    How to check SMTP_BLOCK option in server firewall on CentOS Linux System ?

    SMTP_BLOCK option help to prevent spam email abuse on a CentOS Linux server that bypasses exim and sends spam emails out through port 25. By enabling this option on server you can bind the spammers to send out spam emails using socket connection from your server using any web scripts as it will...
  17. bhawanisingh

    How to force cPanel backup through SSH on CentOS Linux system ?

    cPanel is one of the best hosting control panel which offers hundreds of tools to run on a web server. The most important among these is Backup of your account. cPanel gives facility to schedule account backup and restore backup for the accounts you have hosted with it. Now, the question arises...
  18. bhawanisingh

    How to enable or disable Advanced DNS editor in WHM ?

    In this article we will learn to enable or disable Advanced DNS editor in WHM. This is quite easy and simple and mostly all people knows who are in Web hosting business and also who are using web services as reseller too. But, for a newbie in web hosting it is quite hard to find this option. So...
  19. bhawanisingh

    How to enable SPF on accounts on CentOS Linux server ?

    In this article we will learn to enable SPF records on CentOS Linux server. But, before we proceed we should discuss about SPF records. Every we struggle to fight against SPAM at web hosting servers. Sender Policy Framework (SPF) is the tool through which users get helped to get their mail...
  20. bhawanisingh

    How to fix error "509 Bandwidth Limit Exceeded" ?

    In this article we will learn and discuss about the error "509 Bandwidth Limit Exceeded" and to resolve it also. Before proceeding further we should know what this error means and why does it appear ? What this error means ? This error displayed on your website when you have reached your...
Top