Friday, 28 June 2024
Interesting Snippets from 2024-06-28
-
GitHub - boustrophedon/pgtemp: Rust library and daemon for easily starting postgres databases per-test without Docker
pgtemp is a Rust library and cli tool that allows you to easily create temporary PostgreSQL servers for testing without using Docker. The pgtemp Rust library allows you to spawn a PostgreSQL server in a temporary directory and get back a full connection URI with the host, port, username, and password. The pgtemp cli tool allows you to even more simply make temporary connections, and works with any language: Run pgtemp and then use its connection URI when connecting to the database in your tests. pgtemp will then spawn a new postgresql process for each connection it receives and transparently proxy everything over that connection to the temporary database. Note that this means when you make multiple connections in a single test, changes made in one connection will not be visible in the other connections, unless you are using pgtemp's --single mode.
Interesting Snippets from 2024-06-26
-
GitHub - eranium/device-identification-standard: An open and standardized way to name your devices like network equipment, network tools, hypervisors, looking glasses and PTRs.
An open and standardized way to name and identify your devices like network equipment, network tools, hypervisors, looking glasses and PTRs.
-
GitHub - joknarf/pgtree
Unix process hierachy tree display for specific processes (kind of mixed pgrep + pstree)
Interesting Snippets from 2024-06-22
-
GitHub - goksan/statusnook: Effortlessly deploy a status page and start monitoring endpoints in minutes
Effortlessly deploy a status page and start monitoring endpoints in minutes
Interesting Snippets from 2024-06-18
-
Free Remote IT Management for Free for Up to 100 Endpoints
Action1 Corporation, provider of the #1 secure and easy-to-use remote monitoring and management (RMM) cloud platform, today announced that its modern solution is available to organizations and MSPs for up to 100 endpoints for free forever.
Interesting Snippets from 2024-06-17
-
GitHub - Ylianst/MeshCentral: A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
MeshCentral is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. Once you get the server started, create device group and download and install an agent on each computer you want to manage. A minute later, the new computer will show up on the web site and you can take control of it. MeshCentral includes full web-based remote desktop, terminal and file management capability.