It is important PHP error reporting to display all PHP errors on your website. Here is how to enable PHP error reporting for your website.
How to Redirect URL/Page with Anchor Link
Sometimes you may need to redirect to particular section of page using anchor link. Here is how to redirect URL/Page with Anchor link.
How to Convert DocX to Pdf in Python
Sometimes you may need to convert docx to pdf in Windows. Here is how to convert DocX to Pdf in Python using docx2pdf library.
How to Setup SSH Passwordless Login
By default, SSH login requires password authentication. Sometimes you want to login without SSH password. Here is how to setup SSH passwordless login.
How to Change NGINX User
Sometimes you may need to change NGINX user for your website/application. Here is how to change NGINX user.
How to Remove URL Parameters using .htaccess
Sometimes you may need to remove part of url, remove query string from url or remove characters from URL. Here is how to remove URL parameters using .htaccess.
How to Set Apache PATH Environment Variable
How to Export to CSV in NodeJS
How to Make POST Request with cURL
cURL is a useful utility to make requests and download files in Linux. Here is how to make POST request with cURL.