Tuesday, 27 June 2023
Interesting Snippets from 2023-06-27
-
GitHub - visioncortex/vtracer: Raster to Vector Graphics Converter
visioncortex VTracer is an open source software to convert raster images (like jpg & png) into vector graphics (svg). It can vectorize graphics and photographs and trace the curves to output compact vector files.
Interesting Snippets from 2023-06-22
-
GitHub - plankanban/planka
The realtime kanban board for workgroups built with React and Redux. Self hosted Trello.
Interesting Snippets from 2023-06-17
-
IODA | Acknowledgements
IODA (Internet Outage Detection and Analysis) is a project that originally began at CAIDA at the University of California San Diego (see also the Acknowledgements page). Since 2022 the project continues at the Georgia Institute of Technology.
Interesting Snippets from 2023-06-11
-
GitHub - jakejarvis/awesome-shodan-queries
🔍 A collection of interesting, funny, and depressing search queries to plug into shodan.io 👩💻 Over time, I've collected an assortment of interesting, funny, and depressing search queries to plug into Shodan, the (literal) internet search engine. Some return facepalm-inducing results, while others return serious and/or ancient vulnerabilities in the wild.
-
GitHub - chocolatey/boxstarter
Repeatable, reboot resilient windows environment installations made easy using Chocolatey packages
-
deSEC – Free Secure DNS
deSEC is a free DNS hosting service, designed with security in mind. Running on open-source software and supported by SSE, deSEC is free for everyone to use.
Interesting Snippets from 2023-06-10
-
GitHub - zix99/traefik-lazyload: A small traefik/docker wrapper to load and unload containers on-demand to save resources
It works by acting as the fallback-route for the containers. For instance, if you have example.com as a container you want to lazy-load, you add the container, as well as this lazyloader that would act as a lower-priority router for the same route. If the host is accessed, the lazyloader will work to boot up the container and redirect the user as soon as it's responsive. It then monitors the container's network interface. If the network is idle for X minutes, it will stop the container.
-
GitHub - pglombardo/PasswordPusher
Password Pusher is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. Hosted at pwpush.com but you can also easily run your own private instance with just a few steps. Track who, what and when.