AI
Google AI Studio https://rytr.me/ https://beta.openai.com/playground https://detector.dng.ai – detect text written by ChatGPT. ChatGPT Prompts https://www.synthesia.io – AI Avatars
documentation
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation. https://www.sphinx-doc.org/
PrestaShop show order comment in PDF invoice
To show user comment in PrestaShop PDF invoice Edit file classes/pdf/HTMLTemplateInvoice.php vi classes/pdf/HTMLTemplateInvoice.php Inside function getContent(), find around line 161
PrestaShop show total product weight in PDF invoice
To show total product weight in PrestaShop PDF invoice, edit file. vi classes/pdf/HTMLTemplateInvoice.php Inside function getContent(), on line 166, find
PrestaShop add customer email to invoice
PrestaShop PDF invoice won’t show customer email address by default for some strange reason. To show the email address in
How to verify rDNS (reverse DNS)/PTR Record
RDNS (Reverse DNS) resolves an IP address to a domain name. To find rDNS for an IP address, you can
automation
https://n8n.io/ – n8n.io is a free and open-source workflow automation tool that lets you connect anything to everything. It is
How to debug Apache VirtualHost not working
On an Apache webserver running in Ubuntu, I added a VirtualHost entry for a domain name. But instead of showing
postfix smtp Must issue a STARTTLS command first
When sending an email to a server, mail bounced with the following error message. Action: failed Status: 5.7.0 Remote-MTA: dns;
How to install Docker on CentOS 8
RHEL replaced Docker on RHEL 8 (CentOS 8) with podman. To install Docker on CentOS, you can do the fallowing
dmidecode
dmidecode is a tool for dumping a computer’s DMI (SMBIOS ) table contents in a human-readable format. This table contains
How to find RAM details in Linux
To find RAM memory details (model number/manufacturer) in Linux, you can use the command dmidecode –type 17 To show only