#announcements — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #announcements, aggregated by home.social.
-
Applications Open for Local Businesses to Join Paze City Square Food Lineup at New York City FC’s Etihad Park https://www.diningandcooking.com/us/5751/ #Announcements #NewYorkCity #NewYorkCityFood #News #NYC #NYCFood
-
Etihad Park to Debut Marcus Samuelsson’s Inaugural Burger Concept in NYC as First Signature Food & Beverage Offering https://www.diningandcooking.com/us/4384/ #Announcements #EtihadPark #NewYork #NewYorkFood #News
-
North Shore Counter-Info: **Hamilton Anarchist Bookfair: Workshops and Tables Announced**
https://north-shore.info/2026/09/12/hamilton-anarchist-bookfair-workshops-and-tables-announced/
The workshop schedule and tables lineup is now available for the Hamilton Anarchist Bookfair, taking place Saturday October 3 from 10am-5pm at the Workers Arts and Heritage Centre. Read More ...
#Announcements #Hamiltonanarchistbookfair -
Negativland, Culture Jamming, and the Art of Making Something New
-
#Development #Announcements
Fresher features, faster fixes · Chrome’s two-week release cycle is here https://ilo.im/16g1pd_____
#Features #BugFixes #Chrome #Browser #Desktop #Android #iOS #Security #WebDev #Frontend -
#Development #Announcements
Fresher features, faster fixes · Chrome’s two-week release cycle is here https://ilo.im/16g1pd_____
#Features #BugFixes #Chrome #Browser #Desktop #Android #iOS #Security #WebDev #Frontend -
#Development #Announcements
Fresher features, faster fixes · Chrome’s two-week release cycle is here https://ilo.im/16g1pd_____
#Features #BugFixes #Chrome #Browser #Desktop #Android #iOS #Security #WebDev #Frontend -
Dear #government agencies, #NGOs, #publicservice institutions.
Public #announcements are critical to you and to us #citizens. Please don't force us to submit to the whims of #invasive & #exploitative private #walledgardens & #middlemen like #Twitter / #X, to just to read your messages for us!
A few alternatives are listed in the follow up toots.
Everybody else: Please share this message with the #authorities that matter to you.
#CC0 (public domain)
#privacy #softwarefreedom #sns -
#Development #Announcements
DNS-PERSIST-01 · A new model for DNS-based challenge validation https://ilo.im/16aqtz_____
#CA #Certificates #Wildcards #Validation #DNS #HTTPS #Server #WebDev #Backend -
Have a read of my doings at MFF, work on the next book, and recent photos. Also, new audiobook edition of The Sky Calls is finally coming out!
Read the whole thing here:
https://aetusart.com/blog/chirpdates-17/december-2025-chirpdate-92
#update #artist #author #whiterock #theavianage #holiday #announcements -
CW: Release notes for v25.04.1 of Malcolm, a powerful, easily deployable network traffic analysis tool suite for network security monitoring
Malcolm v25.04.1 contains new features and improvements, component version updates, bug fixes, and other great stuff.
For these notes, I'm lumping v25.04.0 and v25.04.1 together, as v25.04.1 was released only two days after v25.04.0 in order to update Arkime to v5.6.4 which mitigates newly-discovered remote code execution (RCE) vulnerabilities.
https://github.com/idaholab/Malcolm/compare/v25.03.1...v25.04.1
✨ Features and enhancements
- add option to use external NetBox instance (cisagov/Malcolm#597)
- add
-q/--quietoption forstart/restart(cisagov/Malcolm#656) - handle non-HTTPS arkime case (cisagov/Malcolm#629)
lots of improvements to
control.pyandinstall.pyfor Kubernetes deployment- improved
start/stop/wipecontrol script behavior - allow providing resource requests in manifests via YML file and command-line argument
...
Kubernetes:
-n, --namespace <string>
Kubernetes namespace
--skip-persistent-volume-checks [SKIPPERVOLCHECKS]
Skip checks for PersistentVolumes/PersistentVolumeClaims in manifests (only for "start" operation with Kubernetes)
--no-capture-pods [NOCAPTUREPODSSTART]
Do not deploy pods for traffic live capture/analysis (only for "start" operation with Kubernetes)
--no-capabilities [NOCAPABILITIES]
Do not specify modifications to container capabilities (only for "start" operation with Kubernetes)
--inject-resources [INJECTRESOURCES]
Inject container resources from kubernetes-container-resources.yml (only for "start" operation with Kubernetes)
--image-source <string>
Source for container images (e.g., "ghcr.io/idaholab/malcolm"; only for "start" operation with Kubernetes)
--image-tag <string> Tag for container images (e.g., "25.04.0"; only for "start" operation with Kubernetes)
--delete-namespace [DELETENAMESPACE]
Delete Kubernetes namespace (only for "wipe" operation with Kubernetes)
...- improved
improvements to Malcolm's vanilla Kubernetes manifests
- lowered the amount of storage for the persistent volumes in the AWS EFS example
- replaced
namelabel withapplabel for deployments in accordance with best practices
improve links on landing page for NetBox and auth to accurately reflect what Malcolm is using
added more smarts to the NGINX startup script to dynamically set up upstreams that may or may not exist based on enabled or disabled Malcolm features
fixed a minor issue in the script setting up Zeek intelligence updates where it would remove its own lockfile
✅ Component version updates
- Alpine Linux v3.21
- Arkime v5.6.4 to resolve RCE vulnerabilities, as described below in the #announcements channel on the Arkime slack: * possible to bypass forced expressions for some API calls * direct access to OpenSearch/Elasticsearch could be used to create session documents that hang viewer or have viewer execute code * since Arkime 5.1.0 any arkimeUser user could create OpenSearch/Elasticsearch documents in any index that viewer had access to
- Keycloak v26.2
- NetBox v4.2.8
- netbox-initializers v4.2.0
- netbox-topology v4.2.1
- Fluent Bit to v4.0.1
🐛 Bug fixes
- API tokens created in NetBox still require authentication through NGINX reverse proxy (cisagov/Malcolm#383)
- adjust Logstash health check so K8s liveness probe doesn't kill it (cisagov/Malcolm#630)
- be more resilient in
zeekctlstatus checks inzeekdeploy.sh(cisagov/Malcolm#652) - in deployments with multiple zeek-live containers, each container's restarting causes the others to restart zeek (cisagov/Malcolm#651)
🧹 Code and project maintenance
- document customizing Malcolm with an additional output pipeline (cisagov/Malcolm#643)
- overhaul "deploying Malcolm on AWS" documentation (cisagov/Malcolm#655)
Malcolm is a powerful, easily deployable network 🖧 traffic analysis tool suite for network security monitoring 🕵🏻♀️.
Malcolm operates as a cluster of containers 📦, isolated sandboxes which each serve a dedicated function of the system. This makes Malcolm deployable with frameworks like Docker 🐋, Podman 🦭, and Kubernetes ⎈. Check out the Quick Start guide for examples on how to get up and running.
Alternatively, dedicated official ISO installer images 💿 for Malcolm and Hedgehog Linux 🦔 can be downloaded from Malcolm's releases page on GitHub. Due to limits on individual files in GitHub releases, these ISO files have been split 🪓 into 2GB chunks and can be reassembled with scripts provided for both Bash 🐧 (
release_cleaver.sh) and PowerShell 🪟 (release_cleaver.ps1). See Downloading Malcolm - Installer ISOs for instructions.As always, join us on the Malcolm discussions board 💬 to engage with the community, or pop some corn 🍿 and watch a video 📼.
#Malcolm #HedgehogLinux #Zeek #Arkime #NetBox #OpenSearch #Elasticsearch #Suricata #PCAP #NetworkTrafficAnalysis #networksecuritymonitoring #OT #ICS #icssecurity #CyberSecurity #Cyber #Infosec #INL #DHS #CISA #CISAgov
-
Artikolo el Tutmondaj Voĉoj elektiĝis kiel fonta teksto por internacia traduko-konkurso en Ĉeĥio https://eo.globalvoices.org/?p=4095 #Angla #Announcements #Ĉeĥa #Ĉeĥio #Civitanaj #komunikiloj #Edukado #Internaciaj #rilatoj #Lingvo #Orienta #kaj #Centra #Eŭropo #esperanto #globalvoices