Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
How to Install Firewalld on WSL Ubuntu
OtherTagged Networking, WSL UbuntuLeave a Comment on How to Install Firewalld on WSL Ubuntu

How to Install Firewalld on WSL Ubuntu

March 2, 2024March 4, 2024

This post contains installation notes for installing firewalld on Ubuntu Linux running within Windows Subsystem for Linux (WSL). What is Firewalld? Firewalld is a tool that helps users to manage the firewall on their Linux machine. With firewalld, users can […]

Systemd is Available on WSL
WSLTagged WSL Tips, WSL UbuntuLeave a Comment on Systemd is Available on WSL

Systemd is Available on WSL

February 29, 2024March 4, 2024

Windows Subsystem for Linux (WSL) can now run systemd inside our installed WSL distributions. This is old news, announced September 2022, but I only found out about this today! I might need to update some of my WSL blog posts. […]

Installing Postgres on Ubuntu 20.04 for WSL
WSLTagged Postgres, WSL UbuntuLeave a Comment on Installing Postgres on Ubuntu 20.04 for WSL

Installing Postgres on Ubuntu 20.04 for WSL

January 20, 2024January 21, 2024

This concise guide walks you through the steps of installing PostgreSQL on Ubuntu 20.04, specifically tailored for the Windows Subsystem for Linux (WSL). This installation is universal, ensuring compatibility with Ubuntu 20.04 and beyond. Update Local Ubuntu Packages Let’s start […]

Installing and Configuring AWS CLI on Ubuntu
OtherTagged AWS CLI, WSL UbuntuLeave a Comment on Installing and Configuring AWS CLI on Ubuntu

Installing and Configuring AWS CLI on Ubuntu

December 20, 2023January 23, 2024

Ready to use Amazon Web Services (AWS) CLI on Ubuntu 20.04 or 22.04? Follow this guide for a quick walkthrough – from updating packages to running AWS CLI commands. Let’s dive in! Updating Local Packages on Ubuntu Before we begin, […]

Popular Posts

DBASco (SQL DBA Blog) - 2024