Learn how pods communicate with each other when they are on different Kubernetes nodes. Read More at Enable Sysadmin
The post Kubernetes network stack fundamentals: How pods on different nodes communicate appeared first on Linux.com.
Learn how pods communicate with each other when they are on different Kubernetes nodes. Read More at Enable Sysadmin
The post Kubernetes network stack fundamentals: How pods on different nodes communicate appeared first on Linux.com.
Today we are talking about Contribution Events.
Topics
Resources
Guests
Kristen Pol – www.drupal.org/u/kristen-pol @kristen_pol Surabhi Gokte – www.drupal.org/u/surabhi-gokte @SurabhiGokte
Hosts
Nic Laflin – www.nLighteneddevelopment.com @nicxvan John Picozzi – www.epam.com @johnpicozzi Ryan Price – ryanpricemedia.com – @liberatr
MOTW
Anonymous Login This is a very simple, lightweight module that will redirect anonymous users to the login page whenever they reach any admin-specified page paths, and will direct them back to the originally-requested page after successful login.
https://www.python.org/downloads/release/python-3110rc1/
This release, **3.11.0rc1**, is the penultimate release preview. Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release. The second candidate and the last planned release preview is currently planned for Monday, 2022-09-05 while the official release is planned for Monday, 2022-10-03.
There will be no ABI changes from this point forward in the 3.11 series and the goal is that there will be as few code changes as possible.
* Are all your changes properly documented?
* Did you notice other changes you know of to have insufficient documentation?
We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.11 compatibilities during this phase. As always, report any issues to the Python bug tracker.
Please keep in mind that this is a preview release and its use is **not** recommended for production environments.
Among the new major new features and changes so far:
*+, ++, ?+, {m,n}+
) are now supported in regular expressions.(Hey, fellow core developer, if a feature you find important is missing from this list, let Pablo know.)
The next pre-release of Python 3.11 will be 3.11.0rc2, currently scheduled for Monday, 2022-09-05.
More resources
A quark star is a hypothetical type of compact, exotic star, where extremely high core temperature and pressure have forced nuclear particles to form quark matter, a continuous state of matter consisting of free quarks.
Some massive stars collapse to form neutron stars at the end of their life cycle, as has been both observed and explained theoretically. Under the extreme temperatures and pressures inside neutron stars, the neutrons are normally kept apart by degeneracy pressure, stabilizing the star and hindering further gravitational collapse. However, it is hypothesized that under even more extreme temperature and pressure, the degeneracy pressure of the neutrons is overcome, and the neutrons are forced to merge and dissolve into their constituent quarks, creating an ultra-dense phase of quark matter based on densely packed quarks. In this state, a new equilibrium is supposed to emerge, as a new degeneracy pressure between the quarks, as well as repulsive electromagnetic forces, will occur and hinder total gravitational collapse.
If these ideas are correct, quark stars might occur, and be observable, somewhere in the universe. Theoretically, such a scenario is seen as scientifically plausible, but it has been impossible to prove both observationally and experimentally because the very extreme conditions needed for stabilizing quark matter cannot be created in any laboratory nor observed directly in nature. The stability of quark matter, and hence the existence of quark stars, is for these reasons among the unsolved problems in physics.
Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation.
Your friendly release team,
Ned Deily @nad
Steve Dower @steve.dower
Pablo Galindo Salgado @pablogsal
Ruchi Pakhle shares his experience in the Linux Foundation’s mentorship program working with Open Horizon.
The post LFX’22 Mentorship Experience with Open Horizon appeared first on Linux Foundation.
The post LFX’22 Mentorship Experience with Open Horizon appeared first on Linux.com.
This alpha release marks the return of GNU a2ps to the Translation Project.
Some other minor issues have also been fixed.
Here are the compressed sources and a GPG detached signature:
https://alpha.gnu.org/gnu/a2ps/a2ps-4.14.91.tar.gz
https://alpha.gnu.org/gnu/a2ps/a2ps-4.14.91.tar.gz.sigUse a mirror for higher download bandwidth:
https://www.gnu.org/order/ftp.htmlHere are the SHA1 and SHA256 checksums:
36c2514304132eb2eb8921252145ced28f209182 a2ps-4.14.91.tar.gz
1LQ+pPTsYhMbt09CdSMrTaMP55VIi0MP7oaa+zDvRG0 a2ps-4.14.91.tar.gzThe SHA256 checksum is base64 encoded, instead of the
hexadecimal encoding that most checksum tools default to.Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:gpg –verify a2ps-4.14.91.tar.gz.sig
The signature should match the fingerprint of the following key:
pub rsa2048 2013-12-11 [SC]
2409 3F01 6FFE 8602 EF44 9BB8 4C8E F3DA 3FD3 7230
uid Reuben Thomas <rrt@sc3d.org>
uid keybase.io/rrt <rrt@keybase.io>If that command fails because you don’t have the required public key,
or that public key has expired, try the following commands to retrieve
or refresh it, and then rerun the ‘gpg –verify’ command.gpg –locate-external-key rrt@sc3d.org
gpg –recv-keys 4C8EF3DA3FD37230
wget -q -O- ‘https://savannah.gnu.org/project/release-gpgkeys.php?group=a2ps&download=1’ | gpg –import –
As a last resort to find the key, you can try the official GNU
keyring:wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg
gpg –keyring gnu-keyring.gpg –verify a2ps-4.14.91.tar.gz.sigThis release was bootstrapped with the following tools:
Autoconf 2.69
Automake 1.16.1
Gnulib v0.1-5347-gc0c72120f0NEWS
* Noteworthy changes in release 4.14.91 (2022-08-08) [alpha]
* Build:
– Re-add a2ps to the Translation Project, and remove po files from git.
* Bug fixes:
– Remove reference to @COM_distill@ variable in a2ps_cfg.in.
* Documentation:
– Format –help output consistently to 80 columns.
– Fix a couple of message typos.