Multi-cloud is the use of multiple cloud computing and storage services from different vendors in a single heterogeneous architecture by an organization to improve the capacity and cost of cloud infrastructure. This also refers to the distribution of cloud assets, software, applications, etc., across multiple cloud hosting environments. With a typical multi-cloud architecture that uses two or more … [Read more...]
Cloud Computing
Cloud computing is becoming more and more important. Here are articles on Cloud Computing,Cloud Server,SaaS,PaaS,IaaS and Cloud related technology.
What is Confidential Computing?
Confidential computing is a privacy enhancing computing methodology intended to protecting data. The method isolates sensitive data during processing into a protected CPU enclave and only authorized programmers who have access to the contents of the enclave—the data that is being processed. The methods used to process it—and they are invisible and unknowable to anyone else, including the cloud … [Read more...]
Robot Ethics : The Main Fields of Questioning
Robot ethics is the application of ethics to robotics. It deals with the development, manufacture and use of robots. With the increase of robots in human life and the realization that robots are not just pure tools, but agents, companions and avatars, the question arises about an assessment of the ethical challenges facing humans. In 2004, the first international symposium on robot ethics was held … [Read more...]
What is the Difference Between Ubuntu and Debian on Server?
Debian is a collaboratively developed free operating system. Debian GNU/Linux is based on the basic system tools of the GNU Project as well as the Linux kernel. Debian offers a wide range of application programs and tools. Debian was founded in August 1993. Today, the project has over 1000 official developers. It is one of the oldest, most influential, and most widely used GNU/Linux distributions. … [Read more...]
Troubleshoot Not enabling PHP x.y FPM by default Notice on Ubuntu Server
If you are receiving the notice "Not enabling PHP x.y FPM by default" (with Apache webserver) after upgrading your Ubuntu server then you need to spend time behind the server and remain attentive during reboot. After I received this notice, I Google searched and read at least 50 web pages to understand where the error is arriving. The main information I got from Linode's community: … [Read more...]
How to Install Supabase on Ubuntu Server (with Docker)
In our earlier guide, we discussed installation of AppWrite on own server. If you are developing ESP32 Arduino, then probably Supabase will feel more like Firebase. Apart from Firebase, AppWrite, and Supabase, there are other options such as AceBase, Amplication, Conduit and so on. Supabase is one the most established BaaS provider among the three. In a sense, Supabase is nearly an equivalent … [Read more...]
How to Install Appwrite as a Backend Server
Appwrite does more than Google Firebase can do and Appwrite is open source. That means you can run Appwrite on your server without any usage restrictions. Appwrite is a self-hosted backend as a service packaged as a set of micro-services which can run inside a container. It helps to avoid writing backend code and provides you with a better starting point for your project and a better developer … [Read more...]
What is Google Bard? How it Works
Google Bard is an AI-based chatbot developed by Google, initially based on the LLM (Large Language Model) LaMDA and, since May 2023, on that of PaLM. It was developed in direct response to the success of OpenAI's ChatGPT and released in limited capacity in March 2023 before becoming available in more countries. This chatbot is named after William Shakespeare, who is also known as the "Bard of … [Read more...]
Dynamic WebP Image Delivery in WordPress with Bunny CDN
Loading the WordPress post images in WebP format is of great importance today since WebP format reduces the size and Google wants that we use WebP format. Even if the gain in terms of size reduction is not significant, it is probably a good idea to solve the "issues" pointed out as errors in PageSpeed Insights. Various whimsical rules and instructions imposed by Google do not stay with time. … [Read more...]
Easily Set Up Email with SMTP on Ubuntu Server
It is very easy to use msmtp package, configure a dedicated email account for the server and send email alerts from the server or the web application, such as WordPress. However, for making web applications such as WordPress work, you need to perform a few extra steps which we have not described in this article. To follow this guide, you need a dedicated email account for this purpose. If you … [Read more...]
Nginx vs Apache – Which is the Best Webserver for WordPress?
If you are a single person handling few WordPress sites hosted on unmanaged servers, then Apache is the robust option for you. You can always use Nginx on a small cloud server to reverse proxy the Apache server (in the way we have described in this guide). The question is not whether Nginx or Apache is better than the other. The question is about use case, documentations, easy to add new features … [Read more...]