Post Syndicated from Explosm.net original https://explosm.net/comics/zero
New Cyanide and Happiness Comic
Post Syndicated from Explosm.net original https://explosm.net/comics/zero
New Cyanide and Happiness Comic
Post Syndicated from The History Guy: History Deserves to Be Remembered original https://www.youtube.com/watch?v=DoZODwDsWI4
Post Syndicated from xkcd.com original https://xkcd.com/2983/

Post Syndicated from corbet original https://lwn.net/Articles/989426/
Linus has released 6.11-rc7 for testing.
And I wish I could say that things have calmed down, but I can’t
really say that. In fact, rc7 is slightly bigger than both rc6 and
rc5 were, both in number of commits, and in actual diff
size. That’s not really how it should work out.That said, there’s nothing *scary* in here.
He is apparently “still waffling
” about whether to release 6.11 next
weekend, which would cause the 6.12 merge window to land on top of the
Maintainers Summit, Linux Plumbers Conference, and Open Source Summit.
Post Syndicated from corbet original https://lwn.net/Articles/989409/
The
6.10.9,
6.6.50, and
6.1.109
stable kernel updates have been released; each contains another set of
important fixes.
Post Syndicated from Patrick Kennedy original https://www.servethehome.com/the-intel-xeon-6-r1s-is-a-single-socket-special/
The Intel Xeon 6 R1S offering will offer a Granite Rapids P-core single-socket platform with 136 lanes of PCIe Gen5
The post The Intel Xeon 6 R1S is a Single Socket Special appeared first on ServeTheHome.
Post Syndicated from The History Guy: History Deserves to Be Remembered original https://www.youtube.com/watch?v=cPHC-5eIHkU
Post Syndicated from Explosm.net original https://explosm.net/comics/shaved-myself
New Cyanide and Happiness Comic
Post Syndicated from The History Guy: History Deserves to Be Remembered original https://www.youtube.com/watch?v=x8HBdg_wIBA
Post Syndicated from Oglaf! -- Comics. Often dirty. original https://www.oglaf.com/crescendo/
Post Syndicated from Rohit Kumar original https://www.servethehome.com/keeplink-kp9000-9xh-x-review-sub-50-2-5gbe-switch-realtek/
In the final review of our long-running series, we have the keepLink KP9000-9XH-X switch review with 8 ports of 2.5GbE and one SFP+ 10G port
The post keepLink KP9000-9XH-X Review Sub $49 2.5GbE Switch appeared first on ServeTheHome.
Post Syndicated from The History Guy: History Deserves to Be Remembered original https://www.youtube.com/watch?v=DP_LGqxrzWw
Post Syndicated from Techmoan original https://www.youtube.com/watch?v=6Y_AfSzjjL0
Post Syndicated from Explosm.net original https://explosm.net/comics/proposal-2
New Cyanide and Happiness Comic
Post Syndicated from The History Guy: History Deserves to Be Remembered original https://www.youtube.com/watch?v=ZsGQzuH8ZS4
Post Syndicated from Bruce Schneier original https://www.schneier.com/blog/archives/2024/09/live-video-of-promachoteuthis-squid.html
The first live video of the Promachoteuthis squid, filmed at a newly discovered seamount off the coast of Chile.
Post Syndicated from jzb original https://lwn.net/Articles/987319/
Code review is in high demand, and short supply, for most open-source projects.
Reviewer time is precious, so any tool that can lighten the load is worth exploring.
That is why Jesse Brandeburg and Kamel Ayari decided to test whether
tools like ChatGPT could review patches to provide quick feedback to
contributors about common problems. In a
talk at the Netdev 0x18 conference this July, Brandeburg provided an overview of an
experiment using machine learning to review emails containing patches
sent to the netdev
mailing list. Large-language models (LLMs) will not be replacing human reviewers anytime
soon, but they may be a useful addition to help humans focus on deeper
reviews instead of simple rule violations.
Post Syndicated from Jack Heysel original https://blog.rapid7.com/2024/09/06/metasploit-weekly-wrap-up-42/

This release contains more PHP payload improvements from Julien Voisen. Last week we landed a PR from Julien that added a datastore option to the php/base64 encoder that when enabled, will use zlib to compress the payload which significantly reduced the size, bringing a payload of 4040 bytes down to a mere 1617 bytes. This week’s release includes a php/minify encoder which removes all unnecessary characters from the payload including comments, empty lines, leading spaces, trailing spaces, spaces after keywords and spaces before block openings. Using the php/minify encoder can take a payload of size 4052 bytes down to 2839 bytes. We’d like to thank Julien for their continued commitment to improving PHP payloads!
Author: Julien Voisin
Type: Encoder
Pull request: #19435 contributed by jvoisin
Path: php/minify
Description: This encoder minifies PHP payloads by removing spaces after keywords and before block openings. It removes comments, empty lines, new lines and leading and trailing spaces.
exploit/multi/http/geoserver_unauth_rce_cve_2024_36401 to dynamically pull and test the feature_type list to establish an RCE. This will make the module more robust towards installations with different feature_type configurations.nil error if login is successful with ldap_login module.You can find the latest Metasploit documentation on our docsite at docs.metasploit.com.
As always, you can update to the latest Metasploit Framework with msfupdate
and you can get more details on the changes since the last blog post from
GitHub:
If you are a git user, you can clone the Metasploit Framework repo (master branch) for the latest.
To install fresh without using git, you can use the open-source-only Nightly Installers or the
commercial edition Metasploit Pro
Post Syndicated from Patrick Kennedy original https://www.servethehome.com/a-quick-introduction-to-the-nvidia-gh200-aka-grace-hopper-arm/
The NVIDIA GH200 or “Grace Hopper” is far from a single product. We have a quick guide so when someone says “GH200” you know what to look for
The post A Quick Introduction to the NVIDIA GH200 aka Grace Hopper appeared first on ServeTheHome.
Post Syndicated from jzb original https://lwn.net/Articles/989229/
The NGINX team has announced
that official NGINX open-source development has moved away from
Mercurial to GitHub, and
the project will now be taking contributions
in the form of pull requests:
Additionally, starting today, we will begin accepting bugs reports,
feature requests and enhancements directly through GitHub, under the
“Issues” tab. Moreover, we’ve moved our community forums to the GitHub
“Discussions” area, where you will now be able
to engage in conversation, ask, and answer questions.[…] We understand that changes like these may require adjustment,
so to give you more time, we will continue accepting patches and
provide community support via mailing lists until December 31st, 2024.