LATEST ARTICLES

Make AI voice cloning for FREE, installation & tutorial

In today's tech-savvy world, the possibilities seem endless, especially when it comes to artificial intelligence. One fascinating application of AI is voice cloning, a technology that allows you to replicate a person's voice using machine learning algorithms. In this tutorial, I'll walk you through the process of creating your very own AI voice clone, and the best part? It's...

Install ubuntu on Windows 10

Install Ubuntu distribution alongside Windows 10 to utilize Linux tools seamlessly, without the need for separate computers or virtual machines. Microsoft's efforts to encourage developers to use Windows 10 as their primary coding platform are highlighted, with a focus on the partnership between Microsoft and Canonical to enhance command line capabilities on Windows 10. While Linux integration is not initially provided in Windows 10, the process of installing Linux distributions is explained, particularly through setting up the Windows Subsystem for Linux 2 (WSL2) platform. The article concludes by offering a guide on installing Ubuntu on Windows 10.

The Best PHP Calculator & Cost Estimation Form Builder

If you’re looking for a PHP software to create and display estimation forms, you’re sure to run into a number of quality softwares, among them the Zigaform PHP Calculator & Cost Estimation Form Builder. Zigaform is an all-in-one cost estimation form builder software that helps you build forms with absolutely no coding knowledge or prior design experience whatsoever. Not...

26 Billion Records Leaked in Monumental Data Breach Involving Twitter, Linkedin, and Dropbox – Here’s How to Verify Your Affected Statu

26 Billion Records Leaked in Monumental Data Breach Involving Twitter, Linkedin, and Dropbox - Here's How to Verify Your Affected Status The discovery of what is likely the largest data leak ever has brought to light a staggering 26 billion records compromised in a recent data breach. This extensive breach, amounting to 13 terabytes of data, is reported to encompass...

How To Create Swap Space on Ubuntu 20.04 & 18.04

If your server ever runs out of physical memory during heavy load, some critical services such as MySQL can crash (as I discovered the hard way!). In this guide we will set up some swap space on Ubuntu 20.04 & 18.04. Just as a disclaimer, it is not recommend that you use swap space as a replacement to physical memory, especially on...

How to debug PHP with Xdebug and VsCode

When you decide to develop web applications, you must take care of a few things for producing a smooth end product. A good developer always opts for best practices while developing robust apps. These practices include testing, debugging, performance, and security of websites or applications. In the previous article, I had covered a few topics from the above. In...

How to Set up and Configure WordPress to Use SMTP For Sending Emails

Once you have a wordpress site installed, most of the times the mail notification do not arrive to mail recipients. it is because the default php mailer is used and the mails comes from the servers which are considered not trusted so the mails are considered spam on the most of popular email services like gmail, outlook, and yahoo.  so...

Set up Letsencrypt/Certbot with Nginx web server with webroot

The default certbot certonly –standalone is quite useful for a quick start to run a standalone server and get the SSL certificate. But nowadays everyone is running their own server. Which would cause the issue of binding port 80 fail. In order to fix this would be using –webroot instead. Firstly, create a new folder for nginx to serve static...

Free Fashion WordPress Themes 2020

Whether you’re a fashion blogger, designer, or store, you’ll need a strong online presence. A beautiful website can help you showcase your work and promote your content. However, free fashion WordPress themes that offer quality can be hard to come by. There are still some excellent options to choose from that will suit any niche. All of these themes are...

Removing Redundant Hostnames with NGINX

While poring over my Google Analytics data I noticed the notification below. Obviously this is not a train smash, but it is compromising the quality of my data. And it also offends my OCD. This is what I did to fix the problem. The web site in question is built with Django and lives behind NGINX. What I needed to do...