Follow the below steps to install Drush via Composer. Steps: 1. Install Composer globally. 2. Now...
Category - Miscellaneouss
What is SPF Record in DNS?
Sender Policy Framework (SPF) is used to indicate to mail exchanges which hosts are authorized to...
How To Install Java On CentOS 7
Java is a general purpose, high-level programming language developed by Sun Microsystems in 1995...
Debug: “.htaccess error log” or enable &...
In this article I will describe how to configure PHP error logging with log_errors and error_log...
How To Enable Displaying PHP Errors On Site
Displaying the PHP error on websites is important and helpful for solving different problems. For...
How to :- Set or Increase “max_execution_time” in...
Often you have seen the ” 504 Gateway Time-out ” error on your web page if you have...
Increase File Upload Size Limit In PHP-Nginx
If Nginx aborts your connections when you upload large files, you will get “[error] 25556#0:...
How To Set Or Change Username and E-mail In GIT?
If you are using GIT, I will suggest you to set username and e-mail so that you don’t need to...
How to :- Clear/Delete/Flush all Queued Mail in Sendmail
You can permanently delete all email messages in the Sendmail Mail Server (SMTP) queue using Linux...
How To Install PHP-GD On Ubuntu And Debian System
GD library is used to manipulate image file in PHP. You will need to install GD library for image...
How To Prevent SQL Injection In PHP
These days attacking on the websites is normal issue for web server administrator. Attacker uses...
How to Find or Check Top 10 CPU Consuming Process in Linux/Ubuntu
In this article I will show you how you can find the top 10 CPU consuming process in Linux. As a...
How To Search Multiple Files Using GREP
If you want to check all the files in directory for specific entry this article will help you to...
How To Convert PEM File To PPK Private Key ?
If you are a Windows user and want to connect your AWS EC2 Instance with your .pem file, you will...