How to Copy a GCP Compute Engine Instance between projects

Google Cloud Platform (GCP) is one of the leading cloud service providers, offering a wide range of tools and services to help businesses and developers build, deploy, and scale applications seamlessly. One of the most widely used services within GCP is Compute Engine, which allows you to create and manage virtual machines (VMs) tailored to your … Read more

How to Use the history Command with Timestamps in Bash

The history command in Bash is a powerful tool for recalling past commands, but by default, it doesn’t display when those commands were executed. Adding timestamps to your command history can provide valuable context, especially for debugging, auditing, and time management. In this guide, we’ll show you how to enable timestamps in your Bash history, both temporarily … Read more

How to Enable Entra ID Login for Linux Virtual Machines in Azure

Microsoft entra id (Azure AD) integration for Linux virtual machines (VMs) is a powerful feature that enhances security and simplifies identity management. By enabling Azure AD login, you can streamline access control and eliminate the need for managing local credentials. In this guide, we’ll walk you through the step-by-step process of configuring Microsoft entra id … Read more

How to Set Up a Secure V2Ray Server via Free EC2 on AWS with TLS Using a Customized All-in-One Script

Introduction Previously I introduce the way to create ec2 instance on AWS https://www.sysosx.com/blogs/create-your-first-ec2-instance-on-aws/. Below is one of the use case to setup your own VPN/V2Ray server via this instance. Setting up a V2Ray server can be a daunting task, especially for beginners. However, with the help of a customized all-in-one script, you can deploy a secure … Read more

How to Create Custom Content Filters in Azure AI Foundry for Safer AI Applications

Previously we learned to deploy LLM via Azure AI foundry https://www.sysosx.com/blogs/deploy-azure-openai-gpt-4o-and-integrate-with-nextchat-or-chatbox-clients-build-your-personal-ai-companion/, https://www.sysosx.com/blogs/deploying-deepseek-r1-on-azure-ai-foundry-chatbox-integration/. but how to create custom content filters for your LLM. Ensuring safe and compliant usage of generative AI models is crucial for ethical AI applications. With Azure AI Content Filtering, users can leverage default filters or create custom configurations to moderate harmful content effectively. … Read more

How to create EBS snapshot of an EC2 instance in AWS

Creating Amazon EBS snapshots is an essential process for backing up data stored on Amazon Elastic Block Store (EBS) volumes attached to your EC2 instances. These snapshots provide point-in-time backups, enabling you to restore data efficiently while minimizing storage costs. In previous article, we learned how to create your first EC2 instance in AWS platform. In this guide, we’ll … Read more

How to Create Your First EC2 Instance on AWS (Ubuntu 24.04)

Requirements to Register an AWS Account for the Free Tier To take advantage of the AWS Free Tier, which provides free access to certain services for one year, you need to meet the following requirements: For more details on free tier eligibility, refer to AWS Free Tier Documentation. Step-by-Step Guide to Create Your First EC2 Instance on … Read more

Unlock Premium Content with the Medium Parser Extension

Medium is a treasure trove of insightful articles, but many of its premium pieces are locked behind a paywall. This can be frustrating for readers who want access to high-quality content without committing to a subscription. Enter the Medium Parser Extension—a tool designed to bypass Medium’s paywall and grant access to premium articles for free. What … Read more

How to Configure Automatic Updates for Windows VMs: Group Policy and Registry Settings

Automatic updates are essential for maintaining the security and performance of your Windows virtual machines (VMs). However, improperly configured updates can lead to unexpected reboots, which can disrupt operations. In this guide, we’ll explore how to configure automatic updates for Windows VMs, understand why updates are applied unexpectedly, and provide mitigation strategies to meet your … Read more

Resolving “No RDS License Servers Available to Provide a License” Issue

When working with Remote Desktop Services (RDS), encountering the error “No RDS License Servers available to provide a license” can disrupt operations and prevent users from accessing their applications or desktops. This guide provides actionable steps to troubleshoot and resolve the issue efficiently. What Is the RD License Server? Remote Desktop Services (RDS) operates using … Read more