Fix CWP admin login page 500 Internal server
Fix 500 Internal server error for CWP-admin and CWP-user. For Centos7/Centos 8 stream/AlmaLinux/RockyLinux/OracleLinux/EL7/EL8 CWP-Admin :
Setup code deployment using Github.
webhook.php webhook.php with sha256 validation
Disable Windows 10 login after sleep
Setup NodeJS App on Namecheap cPanel
Step 1 Create nodejs app in the cPanel. Step 2 Upload you project files to the root folder Step 3 Run the below code Update the package.json like below: Step 4 Run below code.
Setup Django on Namecheap with subdomain.
Step 1 Create the python environment: Go to setup Python App and click on the CREATE APPLICATION button. Enter the necessary information and click the create button to create the application . Python version: 3.8.12Application URL: mydomain.comApplication startup file: passenger_wsgi.pyApplication Entry point: application Step 2 Upload the project folder into app root. Step 3 Edit…
PHP: MySql dump using ssh command
Remove password on boot windows 10
Step 1: Type regedit and press Enter to open the Registry Editor. Step 2: After that, navigate to the following Registry key: Step 3: Double-click on the DevicePasswordLessBuildVersion key and change its value to 0, then validate with OK.
Remove unwanted apps on Windows 10
Remove Cortana app Remove People app Remove maps app Remove other apps
MySQL LOWER() converts all the characters in a string to lowercase characters.
[code lang=”php”]UPDATE `articles` SET `slug` = LOWER(`slug`)[/code]