Skip to content

hrostami/random-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

random-tools

Here are some random tools I created for personal use, I thought it might be useful for others too!

type-mover.py

A simple Python script that asks you for a directory and file type that you want to delete then proceeds to move all matching files in all subdirectories to the folder type_files. It can also reverse the process.

python3 <(curl -sL https://raw.githubusercontent.com/hrostami/random-tools/main/type_mover.py)

ssh-secure.sh

A shell script to setup fail2ban on your server and configure ssh to not use password authentication and use ssh key instead. Also you can create ssh key on your local machine and copy it to the server using this script.

bash <(curl -sL https://raw.githubusercontent.com/hrostami/random-tools/main/ssh-secure.sh)

About

Random scripts created for personal use!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published