home.arpa
Yes, I’ve been using this too. Here’s the RFC for .home.arpa (in place of .home): https://www.rfc-editor.org/rfc/rfc8375.html
home.arpa
Yes, I’ve been using this too. Here’s the RFC for .home.arpa (in place of .home): https://www.rfc-editor.org/rfc/rfc8375.html
It still does? They have a version for people with internet access, and a version for people without, with a heavy dose of offline applications and information. You can also download more offline resources after you install it.
Good idea, after having just spent quite a while setting mine and troubleshooting them (first time samba user).
I haven’t used the tool below, but I’ve seen it be recommended. Might it be kind of what you’re looking for?
Although I’m not surprised, it is interesting that the same big tech companies like Apple and Microsoft taking stances on being “environmentally conscious” while also ignoring forced obsoletion of old hardware.
That’s purely greenwashing marketing hype, with Apple being the worst offender. Now Microsoft seems to be following in their footsteps, although they’re still better in this regard than Apple.
Just read this book:
I saw a comment, probably on Mastodon, from an author saying that (I believe) ChatGPT had plagiarized some of his work verbatim. I don’t recall if it was a work of fiction or not, although for the purpose of copyright it doesn’t matter.
I wouldn’t be surprised if it’s trained on works of fiction just as much as non-fiction though. I think that from what I’ve heard, you can ask ChatGPT to write something in the style of particular writers? If it’s possible to give a very specific prompt for it to write something with the same plot points as a Stephen King story in the style of Stephen King, I wonder just how close it would look like the original?
I had heard some mentions of this before too, but didn’t recall the exact references. I went searching and found this recent study.
It’s not just style. From what I understand (I’ve never used any of the generative AI tools), they supposedly can and do output chunks of text verbatim from copyrighted works.
Final update on this issue. I found out about the "rpm -q --whatrequires " command and used that to navigate the dependency chain for the modules in question. I was able to determine that those modules were ultimately not being used for anything. Once I confirmed that, I removed the modules. So far so good. It didn’t cause any issues to the services on that server. I will find out if it resolved the vulnerability that had been flagged by the security scanner next time it runs, probably at the end of the month.
Awesome, thanks for your answers! I’m considering switching mostly to linux on the desktop at home and one of the sticking points for me has been finding a good video editor. This is very helpful in that regard.
Interesting! I have some questions:
Thanks!
I checked, and the versions of those modules that are currently installed are way behind what’s provided in the listed Red Hat patch, so it does seem that the updates for this just haven’t been installed. I will try to double-check with Red Hat support to be sure that enabling the Ceph repository is the correct course of action to take. Thank you once again for your help.
Oh, I was not aware of this. This is very useful! I will check it out and post an update later. Thank you!
No problem, thanks for the suggestions!
You might want to check the errata for the packages your scanning tools complained about. Rhel will keep stable versions at the same release version, but backport security fixes in.
Thanks. I had verified that there is an errata before posting here. I presume that it hasn’t been installed due to that repository being disabled, but maybe I’m mistaken?
Many security scanners are stupid about this.
Indeed. In the process of researching this I found a related KB article from Red Hat that basically said that the security scanner is not supposed to flag this.
Since it is rhel, you have a support contract, right? What do they say?
I’m positive we have a support contract, but I’ve never had to use it, so I’m not familiar with the process. I’m not one of the main linux admins here. If I can’t find the answer either here or from my own research, I’ll look into the process to open a case.
Thanks again.
Thank you, I’ve now asked my question within this same thread: https://lemmy.sdf.org/comment/1840823
Thank you, I’ve now asked my question within this same thread: https://lemmy.sdf.org/comment/1840823
Here’s my question, if anyone reading this post knows the answer: the simple version is… is it safe to enable the rhel-7-server-rhceph-4-tools-rpms repository?
To give a little more detail: old versions of modules that come from the Ceph package got flagged by our security scan. It appears that Ceph is installed by default on RHEL 7, but the repository above which I believe will update these modules, is not enabled by default. This seems odd to me, and the documentation for Ceph mentions that the EPEL repository should be disabled. It doesn’t appear that this repository is enabled, but this still made me concerned about why the Ceph repository isn’t enabled by default, hence my question.
Edit: I will try to contact Red Hat support to confirm the best course of action, like some have suggested on this thread. Thank you everyone for your help.
Edit 2: I figured out a course of action to take. The vulnerabilities were flagged for the librados2 and librbd1 packages. I used the command "rpm -q --whatrequires " to navigate the dependencies of these two packages to end at libvirt. Using the same command with libvirt, I was able to determine that no other package is dependent on it. Thus, it appears to me that I can address the issue by uninstalling all 3 packages. This seems safer and more secure than addressing the issue by enabling a new repository on the server. To be safe, I will take a snapshot of the VM before making the changes. I’ll post another update afterward.
Thanks! Yes, I have access to their community. I wasn’t sure if that was the best place to ask though. Their community software is a bit clunky, and sometimes official forums are not always the best place to ask.
No problem!