bat
A cat clone with wings, supporting syntax highlighting and Git integration, written in rust.
π https://github.com/sharkdp/bat
#opensource #sysadmin #tool #utility #rust
A cat clone with wings, supporting syntax highlighting and Git integration, written in rust.
#opensource #sysadmin #tool #utility #rust
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
skim
A fuzzy finder written in rust. Quickly find files by name or content with extensive search syntax. Even comes with a file preview feature right in your shell.
π https://github.com/lotabout/skim
#opensource #sysadmin #rust #productivity #tool #utility
A fuzzy finder written in rust. Quickly find files by name or content with extensive search syntax. Even comes with a file preview feature right in your shell.
#opensource #sysadmin #rust #productivity #tool #utility
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Trippy
A network diagnostic tool, inspired by mtr. Trippy combines the functionality of traceroute and ping and is designed to assist with the diagnosis of network issues.
π https://github.com/fujiapple852/trippy
#opensource #tool #utility #network #rust #sysadmin
A network diagnostic tool, inspired by mtr. Trippy combines the functionality of traceroute and ping and is designed to assist with the diagnosis of network issues.
#opensource #tool #utility #network #rust #sysadmin
Please open Telegram to view this post
VIEW IN TELEGRAM
ripgrep (rg)
ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. It's similar to other popular search tools like The Silver Searcher, ack and grep. Probably the fastest grep alternative out there (5-8x faster than GNU grep).
π https://blog.burntsushi.net/ripgrep/
π https://github.com/BurntSushi/ripgrep
#opensource #tool #utility #rust #sysadmin
ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. It's similar to other popular search tools like The Silver Searcher, ack and grep. Probably the fastest grep alternative out there (5-8x faster than GNU grep).
#opensource #tool #utility #rust #sysadmin
Please open Telegram to view this post
VIEW IN TELEGRAM
fd
fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.
π https://github.com/sharkdp/fd
#opensource #sysadmin #rust #tool #utility
fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.
#opensource #sysadmin #rust #tool #utility
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - sharkdp/fd: A simple, fast and user-friendly alternative to 'find'
A simple, fast and user-friendly alternative to 'find' - sharkdp/fd
This media is not supported in your browser
VIEW IN TELEGRAM
navi
An interactive cheatsheet tool for the command-line. navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list.
π https://github.com/denisidoro/navi
#opensource #rust #sysadmin #cli #cheatsheet
An interactive cheatsheet tool for the command-line. navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list.
#opensource #rust #sysadmin #cli #cheatsheet
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1
Microsoft PowerToys
A set of utilities for power users to tune and streamline their Windows experience for greater productivity. It offers unique features such as
- Always on Top
- FancyZones
- PowerToys Run
- PowerRename
- File Locksmith
I mostly use FancyZones in order to quickly arrange my open Windows in a way I prefer.
π https://github.com/microsoft/PowerToys
#opensource #tool #windows #utility #productivity
A set of utilities for power users to tune and streamline their Windows experience for greater productivity. It offers unique features such as
- Always on Top
- FancyZones
- PowerToys Run
- PowerRename
- File Locksmith
I mostly use FancyZones in order to quickly arrange my open Windows in a way I prefer.
#opensource #tool #windows #utility #productivity
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯3π1
What-The-Format?
What-The-Format interprets numbers and codes you can find in the wild, and says which bits are which.
https://format.wtf
#tool #utility
What-The-Format interprets numbers and codes you can find in the wild, and says which bits are which.
https://format.wtf
#tool #utility
Motion Canvas
Motion Canvas is two things:
β’ A TypeScript library that uses generators to program animations.
β’ An editor providing a real-time preview of said animations.
It's a specialized tool designed to create informative vector animations and synchronize them with voice-overs.
Example video created with Motion Canvas (by the developer himself): https://youtu.be/R6vQ9VmMz2w
π https://motioncanvas.io/
π https://github.com/motion-canvas/motion-canvas
#opensource #web #tool #js #videoediting #media #video #editor
Motion Canvas is two things:
β’ A TypeScript library that uses generators to program animations.
β’ An editor providing a real-time preview of said animations.
It's a specialized tool designed to create informative vector animations and synchronize them with voice-overs.
Example video created with Motion Canvas (by the developer himself): https://youtu.be/R6vQ9VmMz2w
#opensource #web #tool #js #videoediting #media #video #editor
Please open Telegram to view this post
VIEW IN TELEGRAM
Region to Share
A helper application to share only a region of a screen via video conference apps that only support either full screen or single window like e.g. Teams, WebEx, etc.
π https://apps.microsoft.com/store/detail/region-to-share/9N4066W2R5Q4
π https://github.com/tom-englert/RegionToShare
#opensource #tool #utility #windows #meeting #screen
A helper application to share only a region of a screen via video conference apps that only support either full screen or single window like e.g. Teams, WebEx, etc.
#opensource #tool #utility #windows #meeting #screen
Please open Telegram to view this post
VIEW IN TELEGRAM
π1
Turn down for what JS
Turn any website down for what.
π https://nthitz.github.io/turndownforwhatjs/
#aprilfools
Turn any website down for what.
#aprilfools
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1
Wat
A short, funny lightning talk from 2012 about weird programming language (ruby, javascript) behavior
π https://www.destroyallsoftware.com/talks/wat
#talk #javascript #ruby
A short, funny lightning talk from 2012 about weird programming language (ruby, javascript) behavior
#talk #javascript #ruby
Please open Telegram to view this post
VIEW IN TELEGRAM
exa
exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And itβs small, fast, and just one single binary.
π https://the.exa.website
π https://github.com/ogham/exa
#opensource #rust #sysadmin #tool #utility
exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And itβs small, fast, and just one single binary.
#opensource #rust #sysadmin #tool #utility
Please open Telegram to view this post
VIEW IN TELEGRAM
Dumb Password Rules
With all the current breaches and account compromises, there are still websites with horrible password policies. This site is a compiliation of sites with dumb password rules.
π https://dumbpasswordrules.com
π https://github.com/duffn/dumb-password-rules
#opensource #password #security #web
With all the current breaches and account compromises, there are still websites with horrible password policies. This site is a compiliation of sites with dumb password rules.
#opensource #password #security #web
Please open Telegram to view this post
VIEW IN TELEGRAM
MapChecking
Open source crowd counting tool for fact-checking the maximum number of people standing in a given area.
π https://www.mapchecking.com
π https://github.com/paraboul/mapchecking
#opensource #web #tool #research
Open source crowd counting tool for fact-checking the maximum number of people standing in a given area.
#opensource #web #tool #research
Please open Telegram to view this post
VIEW IN TELEGRAM
SadServers
Capture The Flag challenges for sysadmins. Currently offers 20 challenges in different difficulty levels and regarding a wide variety of topics. Great for testing your Linux troubleshooting skills.
π https://sadservers.com
π https://github.com/fduran/sadservers
#opensource #linux #ctf #sysadmin #devops #training
Capture The Flag challenges for sysadmins. Currently offers 20 challenges in different difficulty levels and regarding a wide variety of topics. Great for testing your Linux troubleshooting skills.
#opensource #linux #ctf #sysadmin #devops #training
Please open Telegram to view this post
VIEW IN TELEGRAM
Plausible
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
π https://plausible.io
π https://github.com/plausible/analytics
#web #analytics #privacy #statistics #opensource
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
#web #analytics #privacy #statistics #opensource
Please open Telegram to view this post
VIEW IN TELEGRAM
Firecracker
Firecracker is an open source virtualization technology that is purpose-built for creating and managing secure, multi-tenant container and function-based services that provide serverless operational models. Firecracker runs workloads in lightweight virtual machines, called microVMs, which combine the security and isolation properties provided by hardware virtualization technology with the speed and flexibility of containers.
https://firecracker-microvm.github.io/
https://github.com/firecracker-microvm/firecracker
#opensource #rust #aws #serverless #lambda #linux
Firecracker is an open source virtualization technology that is purpose-built for creating and managing secure, multi-tenant container and function-based services that provide serverless operational models. Firecracker runs workloads in lightweight virtual machines, called microVMs, which combine the security and isolation properties provided by hardware virtualization technology with the speed and flexibility of containers.
https://firecracker-microvm.github.io/
https://github.com/firecracker-microvm/firecracker
#opensource #rust #aws #serverless #lambda #linux
gitignore.io
gitignore.io is a web service designed to help you create .gitignore files for your Git repositories. The site has a graphical and command line method of creating a .gitignore for your operating system, programming language, or IDE.
π https://gitignore.io
π https://github.com/toptal/gitignore.io
#opensource #developers #git #tool #utility
gitignore.io is a web service designed to help you create .gitignore files for your Git repositories. The site has a graphical and command line method of creating a .gitignore for your operating system, programming language, or IDE.
#opensource #developers #git #tool #utility
Please open Telegram to view this post
VIEW IN TELEGRAM
filescan.io
A Next-Gen Sandbox and free malware analysis service. Operating at 10x speed compared to traditional sandboxes with 90% less resource usage, its unique adaptive threat analysis technology also enables zero-day malware detection and more Indicator of Compromise (IOCs) extraction.
π https://www.filescan.io/scan
#closedsource #malware #analysis #sandbox #security #api #web #tool
A Next-Gen Sandbox and free malware analysis service. Operating at 10x speed compared to traditional sandboxes with 90% less resource usage, its unique adaptive threat analysis technology also enables zero-day malware detection and more Indicator of Compromise (IOCs) extraction.
#closedsource #malware #analysis #sandbox #security #api #web #tool
Please open Telegram to view this post
VIEW IN TELEGRAM