All Projects → jlelse → Distro.tools

jlelse / Distro.tools

Mirror

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Distro.tools

Pentestkit
Useful tools and scripts during Penetration Testing engagements
Stars: ✭ 463 (+1752%)
Mutual labels:  scripts, tools
Dev Scripts
A collection of scripts for development work with Git, Hg, Gerrit and Android.
Stars: ✭ 104 (+316%)
Mutual labels:  scripts, tools
Retrobat
RetroBat is the best way to play your ROMs collection on Windows !
Stars: ✭ 58 (+132%)
Mutual labels:  scripts, tools
Vscode Powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 150 (+500%)
Mutual labels:  scripts, tools
jt tools
Ruby on Rails Continuous Deployment Ecosystem to maintain Healthy Stable Development
Stars: ✭ 13 (-48%)
Mutual labels:  tools, scripts
Joymachine Public
All sorts of random publicly-available information, assets, scripts, and more as we (Joy Machine) work on our projects.
Stars: ✭ 210 (+740%)
Mutual labels:  scripts, tools
Norepeat
The norepeat package contains some magical function, tools
Stars: ✭ 111 (+344%)
Mutual labels:  scripts, tools
Tpt Oracle
Tanel Poder's Troubleshooting & Performance Tools for Oracle Databases
Stars: ✭ 429 (+1616%)
Mutual labels:  scripts, tools
Penetration Testing Tools
A collection of more than 140+ tools, scripts, cheatsheets and other loots that I have developed over years for Red Teaming/Pentesting/IT Security audits purposes. Most of them came handy on at least one of my real-world engagements.
Stars: ✭ 614 (+2356%)
Mutual labels:  scripts, tools
Aoe
AoE (AI on Edge,终端智能,边缘计算) 是一个终端侧AI集成运行时环境 (IRE),帮助开发者提升效率。
Stars: ✭ 759 (+2936%)
Mutual labels:  tools
Gtools
gevent tools
Stars: ✭ 7 (-72%)
Mutual labels:  tools
Ics Security Tools
Tools, tips, tricks, and more for exploring ICS Security.
Stars: ✭ 749 (+2896%)
Mutual labels:  tools
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (+3040%)
Mutual labels:  tools
Useful Softwares Tools List
List of useful Softwares, Tools, Plugins, Utilities (Online/Offline)
Stars: ✭ 7 (-72%)
Mutual labels:  tools
Redteamtools
记录自己编写、修改的部分工具
Stars: ✭ 752 (+2908%)
Mutual labels:  tools
Trakt Tools
Command-line tools for Trakt.tv.
Stars: ✭ 16 (-36%)
Mutual labels:  tools
Denon
👀 Monitor any changes in your Deno application and automatically restart.
Stars: ✭ 725 (+2800%)
Mutual labels:  scripts
Dc Notes
自己的学习笔记。包含:21届秋招经历、🐂客面经问题按照频率总结、Java一系列知识、数据库、分布式、微服务、前端、技术面试、工具教程等(持续更新)
Stars: ✭ 714 (+2756%)
Mutual labels:  tools
Namecheck
Check your name idea availability with CLI
Stars: ✭ 19 (-24%)
Mutual labels:  tools
Gram Tools
Stars: ✭ 16 (-36%)
Mutual labels:  tools

distro.tools

This is a collection of shell scripts for easy management of your Linux install. The goal is to provide scripts for every possible use case from updating your system to configuring some special things. Feel free to provide your scripts.

How to use

It's simple. Just type this into your terminal and replace script with the script to execute:

wget -qO- distro.tools/script | sh

when the script doesn't need sudo, or

sudo sh -c 'wget -qO- distro.tools/script | sh'

when the script needs sudo privileges.

Overview of scripts

These scripts are made to work with amd64 and aren't guaranteed to work with other architectures.

All

Scripts applicable on most distributions:

Install

install/docker-compose (sudo) - Install Docker Compose
install/golang (sudo) - Install Go (requires tar)
install/gradle (sudo) - Install Gradle (requires jq, unzip)
install/hugo (sudo) - Install Hugo (extended version) (requires tar)
install/lazygit (sudo) - Install lazygit (requires tar)
install/node (sudo) - Install NodeJS using n
install/postman (sudo) - Install Postman (requires tar)
install/telegram (sudo) - Install Telegram (requires tar, xz-utils)
install/vscode (sudo) - Install Visual Studio Code (requires tar)

Ubuntu

Scripts focused on Ubuntu and derivates:

ubuntu/update (sudo) - Update your Ubuntu system including Snaps and Flatpaks
ubuntu/removeoldsnaps (sudo) - Remove old versions of installed Snaps

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].