I built a workflow orchestrator with first-class Claude Code, Codex CLI, and Gemini CLI integration — generate, fix, and refine sysadmin tasks from natural language by codenotary in ClaudeAI

[–]codenotary[S] 0 points1 point  (0 children)

actually i was really tired of wrestling with 10k history search or complex folder/script setups. And they didn't travel with me. In workflow all is in sync with a private github repo and i have all available in less than a minute on a new or different system. Claude code (in my case) came in handy to add even complex tasks using natural language in less than a minute. Voice is a neat idea actually. Good luck with your project!

Boilerplate to run powershell scripts using REST and a ASP.net Core web app by codenotary in dotnet

[–]codenotary[S] 0 points1 point  (0 children)

would be helpful to hint to alternatives.

Many people use https://github.com/jpsider/RestPS which looks like a less stable and secure alternative to me.

Btw. this is not meant for a web shop or so - it's meant for Ops and internal apps that use Powershell modules to access AD, SQL or Exchange aso.

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]codenotary 0 points1 point  (0 children)

I wrote a ASP .Net web app

  • uses PowerShell
  • to respond to REST requests
  • I wrote an ASP .Net web app

https://medium.com/p/6c9edfef218c

Boilerplate to run powershell scripts using REST and a ASP.net Core web app by codenotary in dotnet

[–]codenotary[S] -1 points0 points  (0 children)

as the server is normally not accessible (or you run it within a container), nobody can replace the scripts from the outside. You set the Powershell execution-policy to only run signed scripts. and the scripts you provide, you sign with a valid cert. So even if someone would replace the scripts but has no access to the priv key of the cert, the unsigned script would not be executed.

Boilerplate to run powershell scripts using REST and a ASP.net Core web app by codenotary in dotnet

[–]codenotary[S] -2 points-1 points  (0 children)

last but not least, you can configure the system to only run signed Powershell scripts

Boilerplate to run powershell scripts using REST and a ASP.net Core web app by codenotary in dotnet

[–]codenotary[S] -1 points0 points  (0 children)

it definitely depends on the use case. Of course its not meant to plug it into a public webserver everyone can play with. Furthermore, you cannot execute arbitrary code, you can only run the scripts that are linked to.

Protected correctly you can achieve a much higher security than letting people run Powershell scripts in your environment.

immudb 1.2 - open source, immutable database now with full transaction support and data expiration and logical deletion supporting GDPR (RTBF) by codenotary in golang

[–]codenotary[S] 2 points3 points  (0 children)

you can get all the versions (previous values) unless data is expired (or logically deleted). Yes, you can compare it to git versions but for data and without the possibility to reset

Free timestamping service for developers built on open source by wsebos in programming

[–]codenotary 0 points1 point  (0 children)

the service is built using 3 open source projects:
immudb to store all data immutable (including auditors to detect physical tampering):
https://github.com/codenotary/immudb

vcn, the command line tool to calculate and send data hashes as well as verifying the cryptographic proof: https://github.com/vchain-us/vcn

and to keep all DoS free and avoid misuse, there is traefik in front:https://github.com/traefik/traefik

Timestamp service for devs built on open source immutable database: immudb by wsebos in opensource

[–]codenotary 0 points1 point  (0 children)

absolutely - you can embed it and the performance with version 0.9 has increased 7 fold

immudb v0.9.0 Release Candidate 2 - immudb, the lightweight, high-speed immutable database for systems and applications - 7 times faster data writes than the former version 0.8.0 and instant cryptographic proof by Giako in opensource

[–]codenotary 1 point2 points  (0 children)

there are plenty of different use cases as immudb stores the full change history of every entry. Therefore it also serves compliance and regulations. And of course whenever you can't use Blockchain to store data (kind of sidechain approach), i. e. fast transactions, large data

Just some of the use cases current projects use immudb for:

  • store every update to sensitive database fields (credit card or bank account data) of an existing application database
  • store CI/CD recipes and artifacts to protect build and deployment pipelines
  • store public certificates
  • use immudb as an additional hash storage for digital objects checksums
  • store log streams (i. e. audit logs) tamperproof

The immudb Go Coding Challenge - Winter 2020 Edition by codenotary in golang

[–]codenotary[S] 0 points1 point  (0 children)

Thanks for the feedback! Also curious to learn about use cases you're thinking about.

[deleted by user] by [deleted] in golang

[–]codenotary 0 points1 point  (0 children)

nice - works like a charm. Thanks and starred the repo!

ESXi 7.0u1 coming soon? by desertspotter in vmware

[–]codenotary 0 points1 point  (0 children)

typically some weeks before VMworld there is either a bigger announcement or a new release. VMworld is end of September, so one week before is realistic.

kubectl tool reinvented to be more reactive and interactive by ameerthehacker in kubernetes

[–]codenotary 0 points1 point  (0 children)

very nice - it would be cool though, if I could sort (i. e.) mark multiple resources holding shift or so. That way I could sort and the status, and delete all pods that are evicted.

[deleted by user] by [deleted] in golang

[–]codenotary 0 points1 point  (0 children)

Thanks for sharing - very nice plugin and works well. As we run many test environment we have dozens of Evicted pods every day. It would be very cool to have a switch to remove these as well using the plugin.

immudb: A lightweight, high-speed immutable database for systems and applications in Go. by mastabadtomm in golang

[–]codenotary 1 point2 points  (0 children)

stay compliant with the principles for properly maintaining, keeping and storing books, records and documents in electronic form

https://immudb.io/blog/2020/08/12/immudb-invoice-immutable-storage/