Categories
How-To

Speed up your Internet with this DNS

You can now speed up your Internet just by simply changing your DNS.

You might have heard of Google Public DNS, but it is not the fastest. Cloudflare teamed up with APNIC to create a DNS over HTTPS which encrypts your DNS queries and is able to resolve queries faster than all other DNS.

Speed up your Internet with Cloudflare DNS

Most DNS, if not all, do not provide secure queries. So even if you have established secure connections, your DNS queries are not encrypted.

Speed up your Internet now

To do so, simply configure your network settings to use 1.1.1.1 and 1.0.0.1 as your DNS.

For Windows

  1. Click on the Start menu, then click on Control Panel.
  2. Click on Network and Internet.
  3. Click on Change Adapter Settings.
  4. Right click on the Wi-Fi network you are connected to, then click Properties.
  5. Select Internet Protocol Version 4 (or Version 6 if desired).
  6. Click Properties.
  7. Write down any existing DNS server entries for future reference.
  8. Click Use The Following DNS Server Addresses.
  9. Replace those addresses with the 1.1.1.1 DNS addresses:
    • For IPv4: 1.1.1.1 and 1.0.0.1
    • For IPv6: 2606:4700:4700::1111 and 2606:4700:4700::1001
  10. Click OK, then Close.
  11. Restart your browser.

For MacOS

  1. Open System Preferences.
  2. Search for DNS Servers and select it from the dropdown.
  3. Click the + button to add a DNS Server and enter 1.1.1.1
  4. Click + again and enter 1.0.0.1 (This is for redundancy.)
  5. Click Ok, then click Apply.

Not on Windows or MacOS? Check out their setup guide for other devices.

Hope this short article showed you how to speed up your Internet and protect your privacy.

If you own a web server and have not setup SSL, this article will show you how to get a free certificate with Let’s Encrypt and deploy it on your server.

If you liked this article, don’t forget to share this article with your friends and family.

Categories
How-To

Create Swap File on Linux Servers for Better Performance

Are you running a low memory server and your applications are crashing? You can create swap file to prevent your applications from crashing in just 5 minutes.

Low memory servers often crash when there is a sudden spike in workload. However, upgrading your server is not an option (yet) due to budget. Restarting your services or applications is cumbersome and it is not possible to check every second if anything has crashed.

In this article, I will show you how you can create swap file

Categories
How-To

Optimize PHP-FPM on Low Memory Nginx Servers

Are you running PHP-FPM on low memory Nginx servers and your services are crashing frequently?

The simplest way to resolve this problem is to upgrade your server, but not when you have a tight budget.

Databases usually take up a large portion of your memory but limiting memory usage may cause problems. However, if your website has low traffic, you will be able to limit your server’s memory usage without affecting performance.

In this article, I will show you how you can optimize PHP-FPM to reduce its memory usage without affecting performance.