opensource

Back Open Paginator
25.09.2025 20:35
linuxsolutions (@linuxsolutions@mastodon.social)

🔍 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




Show Original Post


25.09.2025 20:32
p (@p@pixelfed.uno)
📢 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

@linux@diggita.com

#ufficiozero #anna #ufficiozerolinuxos #UnoLinux #opensource #freesoftware



Show Original Post


25.09.2025 20:31
ufficiozero (@ufficiozero@mastodon.uno)

📢 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!

ufficiozero.org/index.php?alia

@linux

#ufficiozero #anna #ufficiozerolinuxos #UnoLinux #opensource #freesoftware





Show Original Post


25.09.2025 20:25
Dendrobatus_Azureus (@Dendrobatus_Azureus@mastodon.bsd.cafe)

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 docs.deno.com/runtime/manual/e
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

docs.deno.com/runtime/getting_

#programming #typescript #javascript #bash #secure #OpenSource #POSIX





Show Original Post


25.09.2025 20:14
dajelinux (@dajelinux@mastodon.uno)

Se non fossimo a fine settembre, avrei pensato ad un pesce d'aprile!

raspberrypi.com/news/the-ultim

@tecnologia

#gnu #linux #unolinux #gnulinuxitalia #opensource #homelab #raspberrypi





Show Original Post


25.09.2025 20:08
Dendrobatus_Azureus (@Dendrobatus_Azureus@mastodon.bsd.cafe)

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*

deno.com/

#programming #typescript #javascript #bash #secure #OpenSource #POSIX





Show Original Post


25.09.2025 20:04
patnat (@patnat@social.tchncs.de)

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 :awesome:

Schließlich haben die IHRE Dienstleistung anderen versprochen oder sich darauf verlassen.

[3/3]

#foss #opensource

softwaremaxims.com/blog/not-a-




Show Original Post


25.09.2025 20:00
izoatetech (@izoatetech@mastodon.social)

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 → izoate.tech/blog/best-open-sou




Show Original Post


25.09.2025 19:59
stacksize (@stacksize@mastodon.social)

🚀 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. 🌍✨

dropletdrift.com/how-to-deploy




Show Original Post


25.09.2025 19:58
derAlff_iot (@derAlff_iot@mastodon.social)

6/6 (Fazit)
💡 Fazit: Ich werde jetzt noch viel mit dem Modell herumspielen – und habe schon jetzt große Ideen!
Stay tuned 😉




Show Original Post


25.09.2025 19:56
derAlff_iot (@derAlff_iot@mastodon.social)

3/6
Aufgeben? Kommt für mich nicht in Frage!
Also habe ich weitergesucht und bin auf gestoßen.
Läuft unter super easy: Download → als ausführbar markieren → starten. Zack, es läuft! 🚀





Show Original Post


25.09.2025 19:56
oclero (@oclero@mastodon.online)

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




Show Original Post


1 ...5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 ...6158
UP