Skip to content

Instantly share code, notes, and snippets.

View vishnumitraha's full-sized avatar
💭
நீடகத்தில் காயவித்தை யாலக் கடவுள் இயற்றுமிந்த மாயவித்தை மெய்யெனநீ வாழ்ந்தனையே

Va$anth $riNarayan vishnumitraha

💭
நீடகத்தில் காயவித்தை யாலக் கடவுள் இயற்றுமிந்த மாயவித்தை மெய்யெனநீ வாழ்ந்தனையே
  • Health Care
  • India
View GitHub Profile
@vishnumitraha
vishnumitraha / gist:7c4fa85bf09e8c5a9384c875468420cb
Last active July 24, 2024 06:07
Let's Encrypt SSL certificate to an Amazon S3 static site

To add a Let's Encrypt SSL certificate to an Amazon S3 static site, you will need to use Amazon CloudFront as an intermediary, since S3 does not support SSL certificates directly. Here are the detailed steps to achieve this:

Step 1: Set Up Your S3 Bucket

  1. Create an S3 Bucket:

    • Go to the AWS Management Console.
    • Create a new S3 bucket with a unique name (this will be your static website).
    • Enable static website hosting in the bucket properties.
  2. Upload Your Website Files:

@vishnumitraha
vishnumitraha / Windows RDP login prompt.md
Last active September 2, 2024 10:16
Dell Thin Client to boot directly into a Windows RDP login prompt

To configure a Dell Thin Client to boot directly into a Windows RDP login prompt, you need to adjust the settings in the wnos.ini file and ensure the correct configuration for Remote Desktop connections. Here are the steps to achieve this:

1. Edit the wnos.ini File

The wnos.ini file is used to configure various settings for the Dell Thin Client. You need to modify this file to enable direct RDP login.

  1. Access the wnos.ini File:

    • You can edit the wnos.ini file using the Wyse Management Suite or by manually editing it if you have access to the file system of the thin client.
  2. Add Necessary Settings:

@vishnumitraha
vishnumitraha / SSH Key - Gitlab.md
Last active October 11, 2024 09:50
SSH Key - Gitlab

To resolve the "Permission denied (publickey)" error when trying to clone a Git repository on Windows, follow these steps:

Check SSH Key Configuration

  1. Verify Existing SSH Keys:
    • Open Git Bash.
    • Navigate to the SSH directory:
      cd ~/.ssh
@vishnumitraha
vishnumitraha / NVIDIA Cloud License Activation Under Proxy or Firewall: Comprehensive Guide.md
Last active February 28, 2025 03:04
NVIDIA Cloud License Activation Under Proxy or Firewall: Comprehensive Guide

NVIDIA Cloud License Activation Under Proxy/Firewall: Comprehensive Guide

Prerequisites

  • NVIDIA vGPU software installed
  • Proxy server details
  • Administrative/root access

Detailed Configuration Steps

1. Client Configuration Token

To automate invalidations for your CloudFront distribution associated with the S3 bucket follow these step-by-step instructions. This setup will utilize an AWS Lambda function triggered by S3 events to automatically invalidate the CloudFront cache whenever new content is uploaded.

Step 1: Create an AWS Lambda Function

  1. Access the AWS Management Console and navigate to AWS Lambda.
  2. Click on Create function.
  3. Choose Author from scratch.
    • Function name: Give your function a meaningful name.
    • Runtime: Select Python 3.x
  4. Click on Create function.