Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.27 KB

File metadata and controls

51 lines (32 loc) · 1.27 KB

Some util scripts

Index

BASH

This is a simple script to make a menu selector in bash/shell

POWERSHELL

This is a simple script to search for a string in a file

Execute it with:

iex (iwr -useb "https://raw.githubusercontent.com/JMF-Alex/scripts/refs/heads/main/powershell/search.ps1"); search "<your string>"

SSH

This is a simple script to add my public key to the authorized_keys file

Execute it with:

curl -fsSL https://raw.githubusercontent.com/JMF-Alex/scripts/refs/heads/main/ssh/my_public_key.sh | bash

This is a script to configure fast fail2ban with abuseipdb api

Execute it with:

curl -fsSL https://raw.githubusercontent.com/JMF-Alex/scripts/refs/heads/main/ssh/fail2ban.sh | bash