Skip to content
View EmperorRXF's full-sized avatar

Organizations

@Axinom
Block or Report

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

  1. Import Putty PPK files into Linux Op... Import Putty PPK files into Linux OpenSSH Agent
    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... Fix Linux Fonts by disabling "Embedded Bitmap" and symlinking Windows Fonts
    1
    #!/bin/bash
    2
    
    
    3
    set -e
    4
    
    
    5
    WINDOWS_FONTS_DIR="/mnt/Windows/Windows/Fonts/"
  3. ts-template ts-template Public

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

    TypeScript 1

  4. ts-express-template 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 HyperVMs Public

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

    C#

  6. RESTvsGRPC RESTvsGRPC Public

    Evaluating Performance of REST vs. gRPC

    C# 41 36