Skip to content
View p-cap's full-sized avatar
  • USAF

Highlights

  • Pro

Block or report p-cap

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Setting up ssh to sign commits Setting up ssh to sign commits
    1
    ## Using SSH instead of GPG to sign your commits are a follows: 
    2
    
                  
    3
    <img width="1058" height="215" alt="image" src="https://gist.github.com/user-attachments/assets/dd77daae-be5f-4ea8-aa7f-fefe2a7b6934" /> &nbsp;
    4
    - create a folder (e.g. .ssh) folder to store your keys
    5
    - `ssh-keygen.exe -t rsa -b 4096 -C "<your-email>"` 
  2. book-inventory-azure book-inventory-azure Public

    Full Stack App hosted in Azure

    TypeScript

  3. todo-ai-app todo-ai-app Public

    App using gpt-mini model hosted in Microsoft Foundry

    JavaScript

  4. Instantiating Docker Container behin... Instantiating Docker Container behind a corporate firewall
    1
    # CentOS Stream 9 Custom Container Development Environment
    2
    
                  
    3
    This document outlines the step-by-step resolution and final configuration implemented to deploy a local CentOS Stream 9 container on a Windows host. The configuration seamlessly navigates an EOL repository landscape, automates Windows line-ending translation, and establishes a secure trust model bypassing a corporate decrypting firewall.
    4
    
                  
    5
    ## 🛠️ Project Structure