🔍 Wazuh: A Solução SIEM Ideal para sua Empresa! 🛡️
O Wazuh é uma plataforma open source que oferece monitoramento de segurança robusto e resposta a incidentes. Com funcionalidades de SIEM e XDR, ele garante proteção em tempo real para ambientes on-premise e na nuvem, ajudando sua empresa a detectar e reagir rapidamente a ameaças.
👉 Descubra como o Wazuh pode fortalecer sua segurança: Wazuh: O SIEM Certo para sua Empresa
#Cibersegurança #Wazuh #SIEM #XDR #OpenSource

📢 Anna è il nome scelto per la prossima release di Ufficio Zero Linux OS!
Rappresenterà l'evoluzione della release 11.2 e si baserà su Linux Mint 22.2
🔔 Alcune delle novità:
💚 Nuovo kernel
💚 nuovo aspetto grafico
💚 aggregatori sviluppati da Boost Media APS
e tanto altro per il vostro palato...
Il resto lo scoprirete pian piano, seguendoci sui nostri social!
https://www.ufficiozero.org/index.php?alias=ufficiozero-anna-release
#ufficiozero #anna #ufficiozerolinuxos #UnoLinux #opensource #freesoftware

Starting with deno is easy
type
`deno init`
This creates three files in the directory
deno.json main_test.ts main.ts
Open the files with vim emacs cat or any pure editor of your coice
cat deno.json
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}
cat main_test.ts
import { assertEquals } from "@std/assert";
import { add } from "./main.ts";
Deno.test(function addTest() {
assertEquals(add(2, 3), 5);
});
cat main.ts
export function add(a: number, b: number): number {
return a + b;
}
// Learn more at https://docs.deno.com/runtime/manual/examples/module_metadata#concepts
if (import.meta.main) {
console.log("Add 2 + 3 =", add(2, 3));
}
As you can see the excellent docs along with the sample files will get you going fast in deno
https://docs.deno.com/runtime/getting_started/first_project/
#programming #typescript #javascript #bash #secure #OpenSource #POSIX

Se non fossimo a fine settembre, avrei pensato ad un pesce d'aprile!
#gnu #linux #unolinux #gnulinuxitalia #opensource #homelab #raspberrypi

Thanks to Alphabet's toying with yt-dlp capabilities and clients like newpipe tubular & pipepipe to use youtube without privacy invasion, I now am playing with deno, a full blown typescript & javascript runtime ENV:
Deno is *awsome*
#programming #typescript #javascript #bash #secure #OpenSource #POSIX

Wer sich an die Friends-Episode erinnert, in der Monika ihre Nachbarn kennenlernen möchte und als nette Geste einmal Kuchen backt:
Nachbarn freuen sich, der Kuchen schmeckt.
Dann sind sie enttäuscht, wenn die - freiwillige - Geste ausbleibt.
Dann feinden Sie sie an bis sie schließlich unter Druck im Akkord backt 😊
Als ich die Folge das erste Mal gesehen habe, dachte ich noch die Nachbarn seien einfach A****löcher mit einer dreisten Anspruchshaltung.
Aber dann habe ich von der "Opensource Supply Chain" gelesen und jetzt weiß ich, dass Monika den Leuten einfach gratis-Arbeit geschuldet hat, die ihre Kuchen gegessen & verkauft haben
Schließlich haben die IHRE Dienstleistung anderen versprochen oder sich darauf verlassen.
[3/3]
https://www.softwaremaxims.com/blog/not-a-supplier
Most people stick with the default screenshot tool… but a free open source alternative for Windows can take your screenshots to the next level — with editing, sharing, and automation built-in.
Check it out → https://www.izoate.tech/blog/best-open-source-screenshot-tool/
#IzoateTech #technology #OpenSource #WindowsTips #ScreenshotTool #FreeSoftware
🚀 Just deployed my Astro site on DigitalOcean!
Static builds fly on App Platform’s CDN, and SSR works cleanly with the Node adapter. Modern stack, smooth DX, and global performance in minutes. 🌍✨
https://dropletdrift.com/how-to-deploy-an-astro-application-on-digitalocean/
#astro #digitalocean #webdev #frontend #javascript #typescript #ssr #jamstack #webperformance #cloudhosting #devops #fullstack #programming #webdevelopment #modernweb #opensource #developerexperience #astrobuild #codinglife #deployments
6/6 (Fazit)
💡 Fazit: Ich werde jetzt noch viel mit dem Modell herumspielen – und habe schon jetzt große Ideen!
Stay tuned 😉
#KI #AI #OpenSource #LMStudio #SelfHosted #MachineLearning
3/6
Aufgeben? Kommt für mich nicht in Frage!
Also habe ich weitergesucht und bin auf #LMStudio gestoßen.
Läuft unter #LinuxMint super easy: Download → als ausführbar markieren → starten. Zack, es läuft! 🚀
#KI #Linux #SelfHosted #OpenSource

https://github.com/oclero/qlementine
📢 New release 1.3.0 for Qlementine, a sleek theme for desktop apps made with Qt6!
A new widget, and some bugfixes. Thanks to everyone who participated!
#opensource #qt #qtframework #qt6 #design #desktop #theme