Search results

  1. bhawanisingh

    How to Restart apache in mac OS ?

    Are you using mac OS? If you are using Mac OS and you need to restart Apache (httpd) service on Mac OS then you have to enter commands. To restart Apache first you need to login as root user and open the ssh on server. After that you have to enter following commands in shell. To start Apache...
  2. bhawanisingh

    Best Google Analytics Plugins For Wordpress

    Google has launched the "Google Analytics" in 2005. Google Analytics allows the website owner or website analyst to trace the Audience, Customer Path so that one can know things about Website and Customers and then work on the Website accordingly. Google Analytics allows the user to track...
  3. bhawanisingh

    Some basic commands for vi editor

    If you are working on vi editor then it’s obvious that mistakenly you delete a line in vim editor .If this ever happened with you then you really need vim undo command. While working on vi editor it is must to know all the basic commands in vi editor command, it makes your work easy and faster...
  4. bhawanisingh

    How to find out who is logged in on your linux system ?

    As an administrator you always have to check who is logged in on your system and this is compulsory when you have a team in which various people are working. If you are the admin and you have to monitor all the team members work then this article is very helpful for you. Now the question arise...
  5. bhawanisingh

    What is Bash Sleep? It's Uses and examples.

    Sometimes you will need to delay for a specified time, pause for an amount of time specified by the sum of the values of the command line arguments. To get this done we can use sleep. The syntax is: here, suffix are s - seconds (default) m - minutes h - hours d - days NOTE: We we do not use...
  6. bhawanisingh

    The Best Wordpress Popup Plugin

    If you are running a Website Based Business then you all know the importance of Subscription. Any Internet User who visited your website may not visit your website again unless he/she has subscribed it thus Subscription is very handy tool for website business. When it’s about Email Subscription...
  7. bhawanisingh

    How can I enable Spam Assassin to stop the spam in my CPanel ?

    Spam assassin is a tool which filtering out spam or junk emails from your mailbox. Spam assassin examines the incoming mails and considers them as a spam with various tests. Spam assassin uses different tests to give overall score to mail whether it is spam or not. By default spam assassin tool...
  8. bhawanisingh

    Difference between Microsoft Exchange Server VS Microsoft Office Outlook.

    When it’s about the relation of Microsoft Exchange Server and Microsoft Office Outlook then the person who is not directly in touch with the IT field can get confused. To get rid of this confusion, you can go through the text below as almost everything about Microsoft Exchange Server and...
  9. bhawanisingh

    How to Manage your skeleton directory in WHM ?

    Beginners don’t know about the most of the features of WHM and in this tutorial we will explain about the skeleton directory feature in WHM panel. By default all the new accounts will be open with “403 error ” which means there is no file or directory available in cpanel. But if you want to add...
  10. bhawanisingh

    How do I protect certain directories of my website in CPanel ?

    If you want to add extra layer of protection to your folders or directories then you can protect your folder through password available in your account. In case if you don’t want to give access to your folder generally to others then you can easily protect your folder through an option...
  11. bhawanisingh

    Steps to Disable Default cPanel Login Details For FTP Access

    We all know about FTP(file transfer protocol), as name refers it is used to transfer files between computer and network. Most of the user use FTP account to uploading files in web hosting account. With the default FTP account sometimes the account get hacked or misused. The hackers smartly use...
  12. bhawanisingh

    How to set up an alternate SMTP port from WHM ?

    Most internet service provider (ISP) blocks the particular port for their users and we can’t access that port like 25. ISP’s do this for the security reasons and that’s why you are not able to send mail from an email client. To resolve this problem mostly we use port 26 and run exim on this port...
  13. bhawanisingh

    How to add Crontab and cron job in Linux ?

    Cron jobs are the specified tasks which are scheduled to execute commands. Cron is a daemon which executes automatically at a specific time. Cron job is a powerful tool which helps to set tasks like every day, every week, every month, etc. It’s a job scheduler and work very effectively in Unix-...
  14. bhawanisingh

    How to check free disk space on CentOS 7?

    Do you want to check disk space on CentOS 7? As we already know that CentOS is Linux command based operating system, if you are a beginner then it’s not that easy for you. As a beginner if you don’t know how to check free disk space on Linux server then you have to follow this article. In this...
  15. bhawanisingh

    Curl follow redirect

    Curl is a command to redirect or transfer data to one server to another server. This command works without a user interface. It support various protocol like DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMBS, SMTP, SMTPS, TELNET etc...
  16. bhawanisingh

    How to Fix cPanel Error: Sorry, that domain is already setup (remove it from httpd.conf?)

    Are you getting this Error: “Sorry, that domain is already setup (remove it from httpd.conf?)” ? Mostly this error shows when we are creating new account on WHM control panel. This is a common error which you can get on WHM while creating new domain into your list. This error clearly states that...
  17. bhawanisingh

    How to fix "Error from park wrapper: Sorry, you do not control the domain"?

    Are you getting error “Error from park wrapper: Sorry, you do not control the domain” while removing add-on domain? Then here are few things that you have to follow: First you have to remove add-on domain entry from all the files where cpanel creates it. Here are the files list : named.conf...
  18. bhawanisingh

    [RESOLVED] Error "Webmail Shows Internal Server Error: User is Over Quota."

    If you are getting error “Webmail Shows Internal Server Error: User is Over Quota.” while using webmail then it means your disk is full. In this case you have to manually delete the data or you have to take back up of your files locally which are the best option. Let’s see it in details that how...
  19. bhawanisingh

    How to change the root password in Linux systems

    If you want to create a new root password then try to login through single-user mode. To get enter into your single user mode first reboot your system. If you are using GRAB as default boot loader then use details given below. First highlight the installation which you want to edit in your...
  20. bhawanisingh

    How to Disable directory browsing for the website on cPanel server/WHM ?

    We use directory listing option to list all the pages under the website directory or folder. If you don’t remember the exact file name then you can use the directly listing option to make your work easily. For example : like your domain name is www.domainname.com and you put all the pages and...
Top