HTTPie
A command-line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. HTTPie is designed for testing, debugging, and generally interacting with APIs & HTTP servers. The http & https commands allow for creating and sending arbitrary HTTP requests. They use simple and natural syntax and provide formatted and colorized output.
🔗 https://httpie.io/cli
🌐 https://github.com/httpie/cli
#opensource #dev #sysadmin #web #http #api #python #tool #httpclient
A command-line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. HTTPie is designed for testing, debugging, and generally interacting with APIs & HTTP servers. The http & https commands allow for creating and sending arbitrary HTTP requests. They use simple and natural syntax and provide formatted and colorized output.
#opensource #dev #sysadmin #web #http #api #python #tool #httpclient
Please open Telegram to view this post
VIEW IN TELEGRAM
diskonaut
A terminal disk space navigator. Similar to dust [ByteCrawl/56] and TreeSize [ByteCrawl/143].
Diskonaut scans a path on your system and indexes its metadata to memory so that you could explore its contents (even while still scanning!).
Once completed, you can navigate through subfolders, getting a visual treemap representation of what's taking up your disk space. You can even delete files or folders and diskonaut will track how much space you've freed up in this session.
🌐 https://github.com/imsnif/diskonaut
#opensource #rust #diskspace #housekeeping #cli #tui
A terminal disk space navigator. Similar to dust [ByteCrawl/56] and TreeSize [ByteCrawl/143].
Diskonaut scans a path on your system and indexes its metadata to memory so that you could explore its contents (even while still scanning!).
Once completed, you can navigate through subfolders, getting a visual treemap representation of what's taking up your disk space. You can even delete files or folders and diskonaut will track how much space you've freed up in this session.
#opensource #rust #diskspace #housekeeping #cli #tui
Please open Telegram to view this post
VIEW IN TELEGRAM
Darknet Diaries
A podcast about hackers, breaches, shadow government activity, hacktivism, cybercrime, and all the things that dwell on the hidden parts of the network. This is Darknet Diaries.
🔗 https://darknetdiaries.com/
🌐 https://spoti.fi/darknetdiaries
🍏 https://apple.co/darknetdiaries
#podcast #cyber #cybersecurity #itsec
A podcast about hackers, breaches, shadow government activity, hacktivism, cybercrime, and all the things that dwell on the hidden parts of the network. This is Darknet Diaries.
#podcast #cyber #cybersecurity #itsec
Please open Telegram to view this post
VIEW IN TELEGRAM
❤6🔥2
sniffnet
Application to comfortably monitor your Internet traffic. Multithreaded, cross-platform, reliable. Whether you want to gather statistics, or you need to inspect more in depth what's going on in your network, this app will get you covered.
🔗 https://sniffnet.net
🌐 https://github.com/GyulyVGC/sniffnet
#opensource #rust #network #security #utility #crossplatform #firewall
Application to comfortably monitor your Internet traffic. Multithreaded, cross-platform, reliable. Whether you want to gather statistics, or you need to inspect more in depth what's going on in your network, this app will get you covered.
#opensource #rust #network #security #utility #crossplatform #firewall
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
Bun
A new JavaScript runtime built from scratch to serve the modern JavaScript ecosystem. It has three major design goals: Speed, Elegant APIs, Cohesive DX. Bun is designed as a drop-in replacement for Node.js. It natively implements hundreds of Node.js and Web APIs, including fs, path, Buffer and more.
The goal of Bun is to run most of the world's server-side JavaScript and provide tools to improve performance, reduce complexity, and multiply developer productivity. It replaces a lot of tooling, such as Nodejs, transpilers, bundlers, packet managers and testing libraries.
🔗 https://bun.sh
🌐 https://github.com/oven-sh/bun
#opensource #javascript #js #dev #runtime #nodejs
A new JavaScript runtime built from scratch to serve the modern JavaScript ecosystem. It has three major design goals: Speed, Elegant APIs, Cohesive DX. Bun is designed as a drop-in replacement for Node.js. It natively implements hundreds of Node.js and Web APIs, including fs, path, Buffer and more.
The goal of Bun is to run most of the world's server-side JavaScript and provide tools to improve performance, reduce complexity, and multiply developer productivity. It replaces a lot of tooling, such as Nodejs, transpilers, bundlers, packet managers and testing libraries.
#opensource #javascript #js #dev #runtime #nodejs
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2👍2
Malcat
A feature-rich hexadecimal editor / disassembler for Windows and Linux targeted to IT-security professionals.
Inspect more than 40 binary file formats, dissassemble and decompile different CPU architectures, extract embedded files and scan for Yara signatures or anomalies in a fast and easy-to-use graphical interface. Malcat is also heavily customizable and scriptable using python.
https://malcat.fr
#malware #infosec #analysis #debug #tool #reversing
A feature-rich hexadecimal editor / disassembler for Windows and Linux targeted to IT-security professionals.
Inspect more than 40 binary file formats, dissassemble and decompile different CPU architectures, extract embedded files and scan for Yara signatures or anomalies in a fast and easy-to-use graphical interface. Malcat is also heavily customizable and scriptable using python.
https://malcat.fr
#malware #infosec #analysis #debug #tool #reversing
❤1
Ventoy
An open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and ventoy will give you a boot menu to select them.
🔗 https://www.ventoy.net/en/index.html
🌐 https://github.com/ventoy/Ventoy
#sysadmin #usb #tool #util #boot #multiboot #installer #iso #uefi #bios #bootloader
An open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and ventoy will give you a boot menu to select them.
#sysadmin #usb #tool #util #boot #multiboot #installer #iso #uefi #bios #bootloader
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4
explainshell
a tool (with a web interface) capable of parsing man pages, extracting options and explaining a given command-line by matching each argument to the relevant help text in the man page. Contains 29761 parsed manpages from sections 1 and 8 found in Ubuntu's manpage repository (=all available pages).
https://explainshell.com/
https://github.com/idank/explainshell
#unix #shell #sysadmin #tool #python #web #knowledge #opensource
a tool (with a web interface) capable of parsing man pages, extracting options and explaining a given command-line by matching each argument to the relevant help text in the man page. Contains 29761 parsed manpages from sections 1 and 8 found in Ubuntu's manpage repository (=all available pages).
https://explainshell.com/
https://github.com/idank/explainshell
#unix #shell #sysadmin #tool #python #web #knowledge #opensource
🔥5👍1
Eraser
The Whiteboard for Engineerint Teams. Create diagrams, wireframes, technical specs with your team. Your all-in-one technical ideation tool. It enables developers to create docs and diagrams at the speed of thought via a minimal UI, keyboard-driven flows, markdown, and diagram-as-code.
https://app.eraser.io
#diagram #graph #web #tool
The Whiteboard for Engineerint Teams. Create diagrams, wireframes, technical specs with your team. Your all-in-one technical ideation tool. It enables developers to create docs and diagrams at the speed of thought via a minimal UI, keyboard-driven flows, markdown, and diagram-as-code.
https://app.eraser.io
#diagram #graph #web #tool
🤓2
Unraid
A multi purpose server OS, that's mostly used for NAS. The drive management makes it super simple to setup a network share. Since it does not use RAID (hence the name), it makes resizing an array and adding new drives extremely simple. Running docker containers or VMs on unraid is also simple (e.g. by using their content store), which makes it a great place to host your home automation software, password manager, media center, minecraft server, vpn and everything else. Paid software, but one time payments, no subscriptions.
https://unraid.net/
#nas #storage #backup #homelab #server #selfhosted #shareware
A multi purpose server OS, that's mostly used for NAS. The drive management makes it super simple to setup a network share. Since it does not use RAID (hence the name), it makes resizing an array and adding new drives extremely simple. Running docker containers or VMs on unraid is also simple (e.g. by using their content store), which makes it a great place to host your home automation software, password manager, media center, minecraft server, vpn and everything else. Paid software, but one time payments, no subscriptions.
https://unraid.net/
#nas #storage #backup #homelab #server #selfhosted #shareware
IT-Tools
Collection of handy online tools for developers, with great UX. Similar to CyberChef [ByteCrawl/85] but much more narrow.
https://it-tools.tech/
https://github.com/CorentinTh/it-tools
#sysadmin #tools #web #opensource
Collection of handy online tools for developers, with great UX. Similar to CyberChef [ByteCrawl/85] but much more narrow.
https://it-tools.tech/
https://github.com/CorentinTh/it-tools
#sysadmin #tools #web #opensource
Insomnia
An open-source, cross-platform API client for GraphQL, REST, WebSockets, Server-sent events and gRPC. Great OSS alternative to Postman or Hoppscotch [ByteCrawl/29].
https://insomnia.rest/
https://github.com/Kong/insomnia
#web #api #httpclient #websocket #curl #opensource
An open-source, cross-platform API client for GraphQL, REST, WebSockets, Server-sent events and gRPC. Great OSS alternative to Postman or Hoppscotch [ByteCrawl/29].
https://insomnia.rest/
https://github.com/Kong/insomnia
#web #api #httpclient #websocket #curl #opensource
❤3👍1
Discohook
A free tool that allows you to personalise your server to make your server stand out from the crowd. The main way it does this is using webhooks, which allows services like Discohook to send any messages with embeds to your server.
https://discohook.org/
https://github.com/discohook/
#discord #personalization #community #web
A free tool that allows you to personalise your server to make your server stand out from the crowd. The main way it does this is using webhooks, which allows services like Discohook to send any messages with embeds to your server.
https://discohook.org/
https://github.com/discohook/
#discord #personalization #community #web
👍1
Spacedrive
An open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. Organize files across many devices in one place. From cloud services to offline hard drives, Spacedrive combines the storage capacity and processing power of your devices into one personal distributed cloud, that is both secure and intuitive to use.
https://www.spacedrive.com/
https://github.com/spacedriveapp/spacedrive
#opensource #rust #sysadmin #file #explorer
An open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. Organize files across many devices in one place. From cloud services to offline hard drives, Spacedrive combines the storage capacity and processing power of your devices into one personal distributed cloud, that is both secure and intuitive to use.
https://www.spacedrive.com/
https://github.com/spacedriveapp/spacedrive
#opensource #rust #sysadmin #file #explorer
❤2⚡1
Atuin
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
https://atuin.sh/
https://github.com/atuinsh/atuin
#opensource #shell #tool #sysadmin
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
https://atuin.sh/
https://github.com/atuinsh/atuin
#opensource #shell #tool #sysadmin
SigNoz
An open-source Application Performance Monitoring tool. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. It is able to handle logs, metrics, traces. Can automatically record exceptions in Python, Java, Ruby, and Javascript.
🔗 https://signoz.io
🌐 https://github.com/SigNoz/signoz
#opensource #go #golang #react #monitoring #metrics #performance #selfhosted #web
An open-source Application Performance Monitoring tool. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. It is able to handle logs, metrics, traces. Can automatically record exceptions in Python, Java, Ruby, and Javascript.
#opensource #go #golang #react #monitoring #metrics #performance #selfhosted #web
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
Snippet Box
A simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. With built-in Markdown support, Snippet Box makes it very easy to add notes or simple documentation to your code.
🌐 https://github.com/pawelmalak/snippet-box
#opensource #nodejs #web #code #organization #selfhosted
A simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. With built-in Markdown support, Snippet Box makes it very easy to add notes or simple documentation to your code.
#opensource #nodejs #web #code #organization #selfhosted
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
Watchtower
With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry.
Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.
🔗 https://containrrr.dev/watchtower/
🌐 https://github.com/containrrr/watchtower
#opensource #sysadmin #go #golang #docker #update #automation
With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry.
Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.
#opensource #sysadmin #go #golang #docker #update #automation
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2🏆2
jq
Like
It helps you to easily extract values from json APIs via the command line.
🔗 https://jqlang.github.io/jq
🌐 https://github.com/jqlang/jq
#opensource #sysadmin #json #cli
Like
sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.It helps you to easily extract values from json APIs via the command line.
#opensource #sysadmin #json #cli
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
lynis
A battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your systems to support system hardening and compliance testing. The project is open source software with the GPL license and available since 2007.
🔗 https://cisofy.com/lynis
🌐 https://github.com/CISOfy/lynis
#opensource #bash #linux #vulnerabilities #vulnscanner #security #audit #hardening
A battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your systems to support system hardening and compliance testing. The project is open source software with the GPL license and available since 2007.
#opensource #bash #linux #vulnerabilities #vulnscanner #security #audit #hardening
Please open Telegram to view this post
VIEW IN TELEGRAM
👎1
Oort
A "programming game" where you write Rust code to control a fleet of spaceships. Your code is responsible for the engines, weapons, radar, and communications of ships ranging from tiny missiles to massive cruisers.
🔗 https://oort.rs
🌐 https://github.com/rlane/oort3
#opensource #game #programming #rust #learning
A "programming game" where you write Rust code to control a fleet of spaceships. Your code is responsible for the engines, weapons, radar, and communications of ships ranging from tiny missiles to massive cruisers.
#opensource #game #programming #rust #learning
Please open Telegram to view this post
VIEW IN TELEGRAM
❤3