cPanel to Plesk – How to Migrate a hosting account ?

cPanel to Plesk Migration

Migration from cPanel to Plesk Plesk and cPanel have different business models and features, requiring the conversion of migrated objects during deployment on the destination server. I am referring the way to migrate a cPanel hosting account to Plesk For example: Parked domains in  cPanel converts to domain aliases in Plesk. Some objects and settings will not … Read more

Secure and Fix dirty COW Linux Vulnerability

What is Dirty COW Vulnerability and why its called so ? Dirty COW vulnerability allows attackers to gain root access to servers and take control over the whole system.A rare condition was found in the way the Linux kernel’s memory subsystem handled the copy-on-write (COW) breakage of private read-only memory mappings. An unprivileged local user … Read more

Configuring postfix to block all emails except one email accounts

Configuring postfix to block all emails except the specified email accounts

Configuring postfix to block all emails except the specified email accounts Here is how you can configure postfix to block all emails except the specified email accounts, following the below steps: Use Transport Mapping Here we can tell the postfix mail server to send or disregard the emails. For this we need to edit the … Read more

MongoDB install in cPanel

During these days the request for MongoDB installation on Linux servers is high because the developers are really like the same.MongoDB is officially a “NoSQL” database. NoSQL refers to a database with a data model other than the tabular format used in relational databases such as MySQL, PostgreSQL, and Microsoft SQL. MongoDB features include: full … Read more

Removing and adding files to existing tar archive

Removing and Adding Files to Existing Tar Archive

If you are looking to remove or adding files to existing tar archive, here are some useful steps we recommend for implementing the changes. 1) How to remove a single file from tar file We need to create a tar file, for that first we need to touch some files # touch  textfile{1..4}.txt Now we … Read more