Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazingchow/awesome-fancy-toolkit
awesome fancy toolkit
https://github.com/amazingchow/awesome-fancy-toolkit
List: awesome-fancy-toolkit
linux toolkit
Last synced: 3 months ago
JSON representation
awesome fancy toolkit
- Host: GitHub
- URL: https://github.com/amazingchow/awesome-fancy-toolkit
- Owner: amazingchow
- License: mit
- Created: 2020-04-16T12:08:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T03:06:39.000Z (over 2 years ago)
- Last Synced: 2024-04-22T13:05:17.447Z (7 months ago)
- Topics: linux, toolkit
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-fancy-toolkit - Awesome fancy toolkit. (Other Lists / PowerShell Lists)
README
## Http/Https/Grpc Dev&Ops工具与服务
* [Http/Https请求工具, 类似curl -v, httpstat](https://github.com/davecheney/httpstat)
* [Http/Https探测工具, wuzz](https://github.com/asciimoo/wuzz)
* [Http/Https压测工具, vegeta](https://github.com/tsenart/vegeta)
* [Http/Https压测工具, hey](https://github.com/rakyll/hey)
* [Http/Https压测工具, wrk](https://github.com/wg/wrk)
* [Http/Https压测工具, ddosify](https://github.com/ddosify/ddosify)
* [Http/Https测试框架, httprunner](https://github.com/httprunner/httprunner)
* [Http/Https流量重放工具, goreplay](https://github.com/buger/goreplay)
* [API 文档、API 调试、API Mock、API 自动化测试, Apifox](https://www.apifox.cn/)
* [Grpc压测工具, ghz](https://ghz.sh/)
* [图形化的Grpc接口测试工具, bloomrpc](https://github.com/bloomrpc/bloomrpc)
* [Grpc调试工具, grpc-tools](https://github.com/bradleyjkemp/grpc-tools)## Kubernetes生态工具与服务
* [开源的Operator仓库, OperatorHub.io](https://operatorhub.io/)
* [Grpc Load Balancer with Kubernetes Resolver, kuberesolver](https://github.com/sercand/kuberesolver)## 软件工程
* [产品版本维护规范](https://semver.org/spec/v2.0.0.html)
* [更新日志维护规范](https://keepachangelog.com/zh-CN/0.3.0/)
* [Choose an open source license](https://choosealicense.com/)
* [在线测试网页加载性能](https://pagespeed.web.dev/)## Network Dev&Ops工具与服务
* [带图形显示的ping, gping](https://github.com/orf/gping)
* [网络性能观测工具, tcpprobe](https://github.com/mehrdadrad/tcpprobe)
* [TCP/UDP/SOCKETS等网络协议性能压测工具, netperf](https://github.com/HewlettPackard/netperf)
* [模拟非理想网络环境, tc](https://wiki.linuxfoundation.org/networking/netem)
* [Linux 'net top' tool, nethogs](https://github.com/raboof/nethogs)
* [展示某个网卡接口上带宽使用情况的工具, iftop](http://www.ex-parrot.com/pdw/iftop)
* [Linux network throughput benchmark tool, ntttcp-for-linux](https://github.com/microsoft/ntttcp-for-linux)
* [A TCP, UDP, and SCTP network bandwidth measurement tool, iperf3](https://github.com/esnet/iperf)
* [微软出品的网络性能测试工具, ethr](https://github.com/microsoft/ethr)
* [流量代理, anyproxy](http://anyproxy.io/)## GitHub生态圈工具与服务
* [GitHub代码搜索服务](https://github.com/search)
* [GitHub仓库加速下载服务](https://shrill-pond-3e81.hunsh.workers.dev/)
* [GitHub仓库代理下载服务](http://gitd.cc//)
* [Github加速神器](https://github.com/dotnetcore/FastGithub)
* [GitHub Actions工作流语法](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions)## Python生态圈Dev&Ops工具与服务
* [pip + virtualenv合体工具, pipenv](https://github.com/pypa/pipenv)
* [系统文件监控库, pyinotify](https://github.com/seb-m/pyinotify)
* [Python程序内存Profile工具, memory_profiler](https://github.com/pythonprofilers/memory_profiler)
* [CPU + GPU + Memory Profiler for Python, scalene](https://github.com/plasma-umass/scalene)
* [Line-by-Line Profiling for Python, line_profiler](https://github.com/pyutils/line_profiler)
* [Create Call Graphs for Python Programs, pycallgraph](https://github.com/gak/pycallgraph)
* [Matplotlib快查手册](https://github.com/matplotlib/cheatsheets)
* [useragent生成器, fake-useragent](https://github.com/hellysmile/fake-useragent)
* [Python Wrapper for tshark, pyshark](https://github.com/KimiNewt/pyshark)
* [Converts pictures into ASCII art, python-ascii_magic](https://github.com/LeandroBarone/python-ascii_magic)## Golang生态圈Dev&Ops工具与服务
* [Golang中国官方网站](https://golang.google.cn/)
* [Golang源中国区代理](https://goproxy.io/)
* [Golang版本管理工具, g](https://github.com/voidint/g)
* [Golang程序调试工具, dlv](https://github.com/go-delve/delve)
* [Goroutine泄漏检测工具, goleak](https://github.com/uber-go/goleak)
* [GC Trace数据实时可视化工具, gcvis](https://github.com/davecheney/gcvis)
* [Json转Golang结构体](http://json2struct.mervine.net/)
* [A Deep Pretty Printer for Go Data Structures, go-spew](https://github.com/davecgh/go-spew)
* [Thoughts on Go Performance Optimization](https://github.com/dgryski/go-perfbook)
* [Go + HTTP/2 Testing Server](https://http2.golang.org/)## C/C++生态圈Dev&Ops工具与服务
* [C++ Http/Https服务端/客户端开发库, cpp-httplib](https://github.com/yhirose/cpp-httplib)
* [内存泄露检测工具, valgrind](http://valgrind.org/)
* [gperftools by google](https://github.com/gperftools/gperftools)
* [gperftools heapprofile by google](https://gperftools.github.io/gperftools/heapprofile.html)
* [gperftools heap-checker by google](https://gperftools.github.io/gperftools/heap_checker.html)
* [gperftools cpuprofile by google](https://gperftools.github.io/gperftools/cpuprofile.html)
* [libunwind](http://download.savannah.gnu.org/releases/libunwind/)
* [modern-cpp系列, modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial)
* [modern-cpp系列, modern-cpp-features](https://github.com/AnthonyCalandra/modern-cpp-features)
* [modern-cpp系列, modern-cpp-template](https://github.com/filipdutescu/modern-cpp-template)
* [modern-cpp系列, cmake-examples](https://github.com/ttroy50/cmake-examples)
* [C++算法与数据结构手册](https://github.com/gibsjose/cpp-cheat-sheet)
* [Rust 培养提高计划](https://github.com/wubx/rust-in-databend)
* [A collection of resources on modern C++](https://github.com/rigtorp/awesome-modern-cpp)
* [A curated list of awesome C++ (or C) resources](https://github.com/fffaraz/awesome-cpp)
* [Asynchronous Programming with Seastar](http://docs.seastar.io/master/tutorial.html)
* [Learn to write an embedded OS in Rust](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)## Linux生态圈Dev&Ops工具与服务
* [Linux进程监控工具, noti](https://github.com/variadico/noti)
* [LinuxI/O测试工具, fio](https://github.com/axboe/fio)
* [Linux性能分析工具, perf](http://www.brendangregg.com/perf.html)
* [Linux非官方性能分析工具, perf-tools](https://github.com/brendangregg/perf-tools)
* [MySQL命令行自动补全/语法高亮工具, mycli](https://github.com/dbcli/mycli)
* [SQL for Humans™, records](https://github.com/kennethreitz/records)
* [SQL Linter for Humans™, sqlfluff](https://github.com/sqlfluff/sqlfluff)
* [Redis命令行自动补全/语法高亮工具, iredis](https://github.com/laixintao/iredis)
* [Docker可视化管理工具, scope](https://github.com/weaveworks/scope)
* [代码阅读工具, OpenGrok](https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok)
* [渗透测试工具](https://blackarch.org/sniffer.html)
* [Kafka Tool](https://www.kafkatool.com/)
* [Nginx辅助配置工具](https://github.com/digitalocean/nginxconfig.io)
* [Debugging with VSCode](https://code.visualstudio.com/docs/editor/debugging)
* [DB Browser for SQLite](https://sqlitebrowser.org/dl/)
* [多进程管理工具, goreman](https://github.com/mattn/goreman)
* [RealTime Metrics for Nginx Server, ngxtop](https://github.com/lebinh/ngxtop)
* [命令行压测工具, hyperfine](https://github.com/sharkdp/hyperfine)
* [system monitoring dashboard for terminal, gtop](https://github.com/aksakalli/gtop)
* [collaborative cheatsheets for console commands, tldr](https://github.com/tldr-pages/tldr)
* [a better 'df' alternative, duf](https://github.com/muesli/duf)
* [a better 'du' alternative, dust](https://github.com/bootandy/dust)
* [a better 'find' alternative, fd](https://github.com/sharkdp/fd)
* [a better 'grep' alternative, ripgrep](https://github.com/BurntSushi/ripgrep)
* [a random collection of Linux utilities](https://github.com/karelzak/util-linux)
* [a command-line fuzzy finder, fzf](https://github.com/junegunn/fzf)
* [the unorthodox terminal file manager, n³](https://github.com/jarun/nnn)
* [a new way to see and navigate directory trees, broot](https://github.com/Canop/broot)
* [mobile shell, mosh](https://mosh.org/)
* [a network filesystem client to connect to SSH servers, sshfs](https://github.com/libfuse/sshfs)
* [the fast, feature-rich, GPU based terminal emulator, kitty](https://sw.kovidgoyal.net/kitty/)
* [a tool that bootstraps your dotfiles, dotbot](https://github.com/anishathalye/dotbot)
* [log file navigator, lnav](https://github.com/tstack/lnav)
* [a GDB plug-in that makes debugging with GDB suck less, pwndbg](https://github.com/pwndbg/pwndbg)
* [finds bugs in your shell scripts, shellcheck](https://www.shellcheck.net/)
* [a top/htop alternative for GNU/Linux, glances](https://github.com/nicolargo/glances)
* [a top like UI used to show I/O, iotop](http://guichaz.free.fr/iotop/)
* [tool to impose load on and stress test systems, stress](https://linux.die.net/man/1/stress)
* [计算机教育中缺失的一课](https://missing-semester-cn.github.io/)
* [Open-Source Node System Framework](https://github.com/zenustech/zeno)
* [Tools to Bootstrap CAs, Certificate Requests, and Signed Certificates](https://github.com/square/certstrap)
* [Awesome Linux Software](https://github.com/luong-komorebi/Awesome-Linux-Software)
* [Linux Server Administration](https://github.com/livialima/linuxupskillchallenge)
* [Linux Tracing Workshops Materials](https://github.com/goldshtn/linux-tracing-workshop)
* [Flight Rules for Git](https://github.com/k88hudson/git-flight-rules)
* [MySQL Management Tools](https://github.com/pinterest/mysql_utils)
* [a chaos engineering experiment toolkit, chaosblade](https://github.com/chaosblade-io/chaosblade)
* [a resiliency tool that helps apps tolerate random instance failures, chaosmonkey](https://github.com/Netflix/chaosmonkey)
* [Tools for BPF-based Linux IO analysis, networking, monitoring, and more](https://github.com/iovisor/bcc)
* [Performance Ninja Class](https://github.com/dendibakh/perf-ninja)
* [Performance Analysis and Tuning on Modern CPU](https://github.com/dendibakh/perf-book)
* [CNCF Cloud Native Interactive Landscape](https://landscape.cncf.io/)
* [Toybox: all-in-one Linux command line](https://github.com/landley/toybox)## Linux生态圈用户工具
* [Linux上好用的Markdown工具, typora](https://typora.io/#linux)
* [Linux桌面便签小工具, indicator-stickynotes](https://github.com/umangv/indicator-stickynotes)
* [Linux上好用的homebrew](https://docs.brew.sh/Homebrew-on-Linux)
* [Linux上好用的密码管理工具](https://www.passwordstore.org/)
* [炫酷的命令行终端, Oh-My-Zsh](https://github.com/ohmyzsh/ohmyzsh)
* [Oh-My-Zsh主题列表](https://github.com/ohmyzsh/ohmyzsh/wiki/themes)
* [个人照片管理工具, photoprism](https://github.com/photoprism/photoprism)
* [好看的编程字体, FiraCode](https://github.com/tonsky/FiraCode)
* [将手写字体转换成精美的PDF, noteshrink](https://github.com/mzucker/noteshrink)
* [Vim自动配置工具, vimplus](https://github.com/chxuan/vimplus)
* [智能命令行跳转工具, autojump](https://github.com/wting/autojump)
* [高效绘制流程图, PlantUML](https://zhuanlan.zhihu.com/p/76948461)
* [终端操作录制工具, ttyrec](https://github.com/mjording/ttyrec)
* [Linux命令行搜索工具](https://wangchujiang.com/linux-command/)
* [Linux截图工具, flameshot](https://github.com/flameshot-org/flameshot)
* [Keep your application settings in sync, Mackup](https://github.com/lra/mackup)
* [Linux好用的流程图制作工具, Mermaid](https://github.com/mermaid-js/mermaid)
* [Linux好用的架构图制作工具, Diagrams](https://github.com/mingrammer/diagrams)
* [logos representing development languages and tools](https://github.com/devicons/devicon)
* [局域网文件传输工具, croc](https://github.com/schollz/croc)
* [IoT入门教程](https://github.com/microsoft/IoT-For-Beginners)
* [搭建私有VPN, algo](https://github.com/trailofbits/algo)
* [Digital-Privacy](https://github.com/ffffffff0x/Digital-Privacy)## 网页端工具
* [IP地址查询](https://www.ipaddress.com/)
* [IP地理位置查询](https://www.iplocation.net/ip-lookup)
* [Crontab辅助编写](https://tool.lu/crontab)
* [油管视频下载](https://en.savefrom.net/1-youtube-video-downloader-1/)
* [谷歌提供的数据集搜索工具](https://datasetsearch.research.google.com/)
* [iPhone/iPad文件传输工具](https://docstransfer.com/)
* [各种语种的停词查询](https://www.ranks.nl/stopwords)
* [好看的英文字体生成工具](http://www.akuziti.com/yw/hk.php)
* [Unix时间戳换算工具](https://www.unixtimestamp.com/)
* [检查网页是否被压缩](http://www.gidnetwork.com/tools/gzip-test.php)
* [Mac端软件下载](https://www.macbl.com/)
* [图片base64转码](http://tool.chinaz.com/tools/imgtobase/)
* [显卡性能查询](https://www.mydrivers.com/zhuanti/tianti/gpu/index.html)
* [教你如何编写高大上的README](https://gist.github.com/fvcproductions/1bfc2d4aecb01a834b46)
* [局域网文件传输工具](https://github.com/claudiodangelis/qr-filetransfer)
* [图片裁剪工具](https://www.iloveimg.com/crop-image)
* [Nvidia镜像制作](https://gitlab.com/nvidia/container-images/cuda)
* [ROMs下载](https://www.downloadroms.io/roms/gameboy/)
* [中国传统颜色手册](https://colors.ichuantong.cn/)
* [中文NLP资源库](https://github.com/fighting41love/funNLP)
* [草料二维码生成器](https://cli.im)
* [Geohash Converter](http://geohash.co/)
* [SQL保留的关键词查询](https://www.drupal.org/node/141051)
* [肯搜编程词典](https://consoledict.com/)
* [验证正则表达式](https://regex101.com/r/qqbZqh/2)
* [Raspberry Pi](https://www.hackster.io/raspberry-pi/projects?page=6)
* [If This Then That](https://ifttt.com/)
* [Flow Browser](https://www.ekioh.com/flow-browser/)
* [Image Color Picker](https://pinetools.com/image-color-picker)
* [UNP在线阅读笔记](https://notes.shichao.io/unp/)
* [《High Performance Browser Networking》在线阅读书记](https://hpbn.co/)
* [Linux内核源码在线阅读](https://elixir.bootlin.com/linux/v5.2-rc7/source)
* [MIT Software Construction Course](http://web.mit.edu/6.005/www/fa15/)
* [Linux kernel Resources](https://makelinux.github.io/kernel/)
* [Some useful websites for programmers](https://github.com/sdmg15/Best-websites-a-programmer-should-visit)
* [Free Online File Converter](https://www.online-convert.com/)