Skip to content
View EmperorRXF's full-sized avatar

Organizations

@Axinom

Block or report EmperorRXF

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Import Putty PPK files into Linux Op...
    1
    #!/bin/bash
    2
    
                  
    3
    DEFAULT_PPK_PATH=/mnt/UltraDisk/Dev/SSH-Keys
    4
    
                  
    5
    read -e -i $DEFAULT_PPK_PATH -p "Path to PPK Files to Import: " PPK_PATH
  2. Fix Linux Fonts by disabling "Embedd...
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    WINDOWS_FONTS_DIR="/mnt/Windows/Windows/Fonts/"
  3. ts-template Public

    A template to start a Node.js project with typescript, eslint, prettier, config & logger support

    TypeScript 1

  4. ts-express-template Public

    A template to start a Node.js express project with typscript, eslint, prettier and a common config & logger support

    TypeScript 1

  5. HyperVMs Public

    A windows system tray utility to manage your Hyper-V VMs and SSH into them with your favorite shell

    C#

  6. RESTvsGRPC Public

    Evaluating Performance of REST vs. gRPC

    C# 41 36