Skip to content
Linuxbeast
  • Blog
  • Today in Tech
  • About Linuxbeast
  • Work With Me
  • Tools
    • DevOps Onboarding
    • Pag-IBIG Housing Loan Calculator
  • en English
    • ar Arabic
    • zh-CN Chinese (Simplified)
    • nl Dutch
    • en English
    • fr French
    • de German
    • id Indonesian
    • it Italian
    • pt Portuguese
    • ru Russian
    • es Spanish
    • vi Vietnamese

How to Configure AWS SSO CLI Access for Windows PowerShell

February 28, 2026 by Linuxbeast
How to Configure AWS SSO CLI Access for Windows PowerShell

A complete guide to setting up AWS Single Sign-On (SSO) with the AWS CLI on Windows Introduction AWS Single Sign-On (AWS SSO), now known as AWS IAM Identity Center, provides a centralized way to manage access to multiple AWS accounts and applications. Instead of managing individual IAM users with long-term credentials, SSO allows you to authenticate … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, Jenkins, Lets Encrypt, macOS, MCP Server, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, PowerShell, Python Development, Rsync, Serverless, SSO, Tech Tutorials, Terraform, Text Editors, Web Development, Windows, WordPress, WSL 2 Leave a comment

How to Configure AWS SSO CLI Access for Linux Ubuntu

February 28, 2026February 23, 2026 by Linuxbeast
How to Configure AWS SSO CLI Access for Linux Ubuntu

A complete guide to setting up AWS Single Sign-On (SSO) with the AWS CLI on Ubuntu Introduction AWS Single Sign-On (AWS SSO), now known as AWS IAM Identity Center, provides a centralized way to manage access to multiple AWS accounts and applications. Instead of managing individual IAM users with long-term credentials, SSO allows you to … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS, AWS CLI, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, Jenkins, Lets Encrypt, Linux, macOS, MCP Server, MongoDB, Monitoring, Multi-Account, MySQL, PHP 8, PostgreSQL, Python Development, Rsync, Serverless, SSO, Tech Tutorials, Terraform, Text Editors, Ubuntu, Web Development, WordPress, WSL 2 Leave a comment

Global MCP Server Configuration in VS Code WSL: Fixing Startup Errors

November 27, 2025 by Linuxbeast
Global MCP Server Configuration in VS Code WSL

The Problem: Global MCP Server Fails to Start in WSL When configuring MCP servers globally in VS Code WSL environments, developers encounter: What is Global MCP Configuration? Global MCP configuration allows MCP servers to be available across all VS Code workspaces without project-specific setup. This means: Root Cause in WSL Environments WSL (Windows Subsystem for … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, Jenkins, Lets Encrypt, Linux, macOS, MCP Server, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, Python Development, Rsync, Serverless, Tech Tutorials, Terraform, Text Editors, Tools, VS Code, Web Development, WordPress, WSL, WSL 2 Leave a comment

How to Make Your WSL Ubuntu Terminal Look Better with Oh My Posh

November 1, 2025 by Linuxbeast
How to Make Your WSL Ubuntu Terminal Look Better with Oh My Posh

If you spend a lot of time in your terminal, why not make it look clean and beautiful?This guide will show you how to customize your WSL Ubuntu terminal using Oh My Posh, fonts, and themes. After this, your terminal will look professional and feel easier to work with. Step 1: Install Oh My Posh … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account Access, Customization, Data Engineering, Datadog, Developer Tools, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, Jenkins, Lets Encrypt, macOS, MCP Server, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, Python Development, Rsync, Serverless, Tech Tutorials, Terminal, Terraform, Text Editors, Ubuntu, Web Development, WordPress, WSL, WSL 2 Leave a comment

Solve ‘yum: command not found’ in AWS Lambda Python 3.12 base image

September 22, 2025 by Linuxbeast
Solve 'yum command not found' in AWS Lambda Python 3.12 base image

📌 The Issue When I tried to install the Microsoft ODBC Driver (msodbcsql17) inside my custom image using the AWS Lambda Python 3.12 base image: I used this command: But it failed with this error: ❓ Why It Happens Starting with Python 3.12, the Lambda base image now uses Amazon Linux 2023.This version does not … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon Linux 2023, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, Jenkins, Lets Encrypt, Linux, macOS, MCP Server, Microdnf, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, Python 3.12, Python Development, Python 🐍, Rsync, Serverless, Tech Tutorials, Terraform, Text Editors, Web Development, WordPress, WSL 2 Leave a comment

How to Setup Bearer Token in HubSpot Workflow Custom Code

August 25, 2025 by Linuxbeast
How to Setup Bearer Token in HubSpot Workflow Custom Code

When building custom integrations in HubSpot, you often need to securely call external services like AWS Lambda. To protect your endpoint, you should use a Bearer Token inside your workflow’s Custom Code action. In this guide, I will show you step by step how to setup and use a Bearer Token in HubSpot Workflow Custom … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Bearer-token, Cloud Security, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, HubSpot API, Jenkins, Lets Encrypt, macOS, MCP Server, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, Python Development, Python 🐍, Rsync, Secrets, Serverless, Tech Tutorials, Terraform, Text Editors, Web Development, WordPress, Workflow, WSL 2 Leave a comment

How to Make Reliable HubSpot API Requests in Python (With Retry Logic)

August 25, 2025August 25, 2025 by Linuxbeast
How to Make Reliable HubSpot API Requests in Python (With Retry Logic)

Working with APIs can sometimes be tricky, especially when dealing with network timeouts, server errors, or rate limits.In this post, we’ll walk through a Python function that makes requests to the HubSpot API with built-in retry logic to make it more reliable. Why You Need Retry Logic for API Calls When you send a request … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Exponential Backoff, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, HubSpot API, Jenkins, Lets Encrypt, macOS, MCP Server, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, Python Development, Python Requests, Python 🐍, Rate Limit Handling, Retry Logic, Rsync, Serverless, Tech Tutorials, Terraform, Text Editors, Web Development, WordPress, WSL 2 Leave a comment

How to Use HubSpot CRM v4 Associations: A Guide for Beginners

September 22, 2025August 10, 2025 by Linuxbeast
How to Use HubSpot CRM v4 Associations

If you’ve tried to use HubSpot’s v4 Association API, you probably felt confused. The docs are complex, the setup isn’t beginner-friendly, and the new structure (compared to v3) isn’t easy to follow. In this guide, I’ll walk you through how I got it working—step-by-step. 🤔 What Are “Associations” in HubSpot? Associations mean connecting two objects … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Associations v4, Automation, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, HubSpot API, HubSpot CRM v4, Jenkins, Lets Encrypt, macOS, MCP Server, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, Python Development, Python 🐍, Rsync, Serverless, Tech Tutorials, Terraform, Text Editors, Tips & Tricks, Web Development, WordPress, WSL 2 Leave a comment

How to Fix SQS Visibility Timeout in AWS Lambda

August 25, 2025August 5, 2025 by Linuxbeast
How to Fix SQS Visibility Timeout in AWS Lambda

Have you seen this error during deployment? This might look confusing, but don’t worry — it’s easy to fix once you understand how Lambda and SQS work together. What This Error Means When AWS Lambda reads a message from SQS, that message becomes “invisible” to other consumers for a short time. This is called the … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, Jenkins, Lets Encrypt, macOS, MCP Server, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, Python Development, Rsync, Serverless, SQS, Tech Tutorials, Terraform, Text Editors, Tips & Tricks, Web Development, WordPress, WSL 2 Leave a comment

Setting Up Cross-Account SNS to SQS Subscription in AWS

August 25, 2025August 5, 2025 by Linuxbeast
Setting Up Cross-Account SNS to SQS Subscription in AWS

💡 Overview Setting up Amazon SNS to SQS subscriptions within the same AWS account is usually smooth. But when it comes to cross-account integration, it becomes tricky due to IAM policies and permission constraints. This guide explains how to properly configure a cross-account SNS ➝ SQS ➝ Lambda system with full security and reliability. 📘 … Read more

Categories 247, 248, 249, 250, 251, 252, 253, 254 Tags Amazon EC2, Amazon ECS, Amazon EFS, Amazon S3, Amazon SNS, Amazon SQS, Amazon VPC, Apache HTTP Server, API Integration, Automation, AWS, AWS CLI v2, AWS CloudWatch, AWS Lambda, AWS Secrets Manager, Cloud Security, Cross-Account, Cross-Account Access, Data Engineering, Datadog, DevOps, DevTools, Docker, Git, GitHub Copilot, GitLab CICD, HAProxy, HubSpot, IAM Roles, Jenkins, Lets Encrypt, macOS, MCP Server, MongoDB, Monitoring, MySQL, PHP 8, PostgreSQL, Python Development, Rsync, Serverless, SNS, SQS, Tech Tutorials, Terraform, Text Editors, Tips & Tricks, Web Development, WordPress, WSL 2 Leave a comment
Older posts
Page1 Page2 … Page8 Next →

📂 Categories

  • 247 (79)
  • 248 (79)
  • 249 (79)
  • 250 (79)
  • 251 (79)
  • 252 (79)
  • 253 (79)
  • 254 (79)

💬Latest Comments

  1. Tyeth Gundry on How to Combine All Commits into One with GitLens Interactive Rebase in VSCodeJuly 8, 2025

    Someone at a previous place (where their job was integrating all teams work into releases), who was a fan of…

  2. Shanmukha on How to Install Ubuntu 20.04 or 22.04 in WSL 2 on Windows 10June 29, 2025

    Thanks for your efforts. The steps you provided easy to setup Linux ubuntu on windows

  3. John on Handling IP Address Overlapping in Network ConnectionsMay 13, 2025

    Great walkthrough of a very common (and often overlooked) networking pitfall. IP overlap issues tend to surface only when interconnectivity…

  4. Yohan on Manage Zone Identifier Files in WSL on Windows 10 and Windows 11March 19, 2025

    thanks. this is working

  5. Brian on How to Combine All Commits into One with GitLens Interactive Rebase in VSCodeJanuary 9, 2025

    This really isn't so much using gitlens to do the squash. Show how to do a squash WITHOUT using a…

© 2026 Linuxbeast • Built with GeneratePress