Mysecureshell is an open source, lightweight and secure FTP server based on open SSH you can install in major Linux distribution. Follow the steps below to make a working secure FTP server using MySecureShell on CentOS. […]
Category: Cpanel
How to install WordPress on CentOS Web Panel:
We have talk a lot about CentOS web panel, So in this tutorial we will show you how to install and setup WordPress website on Linux server with CentOS Web Panel. Here I assume you have already learn how to set up CWP on your Linux server. If you have any doubt you can check […]
How to install htop in Linux
Htop is a simple process monitoring program which runs in command line. If you find top a bit boring and like to have more colorful and interesting UI, ‘htop’ is for you. Htop utility goes advanced, by giving us additional information about the processes and also allow several manipulations: […]
How to Enable DKIM and SPF for all accounts in cPanel
The SPF and DKIM records are kind of Domain Name Service records. These records are used to prevent spammers. […]
Error: Suhosin is not properly configured
Today while installing the Mautic on cPanel server,I have noticed the following error: On checking the php.ini, there is no suhosin.executor.include.whitelist entry and nothing else with suhosin. There are no other Suhosin related config files either. […]
Find outdated versions of WordPress on your Cpanel or Plesk server
The outdated versions of WordPress causes many security issues on the server. In order to prevent this issue at some level, it is necessary to keep your WordPress updated. Hacked WordPress sites will not only be a problem for the client who has hacked, but also an issue for all clients on the server, as […]
How to Set up a permanent 301 redirect using PHP
PHP 301 Redirect Permanently is used for diverting visitors from one page to other page or different sites. This is helpful for that page which you need to expel from your site and put new pages or replacing old domain with new domain. With the 301 permanent redirect search engines indexes new url or domain […]
Magento error “The PDO extension is required for this adapter but the extension is not loaded”
One of our client was getting error on Magento,Error was like below: To resolve this error make a custom php.ini file into your Magento root directory and add the following lines: extension=pdo.so extension=pdo_sqlite.so extension=sqlite.so extension=pdo_mysql.so Now reload your website and you will no more see that error. […]
How to Install and Use Iptables on CentOS/RHEL 7
Latest Linux operating systems like CentOS/RedHat 7 and Fedora 21 are now using dynamic firewall daemon firewalld which provides a dynamically managed firewall. In this tutorial we will guide you how to install and enable an iptables firewall on CentOS 7 Linux. […]
How to Enable IP Forwarding in Linux
For the security reason of course IP sending is disable in modern Linux operating systems. If you want to enable IP forwarding on your system, take after the beneath steps. In this article we will show you how to check if IP forwarding is enabled or not . If not, how to do it. […]