Skip to content

Instantly share code, notes, and snippets.

View AlphaIru's full-sized avatar
💭
Many things

Airun AlphaIru

💭
Many things
View GitHub Profile
@AlphaIru
AlphaIru / help.md
Last active November 18, 2022 02:24

THIS IS NOT FINISHED YET.

まだ、最新の情報ではないので…、申し訳ないです!

Sorry.... I'm in Depression right now, will not be updating anytime soon...

すいません…、鬱になってしまいまして…、暫くの間はアプデできないかも…

ヘルプ/Help


List of available voices:

JA:

  • man
  • woman
  • mei_angry
  • mei_bashful
  • mei_happy
  • mei_sad
  • tohoku
@AlphaIru
AlphaIru / Kali WSL.md
Last active September 28, 2023 20:50
Things that I was able to run with Kali-linux in WSL

Things that I tested and can do with Kali on WSL

Note: Windows 11
WSL version: 1.2.5.0
Kernel version: 5.15.90.1
WSLg version: 1.0.51
MSRDC version: 1.2.3770
Direct3D version: 1.608.2-61064218
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
@AlphaIru
AlphaIru / SSHKey_VSCode_tutorial.md
Last active February 24, 2024 01:37
A tutorial on how to connect to your host via SSH easier and more secure.

This tutorial will explain how to create and use keys (AKA Public and Private Keys) to connect to a Linux Host. Also, I will explain the steps to use Visual Studio Code with SSH.

What are the benefits of using keys in SSH?

  1. 🏃Speedy: SSH using keys makes the connection very fast, removing the process of password input on connection to the host machine.
  2. 🔒Secure: SSH using keys is much more secure than password inputs; due to the nature of key pairs, authentication cannot be brute-forced from a third party. (⚠️ Unless somehow you are leaking the keys to the public.)

Follow these two steps to complete the tutorial! ⬇️