How to Make Resolve Config Changes Permanent in WSL 2
Every time WSL 2 restarts, it overwrites /etc/resolv.conf with DNS settings from your Windows host. If you’ve manually … Read more
Learn about Ubuntu Linux distribution and its features and server environments with Linuxbeast informative tutorials.
Every time WSL 2 restarts, it overwrites /etc/resolv.conf with DNS settings from your Windows host. If you’ve manually … Read more
Sometimes you need a specific Terraform version — maybe a module requires it, or you’re matching what your … Read more
This guide walks you through setting up Terraform on WSL Ubuntu so you can provision AWS resources from … Read more
If you’re running MySQL on EC2, you need automated backups. A single disk failure or accidental DROP TABLE … Read more
Managing user accounts is one of the first things you’ll do on a new server. Whether you’re setting … Read more
EC2 instances don’t come with swap space configured. On small instances (t2.micro, t3.small), this means your applications can … Read more
VS Code can connect to WSL 2 and run directly inside your Linux environment. The terminal, file system, … Read more
Every time you SSH into an EC2 instance with a .pem key, you have to pass the -i … Read more
Rsync is the fastest way to copy files between your local machine and an EC2 instance. Unlike scp, … Read more
This guide walks you through how to install MongoDB Community Edition on EC2 Ubuntu 22.04 using MongoDB’s official … Read more