Most of our clients ask about how to use putty to access server via SSH. This is a very basic skill, so in this tutorial we will guide you how to use putty tool.Putty is basically a client for the SSH. […]
Posts by Farooq:
How To Install Node.js on Ubuntu 14.04
Node.js is a Javascript programming platform that allows users to build network applications very easily. Many developers want to build applications and libraries using JavaScript (server-side and client-side). In this guide, we’ll show you how to get started with Node.js on an Ubuntu 14.04 server. First of all make sure that all packages are up […]
How to hide PHP version in Linux
Most of the web server software has been installed with default settings that will lead to information leakage. One of them is a PHP software. Later this information can be used by hackers to try to exploit any vulnerabilities in the PHP version you are running, especially if you are running an older version with […]
Google’s SMTP Server Settings
Gmail is a wonderful webmail application. GMail SMTP settings are used to send emails through Google’s SMTP servers via your application or services. If you want to use SMTP e-mail configuration and you wonder how to set it up with a Gmail account, use the following settings. […]
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 Install Softaculous in CentOS Web Panel:
This is optional, but I think you and your users may need it. This is very easy to install Softaculous in CentOS Web Panel. In this article will show you how to install Softaculous on CentOS Web Panel. […]
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 […]
Monitor Apache Webserver Uptime
Today I have received the notification from website monitoring service provider that my site was down more than 2 hours. Apache has built in utilities that screen Apache usage and performance. The Apache Status is one such tool that takes into consideration constant observing of Apache connection and resource usage. […]
Replace wordpress cron with a real cronjob
WordPress comes with its own cron job that allows you to schedule your posts and events., WordPress cron is a system that has a set of tasks, each with a time when it needs to be executed. […]