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...]
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.
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...]
GeoDNS vs Anycast for Websites
Normally we set up our WordPress sites for the unicast system. Our servers bear one IP, and DNS also have one primary name server IP. The setup is simple and works great when the users or visitors are within 200 km of the datacenter. Hosting a website on a datacenter on Texus and accessing it from Kolkata adds a huge latency simply because the data have to travel so long path. Although it is … [Read more...]
How to Install Apache PageSpeed For WebP Conversion
Google PageSpeed module, now Apache PageSpeed module works from the server side to perform a lot of work easier avoiding WordPress plugins or PHP snippets. The good thing is that it is free and offers a ton of features. The bad thing about the Apache PageSpeed module is that the result is inconsistent and sometimes hurt the page loading speed. It does not hurt to test this module's support to … [Read more...]
Fastest Origin Pull CDNs of 2023
It is hard to beat few CDN providers such as CacheFly, Akamai, Fastly, StackPath (MaxCDN) and so on. The choice is more limited if you want to narrow your option with origin pull CDNs. The advantage of origin pull CDNs is that, their server will automatically pull the static files (including HTML) on their server. You have nothing to configure on WordPress except adding the root URL of the CDN. … [Read more...]
How to Fix : Config variable ${APACHE_RUN_DIR} is not defined
This particular error bears the error code AH00111 which comes from line number 1227 of the /server/core.c file which reads case USE_CANONICAL_NAME_UNSET:. The comment written about USE_CANONICAL_NAME says - "With UseCanonicalName on (and in all versions before 1.3) Apache will use the hostname and port specified in the ServerName directive to construct a canonical name for the server. (If no port … [Read more...]
Fix : PHP-FPM Consuming Too Much RAM (Apache, MPM Event)
If you have followed someone's guide like we have published How to Install Apache MPM Event and PHP-FPM on Ubuntu Server then in certain cases (depending on your setup) your server may consume near 100% RAM. This article discusses how to find the faulty settings for your setup and fix them to bring it back to 50% RAM consumption so that the server does not trigger OOM Killer (that means Apache or … [Read more...]
What Are the Advantages of Dedicated Server Over Cloud Server (for WordPress)
This article is complimentary to the previously published article What Are the Advantages of Cloud Server Over Dedicated Server for WordPress. Even the $100/month dedicated servers offer certain advantages over cloud server for the purpose of hosting WordPress. While the list of reasons why cloud servers are superior to running WordPress is endless, it is true that on a dedicated server, you are … [Read more...]
What Are the Advantages of Cloud Server Over Dedicated Server (for WordPress)
Premium cloud servers from reputed web hosts (including IBM, Fujitsu, and also Linode's dedicated CPU) offer several advantages over cheap dedicated servers. The 100% warranty of what you'll receive is only present for colocation hosting. Colocation is super costly, and complicated, adding extra headaches and expenditures. The reason cloud servers have been a popular choice over any kind of … [Read more...]