AWS How to install LocalStack (AWS cloud service emulator) on WSL2 to develop cloud and serverless apps offline? LocalStack is an AWS cloud service emulator that can be used as a local cloud sandbox for development, prototyping and testing. It is "A fully functional local cloud stack". You Abhijit Ghosh 27 Mar 2023 · 5 min read
AWL How to install Node.js on Ubuntu 22.04 distro running on WSL2 (Windows Subsystem for Linux)? In this post, we'll see how to install Node.js (open-source, cross-platform JavaScript runtime environment) on Ubuntu 22.04 distro running in WSL2 (Windows Subsystem for Linux). Option #1 - Abhijit Ghosh 26 Mar 2023 · 3 min read
WSL Check or Upgrade/Downgrade Windows Subsystem for Linux (WSL) Version This is a short post on how to check or upgrade/downgrade the version of Windows Subsystem for Linux (WSL) running on Windows 10 or Windows 11 host. To check Abhijit Ghosh 2 Oct 2022 · 1 min read
WSL Setup Proxy for CURL in Ubuntu running on WSL (Windows Subsystem for Linux) If Windows host machine is running behind any proxy (e.g. corporate proxy in office network), then it is required to pass/configure Proxy server and Proxy Authentication for cURL Abhijit Ghosh 11 Sep 2022 · 4 min read
WSL How to Uninstall or Remove Linux Distro Installed on WSL (Windows Subsystem for Linux)? Uninstallation of redundant or unused Linux Distros on Windows Subsystem for Linux (WSL) is an important activity to reclaim space and maintain hygiene of the system. It is just one Abhijit Ghosh 2 Sep 2022 · 1 min read