Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowitea/scripts
This repository is a collection of different scripts for different platforms written in different languages. If you want to share something - you are welcome. Pull requests are accepted.
https://github.com/lowitea/scripts
Last synced: about 1 month ago
JSON representation
This repository is a collection of different scripts for different platforms written in different languages. If you want to share something - you are welcome. Pull requests are accepted.
- Host: GitHub
- URL: https://github.com/lowitea/scripts
- Owner: lowitea
- License: unlicense
- Created: 2020-07-14T10:00:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T15:35:11.000Z (10 months ago)
- Last Synced: 2024-10-13T18:27:04.238Z (2 months ago)
- Language: Rust
- Size: 3.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts library
This repository is a collection of different scripts for different platforms written in different languages. If you want to share something - you are welcome. Pull requests are accepted.
## bash
#### Git
- [git-clean.sh](/bash/git/git-clean.sh) - Remove merged branches.
##### Git Hooks
- [pre-commit.reject_commit_in_develop](/bash/git/hooks/pre-commit.reject_commit_in_develop) - `pre-commit`: Reject commit in develop branch.
- [prepare-commit-msg.branch_name_in_commit](/bash/git/hooks/prepare-commit-msg.branch_name_in_commit) - `prepare-commit-msg`: Added branch name in commit message.#### Other
- [resp_time.sh](/bash/resp_time.sh) - Tests response time by url.
- [downloads_cleaner.sh](/bash/downloads_cleaner.sh) - Deletes files older 7 days from Downloads dir.
- [guake_ssh_links.sh](/bash/guake_ssh_links.sh) - Open ssh:.... html links in guake terminal.## powershell
#### Active Directory
- [adcomputers_in_csv.ps1](/powershell/adcomputers_in_csv.ps1) - Get AD computers in .csv file.
- [aduser_in_csv.ps1](/powershell/aduser_in_csv.ps1) - Get AD users in .csv file.
- [chpass_user_in_domain.ps1](/powershell/chpass_user_in_domain.ps1) - Force change password for domain users.
- [fail2ban_on_ps.ps1](/powershell/fail2ban_on_ps.ps1) - Simple fail2ban on powershell.
- [force_expire_password.ps1](/powershell/force_expire_password.ps1) - Force expire password for domain users.## python
#### Excel
- [excel_joiner.py](/python/excel_joiner.py) - Concatenate excel (.xlsx) files.
#### Other
- [filename_to_url.py](/python/filename_to_url.py) - Rename all files in current dir for using in web.
## rust
- [sct](/rust/sct) - Symbol counter.
- [b64](/rust/b64) - Base64 converter.
- [ts](/rust/ts) - Timestamp converter.## sql
- [tables_size.sql](/sql/tables_size.sql) - Show size for all tables.
## excel
#### Formulas
- [generator_passwords.xlsx](/excel/generator_passwords.xlsx) - Password generator for excel via formula.
## ToDo
- Url checker