ChatGPT Prompt Engineering

ChatGPT

In today’s digital landscape, where artificial intelligence (AI) is revolutionising various industries, the field of prompt engineering has emerged as a crucial discipline. Prompt engineering involves crafting effective instructions or queries to elicit specific responses from AI models like ChatGPT. It is the art of refining prompts to achieve desired outcomes, enabling individuals and businesses … Read more

How to disable server side caching in bluehost

Bluehost provides server-side caching to improve the performance of your website. When you need to debug some problem on your website, it is good idea to disable server-side caching temporarily. To disable caching, log in to bluehost https://my.bluehost.com/cgi-bin/cplogin Click on “My Sites” on the left menu. You will see list of all your websites hosted … Read more

schema

Schema validator https://validator.schema.org/ Google Rich test https://search.google.com/test/rich-results

DDoS Protection Service

DDoS Protection https://sucuri.net/website-firewall/ http://cloudflare.com https://ddos-guard.net – used by rt.com https://path.net/ DDoS Protected Hosting https://www.hyperfilter.com – DDoS protected hosting https://koddos.net Back to DDoS

How to find Moodle version from Database

Sometimes you may need to find what version of Moodle database you have. To find the version of moodle from the database, check in table mdl_config SELECT * FROM `mdl_config` WHERE `name` LIKE ‘%release%’; SELECT * FROM `mdl_config` WHERE `name` LIKE ‘%version%’; These SQL commands will give information about the version of Moodle you are … Read more

Domain Name

Sell your domain Names Here are some sites where you can list your website for sale. https://www.afternic.com/ https://sedo.com/us/ Buy expired domains https://www.spamzilla.iohttps://www.domcop.com Domain Registrar Directory https://tld-list.com/tld/com

VirtualDub Video Direct Stream Copy by default

When you start VirtualDub, the processing mode is set to “Full Processing Mode”. Most use “Direct Stream Copy” when cutting a video into parts. Full Processing only needed when you need to convert a video into different formats or resolutions, To set “Video Direct Stream Copy” by default, create a shortcut, and add the following … Read more

KVS

How to enable SSL in KVS? Edit file admin/include/setup.php, Find variable name $config[‘project_url’], this will have your website URL. Replace http with https in the URL. Where to find Database login credentials in KVS? KVS login credentials can be found in file admin/include/setup_db.php

PrestaShop Enable Memcached

Enable memcached in PrestaShop

You need to install the memcached daemon and PHP module on the server before you can configure it in PrestaSop. You can find instructions for doing this in Install memcached on CentOS 7 Enable memcached on Magento 2 in Plesk Server How to Install memcached on CentOS Plesk Server Once you have Memcached installed, you … Read more

SiberianCMS

siberiancms

SiberianCMS is an Open-Source web-based software to create mobile applications for Android and IOS using easy to use interface. No coding knowledge is required to create your own mobile applications for iOS and Android. It can also create Webapp, which is accessible using web browsers. You can get it from https://www.siberiancms.com Source code for Siberian … Read more