Mountpoint for Amazon S3 How to Access Amazon S3 Bucket like a Local File System Mountpoint for Amazon S3 is now generally available and ready for production workloads. This open-source simple file client is optimized for read-heavy workloads that require high throughput and focused on Abhijit Ghosh 21 Aug 2023 · 3 min read
AWS CLI 2 How to uninstall AWS CLI version 2? If you already have AWS Command Line Interface (AWS CLI 2) and want to uninstall it from your system, then you will find all the steps to remove it. Find Abhijit Ghosh 4 Jul 2023 · 1 min read
RequestTimeTooSkewed AWS S3: The difference between the request time and the current time is too large If system clock is out of sync, we may encounter error message like "An error occurred (RequestTimeTooSkewed) when calling the ListBuckets operation: The difference between the request time and the Abhijit Ghosh 4 Jul 2023 · 1 min read
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
Mountpoint for Amazon S3 Mountpoint for Amazon S3 -Build & Demo On AWS Pi Day 2023, Amazon announced Mountpoint for Amazon S3, an open-source simple file client for mounting S3 buckets as a local file system. It is optimized for read-heavy Abhijit Ghosh 16 Mar 2023 · 8 min read
WSL Install AWS Command Line Interface (AWS CLI) on Windows Subsystem for Linux (WSL 2) AWS Command Line Interface (AWS CLI) is used to interact with different AWS (Amazon Web Services) product and services in command-line shell. AWS CLI version 2 is the latest one. Abhijit Ghosh 23 Feb 2023 · 1 min read
WSL Update WSL2 (Windows Subsystem for Linux) kernel on Windows Windows Build version 20150 has introduced command line options to update WSL2 (Windows Subsystem for Linux) Kernel very conveniently. Let's try that. Run wmic os get BuildNumber in command line Abhijit Ghosh 11 Sep 2022 · 2 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 Backup and Restore Linux Distro on WSL (Windows Subsystem for Linux)? Nobody can deny the importance of backup & restore process for any environment. Specially, when multi-steps are involved in setup and configuration and we keep modifying the environment with time. Basically, Abhijit Ghosh 3 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
WSL How to Install Windows Subsystem for Linux (WSL2) on Windows 11? Steps to install Windows Subsystem for Linux (WSL2) on Windows 10 works for Windows 11 too. But Microsoft made it super simple in Windows 11. Just one command that takes Abhijit Ghosh 30 Aug 2022 · 5 min read
Windows Subsystem for Linux How to Install Windows Subsystem for Linux (WSL2) on Windows 10? Windows Subsystem for Linux (WSL) is an awesome feature of Windows 10. No more VMware or Oracle VirtualBox is required to run Linux on Windows. WSL is faster and less Abhijit Ghosh 26 Aug 2021 · 8 min read
WSL How to change hostname on Ubuntu running on Windows WSL? If you are running Ubuntu on Windows WSL (Windows Subsystem for Linux) and wondering how to change hostname permanently then follow all steps mentioned below. Once hostname is changed, if Abhijit Ghosh 13 Jul 2021 · 3 min read