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

How to Automate Tasks with Aliases in Linux: Save Time and Boost Productivity

If you’re someone who frequently works in the terminal, you know how repetitive some commands can get. Typing long commands every day can be tedious and time-consuming. But did you know there’s a simple way to automate these tasks and save yourself a lot of effort? Enter aliases—a powerful feature of the Linux shell. In this … Read more

How to Install a Gmail Application on Your Desktop: Step-by-Step Guide

Did you know Gmail doesn’t have a native desktop application? While there’s no official app developed for Gmail, you can still create a standalone Gmail experience on your desktop using Google Chrome. This method allows you to access Gmail directly from your desktop without opening your browser every time. In this article, we’ll walk you through … Read more