Setup code deployment using Github.
webhook.php webhook.php with sha256 validation
webhook.php webhook.php with sha256 validation
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.
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…
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 Cortana app Remove People app Remove maps app Remove other apps
[code lang=”php”]UPDATE `articles` SET `slug` = LOWER(`slug`)[/code]
[code lang=”php”]UPDATE `articles` SET `slug` = REPLACE( `slug`, ‘ ‘, ‘-‘ )[/code]
[code lang=”php”]UPDATE `song_copy` SET `song_path_new` = substring(`song_path_new`, instr(`song_path_new`, ‘/’) + 1)[/code] From: AAA/BBB/CCC TO: BBB/CCC