show/hide wkhtmltopdf is an open-source command-line tool to convert HTML into PDF. It is widely used by applications to generate invoices and other pdf documents. for example, a python or PHP script will use it through its respective shell command to convert any URL to a PDF. The use is very easy, simple call wkhtmltopdf […]
Category: Cpanel
“Missing a Temporary Folder” Error in WordPress
Recently, one of our clients was seeing “Missing a Temporary Folder” on his WordPress, and due to this error, he was unable to upload images, update themes, and plugins. Missing a Temporary Folder Solution 1. The “Missing a Temporary Folder” error can be the result of incorrect PHP settings on your CloudLinux based cPanel hosting […]
How to Fix Invalid cPanel License Error
I decided to combine all cPanel license issues into one, as the solution to them is the same. First, I will go through the problems that people have been asking me in the comments, and then the solution which will be common to all. Here are a few questions that our blog reader asked during […]
How to install Security Advisor Addon on WHM/cPanel server
Security advisor is a very useful server security alert which is an open source addon for cPanel server. This addon collects security information from the server and displays it in a single page when you access security advisor within your cPanel. […]
How to setup Sendgrid on your cPanel VPS/Server
One of our clients asks to Configure his Cpanel/WHM VPS to use SendGrid’s SMTP mail servers. which is quite easy: […]
FirewallD Rules to Configure and Manage Firewall in Linux/CentOS 7
Today we’ll show you, how to Set Up and Configure a Firewall with FirewallD on CentOS 7. FirewallD is a firewall management system available by default on CentOS 7 servers. […]
How to clean up the /tmp folder contents on Linux servers
Each Linux server has a diretcory named /tmp which is installed with individual file system. it is used to hold temporary files. /tmp directory have all the all the website session files which is hosted on serve. […]
How to Enable .htaccess in Apache Web Server
Through .htaccess, we can enable the directory level configuration for Apache web server. This will help users to override the Apache global and virtual host settings. […]
How to Enable Basic Authentication on NGINX
Nginx is one of the famous web server used for web hosting. In this tutorial, we will show you how to configure basic authentication on Nginx for your websites. […]
How To Install PIP on Linux
Pip is a tool of managing Python packages which is used to install and manage software packages develop in Python. Pip is the same tool like the bundle, npm, composer in another programming language. […]