Shell
markdown.bash
Tools
Shell
What is it? markdown.bash is a Markdown interpreter using only traditional Unix tools. Specifically, it only uses Bash, Sed, Grep, and Cut (in one small instance).
Why did I write markdown.
JPackageScriptFX
Tools
Shell
JPackageScriptFX This project demonstrates how projects can use scripts to build self-contained, platform-specific executables and
installers of their JavaFX applications via the jdeps, jlink, and jpackage tools. Two scripts are included for
media-autobuild_suite
Tools
Shell
media-autobuild_suite Before opening an issue, check if it’s an issue directly from executing the suite. This isn’t Doom9, reddit, stackoverflow or any other forum for general questions about the things being compiled.
deepops
Tools
Shell
DeepOps Infrastructure automation tools for Kubernetes and Slurm clusters with NVIDIA GPUs.
Table of Contents DeepOps
Table of Contents Overview Releases Notes Deployment Requirements
Provisioning System Cluster System Kubernetes Slurm Hybrid clusters Virtual <li> <a rel="nofollow noopener" target="_blank" href="#updating-deepops">Updating DeepOps</a> </li> <li> <a rel="nofollow noopener" target="_blank" href="#copyright-and-license">Copyright and License</a> </li> <li> <a rel="nofollow noopener" target="_blank" href="#issues">Issues</a> </li> <li> <a rel="nofollow noopener" target="_blank" href="#contributing">Contributing</a> </li> </ul> Overview The DeepOps project encapsulates best practices in the deployment of GPU server clusters and sharing single powerful nodes (such as NVIDIA DGX Systems).
42toolbox
Tools
Shell
42toolbox A bunch of scripts to make your life better at @42School
Installation Just git clone https://github.com/alexandregv/42toolbox.git ~/42toolbox.
If you use shell_utils.sh, you probably want to source it inside your .
linux-build
Tools
Shell
ayufan’s Rock64 Linux releases This repository contains a set of scripts to build ROCK64 linux images.
This is community maintained project in my free time. Don’t expect everything to be perfect and working.
graphs1090
Tools
Shell
graphs1090 Graphs for readsb (wiedehopf fork) and dump1090-fa (based on dump1090-tools by mutability)
Also works for other dump1090 variants supplying stats.json
Installation / Update to current version: sudo bash -c "
mip22
Tools
Shell
mip22 mip22 v3.3 mip22 is a advanced phishing tool 83 default websites, clone any site with manual method, add any site with customize method, mask link with subdomains, url shortener, audio notice for view the credentials live, music in background etc… The program is made for educational purposes only for to see how the phishing method works.
thinclient
Tools
Shell
Thinclient Tools to create Ubuntu GNU/Linux image for thin clients. It boots via network and works entirely from memory.
Supported Ubuntu version: 20.04 Focal Fossa (LTS release).
Doesn’t need to mount root fileystem from network share, like DisklessUbuntu.
OSX-Monitoring-Tools
Tools
Shell
Mac OS X Monitoring Tools A collection of scripts and tools to assist in monitoring Mac OS X and essential services with Nagios.
Overviews and use cases for a lot of these can be found in posts at my site:
LALIN
Tools
Shell
Lalin is the future Lalin is a remake of Lazykali by bradfreda with fixed bugs , added new features and uptodate tools . It’s compatible with the latest release of Kali (Rolling)
wechat-devtools
Tools
Shell
项目说明 本项目是一个完整的搭建Linux下可用的“微信开发者工具”的脚本和工具集,
用于在Linux下的GNOME桌面上搭建可以持续更新和使用的“微信开发者工具”。
项目地址 https://github.com/dragonation/wechat-devtools https://gitee.com/dragonation/wechat-devtools 进度 当前工具可以在Linux上构筑最新版1.03.2009140(截止时间2020年9月28日),支持CLI模式,现已经有Docker支持(仅用于测试)。
另现在已经可以直接在设置界面里面修改字体,手工输入字体名称就可以。
使用方法 可以在本项目的发布中,寻找已经构筑好了的.tar.gz包(发布里也有度盘链接),下载解压后,运行其中的bin/wechat-devtools即可运行。
注:gitee上原来我也想放发布包的,但是文件太大了,附件最大只允许100M,而且总体积不能超过1G。所以目前暂时先只放github,如果大家发现下载速度慢的话,可以考虑科学上网或者度盘链接,速度快也稳定上传和下载。
系统要求 基于Linux的桌面系统,首选GNOME(其他的桌面环境可能会有问题,未测试) 安装有wine和wine-binfmt支持,建议版本在5.0以上,低版本可能会存在有问题 非兼容版对glibc和libstdc++有一定的版本要求,glibc的版本要求2.3,libstdc++的版本要求3.4.26,发布包里已经预编译了的Linux原生Node模块有这个依赖。兼容版本对这两个系统库的要求则较低,如果发现非兼容版本运行有问题可以考虑尝试切换到兼容版本 如果运行的是Docker镜像版本,请自行安装和编译Docker镜像(仅用于测试) CLI支持 在项目的bin目录中有wechat-devtools-cli命令,是微信开发者工具的命令行支持Linux版本。相关材料可以在微信CLI命令行V2上找到。
Docker支持 为了尽可能正常的在Docker内运行完整的微信开发者工具,我们在Docker镜像内提供了GUI界面的支持。但该支持有严格的系统要求,因微信开发者工具的新版本对界面UI的图形化要求较高,导致该部分对OpenGL有必要的需求。所以Container内镜像的图形驱动要求与Host的图形驱动完全一致,在非一致的情况下,界面会出现频闪现象。即使是关闭了硬件加速,采用了–use-gl=swiftshader的软件模拟情况下也会出现图片撕裂的情况。因此,请各位在自行构筑Docker镜像时,严格根据自己使用的Linux发行版修改基础镜像。
目前图形界面在Docker内部实现的方案是通过X11的套接字透传实现的,因此请记得准备好一些必要Docker准备。大部分工作已经bin/wechat-devtools-docker命令中完成。但是请根据具体运行情况修改必要的参数和Docker镜像构筑脚本。鉴于Docker镜像的基础Linux版本较低,因此建议使用兼容版本的发布包来构筑镜像,而不要轻易使用非兼容版本。
Docker容器启动方法
./bin/wechat-devtools-docker 如需要映射外部目录,请自行修改Docker启动命令
构筑方法 请先在Linux环境中自行安装wine和wine-binfmt; 请到Mewchan网站上下载最新的运行时,
并配置到PATH环境变量中; 克隆本项目: git clone https://github.
audio_shop
Tools
Shell
Audio Shop Your friendly neighborhood script for mangling images or video using audio editing tools.
If you’d like to read more about how this actually works, have a look here.
wirbelsturm
Tools
Shell
THIS PROJECT IS NO LONGER MAINTAINED Wirbelsturm Wirbelsturm is a Vagrant and Puppet based tool to perform
1-click local and remote deployments, with a focus on big data related infrastructure.
awesome-bbht
Tools
Shell
awesome-bbht A bash script that will automatically install a list of bug hunting tools I sometimes use for recon, exploitation, etc. (minus burp.) (Contributions are always welcome.)
Install git clone https://github.
awesome-hust
Tools
Shell
Awesome HUST The free software movement is basically a movement for freedom. It’s based on values that are not purely material and practical. It’s based on the idea that freedom is a benefit in itself.
synology
Tools
Shell
synology – th0ma7 Synology personnal hack, info, tools & source code
Donnations welcomed at: 0x522d164549E68681dfaC850A2cabdb95686C1fEC
Hauppauge WinTV DualHD HWC 955D The following allows building kernel modules for the Hauppauge WinTV DualHD HWC 955D media adapter allowing to use TVheadEnd (TVH) natively within the NAS.
iterm-fish-fisher-osx
Tools
Shell
Command Line Tools + Homebrew + iTerm2 + Fish Shell + Fisher + Plugins Tired of using the built-in shell that has a bad developer experience?
Do you want to have the awesomeness in your terminal with a cool autocomplete, 24-bit colors, customized prompt to display the info you need most?
Dracnmap
Tools
Shell
What is Dracnmap ? Dracnmap is an open source program which is using to exploit the network and gathering information with nmap help.
Nmap command comes with lots of options that can make the utility more robust and difficult to follow for new users.
forgit
Tools
Shell
💤 forgit Utility tool for using git interactively. Powered by junegunn/fzf.
This tool is designed to help you use git more efficiently.
It’s lightweight and easy to use. 📥 Installation Make sure you have fzf installed.