Most of time vulnerability scanners complains about the TRACE method has been enabled your your web...
Latest Articles
Mdadm Usages to Manage Software Raid Arrays
Contents... Mdadm Usage1. Create New RAID Array2. /etc/mdadm.conf3. Remove Disk From Array4. Add...
How to Get I/O Information Per Process Using Iopp
Iopp is a custom tool to go through the Linux process table to get I/O statistics per process. It...
How to Store PHP Session in Memcached
Contents... Store PHP Session in MemcachedInstall PHP Memcache ModuleUsing PECLMannuallyConfigured...
How to Set Umask in Apache
As Linux Administrator many time you need to set default permission of files created on a Linux...
Skip Duplicate Replication Error in MySQL
MySQL replication get stopped whenever “Duplicate entry” error comes. You can fix this...
Run Multiple Websites with Different PHP Version in Nginx
Contents... Run Multiple Websites with Different PHP Version in NginxInstall EPEL and REMI...
Alter Table Statement in MySQL : How to Add Column in Table
MySQL Alter Table statement is used to add, modify, drop or delete column in a table you can also...
How to :- Alter Table or Add Multiple Columns in Table? –...
Contents... Add Multiple Columns in TableExampleAdd a Single New Columns To Existing TableMySQL Add...
Alter Table Statement in MySQL : How to Modify Column in Table
In this article I will show you how to add modify columns in table. MODIFY COLUMN IN TABLE Syntax...
Alter Table Statement in MySQL : How to Modify Multiple Columns...
In this article I will show you how to modify multiple columns in table. MODIFY MULTIPLE COLUMNS IN...
Alter Table Statement in MySQL : How to Drop Column in Table
In this article I will show you how to drop column in table. DROP COLUN IN A Table Syntax Follow...
Alter Table Statement in MySQL : How to Rename Column in Table
In this tutorial I will show you how to rename column in a table. RENAME COLUMN IN A TABLE Syntax...
Alter Table Statement in MySQL : How to Rename Table
In this article I will show you how to rename table in MySQL. RENAME TABLE IN MYSQL Syntax Follow...
How to Install PHP Soap on CentOS 7
Soap is stands for Simple Object Access Protocol. It is a lightweight XML based protocol for...
How to Create Logical Volume for Swap
In my previous article I show you how you can safely remove your swap on Linux. As you know Swap is...
How to Install RabbitMQ on CentOS 7
Contents... PrerequisitesInstall RabbitMQ on CentOS 7Install ErlangInstall RabbitMQ ServerEdit...
How to Safely Delete Swap on Linux System
Swap is used when the amount of Random Access Memory (RAM) is full. Swap space is a portion of a...
How to Create a Linux Swap File
By default swap partition is not present on Cloud Servers, but you can add the swap to server by...
How to Remove Volume Group and Physical Volume on LVM
Contents... Check the Physical Volume (PV)Check the Volume Group (VG)Check the Logical Volume...