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 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

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

Azure Powershell Script deleting unused or orphaned azure resources

Overview Managing unused or orphaned resources in Azure can significantly impact cloud spending and operational efficiency. The Azure Resource Cleanup tool is a comprehensive PowerShell script designed to help cloud administrators identify and deleting unused or orphaned azure resources, ensuring cost optimization and improved resource management. This script operates in a safe, non-destructive reporting mode by default, … Read more

Understanding and Troubleshooting Server Message Block (SMB) Protocol

Server Message Block (SMB) is a critical network file-sharing protocol that enables users and applications to access files, printers, and other shared resources over a network. Commonly used in Windows environments, SMB facilitates seamless communication between client and server systems. In this article, we’ll explore how SMB works, its components, common troubleshooting steps, and best … Read more

Mastering Linux Process Management: How to Kill a Process Safely and Effectively

Managing processes in Linux is a fundamental skill for system administrators and developers alike. Whether you’re troubleshooting a misbehaving application or stopping a service, knowing how to safely terminate/kill a process is essential. This guide will walk you through the steps to effectively manage processes, including those started with elevated privileges, using commands like kill, pkill, and … Read more