How To add live chat to your website using TIDIO

TIDIO is a live chat software that allows you to communicate with your website visitors in real-time. Some of its features include: Customizable chat widget: The chat widget can be customized to match your website’s design and branding. Automatic triggers: TIDIO can automatically trigger the chat widget to appear based on certain conditions, such as … Read more

How to secure Lighttpd with Let’s Encrypt TLS/SSL certificate on Debian/Ubuntu

In Debian or Ubuntu, you can secure a Lighttpd web server with a Let’s Encrypt TLS/SSL certificate using the certbot tool. Here are the steps you can follow: Start by installing certbot by running the following command: sudo apt-get install certbot -t stretch-backports Next, you will need to stop the Lighttpd service by running the … Read more

How to install vim on OpenSUSE/SUSE Linux using zypper

OpenSUSE is a Linux distribution that uses the Zypper package manager to manage software packages. Upgrading OpenSUSE 15.1 to 15.2 using the command-line interface (CLI) involves several steps: First, ensure that your system is up-to-date by running the command “sudo zypper update”. Next, check for any unresolved dependencies by running the command “sudo zypper dist-upgrade … Read more