Hat jemand Erfahrungen mit #Apache #Guacamole? Wir würden gerne so was wie einen #Cloud Desktop zur Verfügung stellen, so ähnlich wie mit Citrix nur eben in OpenSource.
Plundering and polluting for profit regardless of the human, social & environmental consequences.
#OakFlat is a sacred place to the Western #Apache, #Yavapai, #O’odham, #Hopi, and #Zuni. It is a place where rituals are performed, and resources are gathered; its loss would be an indescribable hardship to those peoples.”
#BHP (aka Bloody Huge Polluter) #RioTinto (aka Rio Stinko)
#Capitalism
#Vulnerabilties in #Apache #OpenOffice (#ApacheOpenOffice / #OpenOfficeOrg / #AOO), do not forget to replace by #LibreOffice for security and improvements (#DocumentFoundation / #OpenDocument / #OpenOffice / #StarOffice / #OfficeSuite / #ProductivitySoftware) https://www.libreoffice.org/
Canary Exploit tool allows to find servers affected by #Apache #Parquet flaw
https://securityaffairs.com/177565/security/canary-exploit-tool-allows-to-find-servers-affected-by-apache-parquet-flaw.html
#securityaffairs #hacking
#ApacheParquet exploit tool detect servers vulnerable to critical flaw
Hey #fediverse, does anyone know which hosting companies are still implementing #Apache #CloudStack and/or #libcloud? I thought #Exoscale were, but it seems they have moved to a custom #OpenAPI based thing they made themselves. It's pretty good, but I was hoping to implement a standard... Wondering if it's worth exploring CloudStack further or it's a dead duck...?
If you have just read #infosec news about “CISA warned about CVE-2024-38475” you can relax - what CISA did was they added this year old #Apache vulnerability to their watch list of vulnerabilities that being actively exploited:
In spite of the confusing wording in third-party security news, this is not a new vulnerability:
U.S. #CISA adds #SonicWall SMA100 and #Apache HTTP Server flaws to its Known Exploited Vulnerabilities catalog
https://securityaffairs.com/177301/hacking/u-s-cisa-adds-sonicwall-sma100-and-apache-http-server-flaws-to-its-known-exploited-vulnerabilities-catalog.html
#securityaffairs #hacking
Here is an issue in the #NATS repo with a complaint and appeal to not change the license from #Apache 2.0 to #BUSL.
If you care about #FOSS and NATS and have a #github account, then interact with this issue. Give your thumbs-up or comment on the thread.
https://github.com/nats-io/nats-server/issues/6832
Boosts appreciated!
Recently, I had the honor of setting up a Node.js-based web application on an Ubuntu server and I thought I would share the steps I took to get it up and running.
#development #node #apache #ubuntu #technology
https://blog.alexseifert.com/2025/04/26/setting-up-a-node-application-on-an-ubuntu-server/
Apaches ask lower court to stop government’s imminent transfer of sacred site https://bsnorrell.blogspot.com/2025/04/apaches-ask-lower-court-to-stop.html #Indigenous #NativeAmerican #Apache
Just found out that it is no longer possible to straightforwardly write HTTP/1 requests by hand on the #terminal.
Modern #Apache will reject #HTTP 1.x requests where the line endings are not CRLF, and as far as I know it's not possible on #Linux to type a CR using the keyboard. Ctrl+M should do it in theory, but when I try, it produces LF instead of CR for some reason.
Is there by any chance a way to make the Linux #console (or #KDE #Konsole) produce CRLF when I push the Enter key?
I use a Red Hat Enterprise Linux (RHEL) 9 system as a cloud based development workstation.
The system is running on Proxmox VE and is running Apache Guacamole (https://guacamole.apache.org) as a clientless HTML5 remote access gateway.
I can simply access the system from any HTML5 capable web-browser and have my desktop with all the tools, I need to do some work.
(Of course, for security reasons, this is behind a strong MFA authentication)
Protect Apache holy site from Resolution Copper
We demand #Congress use their powers to intervene and stop the destruction of #OakFlat. We demand Congress return the full rights and religious protections to the #Apache of Oak Flat in recognition of their religious freedom.
Why is this important?
My name is #WendslerNosie Sr. I'm the former chairman of the San Carlos Apache Tribe and a member of Apache-Stronghold.
1/5
Written by: Debra Utacia Krol | Photos by: Provided by Becket Law, Michael Chow, Thomas Hawthorne/The Republic, Cheryl Evans/The Republic
️
2/4
I need some advise: Is there a good portable and free (really free, not GPL!) #implementation of #bcrypt in #C around?
There's #OpenBSD source I could use, but integrating that would probably be quite a hassle...
Background: I want to start creating a second credential checker for #swad using files. And it probably makes sense to support a sane subset of #Apache's #htpasswd format here. Looking at the docs:
https://httpd.apache.org/docs/current/misc/password_encryptions.html
... the "sane subset" seems to be just bcrypt. *MAYBE* also this apache-specific flavor of "iterated" MD5, although that sounds a bit fishy ...