Byte Crawl
258 subscribers
325 photos
2 videos
329 links
Tech news, cool tools & projects, infosec and more. Everything is hand-picked and I try to post some new stuff every two days (depending on how much new stuff I found).

Operated by @d_Rickyy_b
Download Telegram
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
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
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2πŸ†2
jq

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.

πŸ”— https://jqlang.github.io/jq
🌐 https://github.com/jqlang/jq

#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
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
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3
Privacy Badger

A browser extension that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. If an advertiser seems to be tracking you across multiple websites without your permission, Privacy Badger automatically blocks that advertiser from loading any more content in your browser. To the advertiser, it’s like you suddenly disappeared.

πŸ”— https://privacybadger.org
🌐 https://github.com/EFForg/privacybadger

#opensource #addon #extension #browser #privacy #tracking
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4
miniserve

A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP. Sometimes this is just a more practical and quick way than doing things properly. Nice alternative to python -m SimpleHTTPServer.

🌐 https://github.com/svenstaro/miniserve

#opensource #rust #server #cli #http #fileserver #web
Please open Telegram to view this post
VIEW IN TELEGRAM
😁1
jless

A command-line JSON viewer. Use it as a replacement for whatever combination of less, jq, cat and your editor you currently use for viewing JSON files. It is written in Rust and can be installed as a single standalone binary.
Currently supported are linux and macOS.

πŸ”— https://jless.io/
🌐 https://github.com/PaulJuliusMartinez/jless

#opensource #macos #linux #rust #json #sysadmin #cli
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯2
Pipr

A commandline pipe-building tool, written in Rust! It can automatically evaluate the pipeline you're editing in the background, showing you the results as you go. This makes writing complex sed and awk chains a lot easier, as you'll immediately see what they do.

🌐 https://github.com/Elkowar/pipr

#opensource #rust #cli #tui #linux #pipe #sysadmin #tool
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1
Have I been pwned

Check if your email address is in a data breach. HIBP collects data from data breaches and makes them searchable. You can enter your own email address to check if your data is contained in a data breach.

πŸ”— https://haveibeenpwned.com/

#security #email #dataleak #phishing #hack #breach
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1😱1🀩1πŸ†1
css.gg

A collection of 700+ open-source CSS, SVG and Figma UI Icons. Available in SVG Sprite, styled-components, NPM & API.

https://css.gg/
https://github.com/astrit/css.gg

#opensource #css #icons #figma #ui #web #frontend
πŸ‘1
Apache Superset

An open-source modern data exploration and visualization platform. Fast, lightweight, intuitive, and loaded with options that make it easy for users of all skill sets to explore and visualize their data, from simple line charts to highly detailed geospatial charts.

https://superset.apache.org/
https://github.com/apache/superset

#opensource #graphing #graph #python #web #dataanalysis #bigdata #apache
πŸ”₯3πŸ‘1
AdGuard

A network-wide software for blocking ads and tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.

It operates as a DNS server that re-routes tracking domains to a β€œblack hole”, thus preventing your devices from connecting to those servers.

https://adguard.com/en/adguard-home/overview.html
https://github.com/AdguardTeam/AdGuardHome

#opensource #go #golang #dns #ads #adblocker #privacy
❀2
Mailu

A simple yet full-featured mail server as a set of Docker images. The project aims at providing people with an easily setup, easily maintained and full-featured mail server while not shipping proprietary software nor unrelated features often found in popular groupware.

It makes running and maintaining a mail server really easy.

https://mailu.io/2.0/
https://github.com/Mailu/Mailu

#opensource #docker #mail #python #imap #stmp #dkim #dmarc #email
❀1πŸ‘1
Renderdoc

A frame-capture based graphics debugger, currently available for Vulkan, D3D11, D3D12, OpenGL, and OpenGL ES development on Windows, Linux, Android, and Nintendo Switchβ„’. It is completely open-source under the MIT license.

https://renderdoc.org/
https://github.com/baldurk/renderdoc

#opensource #debugger #graphics #opengl #vulkan #directx #game #gaming
tailspin

A log file highlighter. tailspin works by reading through a log file line by line, running a series of regexes against each line. The regexes recognize patterns like dates, numbers, severity keywords and more.

https://github.com/bensadeh/tailspin

#opensource #rust #log #logfile #colors #syntax #highlighter #rust #sysadmin
πŸ‘4
Linkwarden

A self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. The objective is to organize useful webpages and articles you find across the web in one place, and since useful webpages can go away (see the inevitability of Link Rot), Linkwarden also saves a copy of each webpage as a Screenshot and PDF, ensuring accessibility even if the original content is no longer available.

https://linkwarden.app/
https://github.com/linkwarden/linkwarden

#opensource #selfhosted #archive #bookmark
❀4
Johnny.Decimal

A system to organise projects. The purpose of Johnny.Decimal is simple. It enables you to: find things quicker, with less stress, and more confidence than you can today. The system enables you to sort e-mails, files, or other data into areas and categories. Each element is given an ID (a Johnny.Decimal) which looks like this: 22.01.

https://johnnydecimal.com/10-19-concepts/11-core/11.01-introduction/

#article #data #organization #efficiency
πŸ‘1
YouTube Spammer Purge

A tool that allows you to filter and search for spammer comments on your channel and other's channel(s) in many different ways AND delete/report them all at once.

https://github.com/ThioJoe/YT-Spammer-Purge

Also check the videos from MKBHD and LTT.

#opensource #python #spam #scam #youtube #tool
πŸ‘3
Json Crack

Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.

https://jsoncrack.com/editor
https://github.com/AykutSarac/jsoncrack.com

#opensource #visualization #productivity #json #react #web
πŸ”₯4
Yet-Another-Bench-Script (yabs.sh)

This script throws together and automates the execution of the best benchmarking tools of the biz. Included are several tests to check the performance of critical areas of a server: disk performance with fio, network performance with iperf3, and CPU/memory performance with Geekbench.

🌐 https://github.com/masonr/yet-another-bench-script

#opensource #shell #script #benchmark #performance #linux #sysadmin
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM