Re: securing this workstation.

2025-04-27 Thread David King
intranet with NAT and firewall software on the workstation are only prudent. -- David King dave at daveking dot com -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of

Re: securing this workstation.

2025-04-25 Thread David King
ports for services, learn these options:     sudo firewall-cmd --add-service / --remove-service     sudo irewall-cmd --add-port / --remove-port Also pay attention to the --permanent option.  It determines whether the changes you make are only temporary or whether they are saved and restored after

Re: urgent major problem after f39 to f40 upgrade.

2024-10-12 Thread David King
mporarily set your system to a plain console login while you troubleshoot.  Did you do this?  Check it with "sudo systemctl get-default".  If it says that it's set to "multi-user.target" then change it: "sudo systemctl set-default graphical.target

Re: smartd configuration problem

2024-08-17 Thread David King
On 8/17/24 00:37, Robert McBroom via users wrote: On 8/16/24 11:00 PM, David King wrote: On 8/16/24 11:32, Robert McBroom via users wrote: Boot process f40 system stops for a long time with a problem with smartd. Seems to access the system drives and note that they are SMART capable. The

Re: smartd configuration problem

2024-08-16 Thread David King
martd is trying to notify you about: do "sudo smartctl --scan" to find the disk devices smart knows about and then do "sudo smartctl -a /dev/sdX" for one of the listed devices. -- David King dave at daveking dot com -- ___ users mail

Re: How do I Contact the Rpmfusion List?

2024-06-11 Thread David King
On 6/11/24 18:39, Stephen Morris wrote: On 11/6/24 23:08, David King wrote: On 6/10/24 18:18, Stephen Morris wrote: When I invoke Jellyfin on the TV and supply the require IP address of my pc and required port, the Jellyfin client tells me the server (I think) needs to be upgraded and gives

Re: How do I Contact the Rpmfusion List?

2024-06-11 Thread David King
and they worked, fixing my problem.  The complete list of Jellyfin builds is here: https://koji.rpmfusion.org/koji/packageinfo?packageID=648 Clicking a link there will take you to a page that has links for the RPM downloads from that build. Dave -- David King dave at d

Re: updatedb

2024-02-10 Thread David King
in the package, including updatedb.  At some point in the past mlocate must have been upgraded/replaced by plocate on my system.  I'm not sure when that happened.  The last time I looked, a long time ago, I was using mlocate and now it's

Re: docker and iptables

2023-10-19 Thread David King
s described here: https://docs.docker.com/network/packet-filtering-firewalls/#integration-with-firewalld Indeed.  Fedora deprecated iptables a while ago.  It uses nftables now with firewalld being used to configure it. -- David King dave at daveking dot com _

Re: Firewalld - "forward:" in output?

2023-08-07 Thread David King
On 8/7/23 10:29, John Horne wrote: Hello, Would someone tell me to what the 'forward:' line in the 'firewall-cmd --list- all' output refers: It indicates whether or not intra zone forwarding is enabled -> https://firewalld.org/2020/04/intra-zone-forwarding -- David Ki

Re: console logging during shutdown.

2023-07-26 Thread David King
and their page lists a mailing list, IRC channel and documentation links. I'd expect you could use those to get any information you needed. https://wiki.archlinux.org/title/plymouth https://www.freedesktop.org/wiki/Software/Plymouth/ --

Re: Unable to Port Forward to a Virtual Machine

2023-07-11 Thread David King
to control access to these ports, the host's firewall is not a factor.  This Fedora Docs article provides more details and describes how to set this up: https://docs.fedoraproject.org/en-US/fedora-server/administration/virtual-routing-bridge/ -- David King dave at d

Re: picture stitcher for Fedora?

2023-01-06 Thread David King
also there though, if you need them. -- David King dave at daveking dot com ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/

Re: screen saver and .mov question

2022-10-18 Thread David King
e NASA ISS and drone flyover *.mov videos. -- David King dave at daveking dot com ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject

Re: Fedora on a Mac Book Pro

2022-09-24 Thread David King
o know for sure.)  I'd say go for it. -- David King dave at daveking dot com ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedorapr

Re: Calibre on Fedora 33

2021-01-12 Thread David King
, things "just worked."  I didn't touch the DeDRM code plugin during that upgrade process, it remained what it was when I started.  I've since upgraded to F33 without any issues. My "why is it working for me?" question was largely rhetorical, btw.  Just t

Re: Calibre on Fedora 33

2021-01-12 Thread David King
On 1/11/21 4:01 PM, Kevin Fenzi wrote: On Sat, Jan 09, 2021 at 08:37:03PM -0500, David King wrote: On 1/9/21 8:05 PM, Clifford Snow wrote: I'm wanting to run Calibre with DeDRM. Version 5 of Calibre was written for Python3 while version 4 was written in Python2. DeDRM is only availabl

Re: Calibre on Fedora 33

2021-01-09 Thread David King
good workaround until DeDRM for Python3 is available? Calibre 4.23.0 is the version that is packaged and available from the Fedora 33 repositories.  It runs under Python 2 so DeDRM work just fine with it.  I've been using this for some time without issue. -- David King dave at daveki

Re: how to install "4K Video Downloader"?

2020-12-15 Thread David King
.  Maybe some trial and error using previous versions of 4kvideodownloader would find one that works.  A little googling found this archive: https://bit.ly/2WiMnje -- David King dave at daveking dot com ___ users mailing list -- users@lists.fedoraproject.

Re: how to install "4K Video Downloader"?

2020-12-14 Thread David King
On 12/14/20 8:56 AM, David King wrote: On 12/13/20 11:26 PM, home user wrote: I ran the alien command; it seemed to work. I ran the rpmrebuild command and did the edit that you suggested. I got over 1100 error messages.  I pasted them into a text file "output_1213.txt" and uploade

Re: how to install "4K Video Downloader"?

2020-12-14 Thread David King
teps missing between the alien command and the rpmrebuild command? I'm out of ideas. Here's my console log: https://bit.ly/385TnVQ Here's the resulting RPM:  https://bit.ly/2K1RwJP -- David King dave at daveking dot com

Re: how to install "4K Video Downloader"?

2020-12-13 Thread David King
On 12/13/20 8:31 AM, David King wrote: On 12/12/20 1:58 PM, home user wrote: On 12/12/20 8:41 AM, David King wrote: Installing 4kVideoDownloader on Fedora isn't all that difficult: 1)  Use the "alien" tool to convert the deb package to an rpm package: sudo alien --t

Re: how to install "4K Video Downloader"?

2020-12-13 Thread David King
On 12/12/20 1:58 PM, home user wrote: On 12/12/20 8:41 AM, David King wrote: Installing 4kVideoDownloader on Fedora isn't all that difficult: 1)  Use the "alien" tool to convert the deb package to an rpm package: sudo alien --to-rpm --scripts 4kvideodownloader_4.13.5-1_amd64

Re: how to install "4K Video Downloader"?

2020-12-12 Thread David King
7" %attr(0777, root, root) "/usr/lib/.build-id/f7/997df8fab1b5db8950848b227407154e389688" Save the file and let the rebuild complete. 3) Insrall the rpm package using dnf as usual: sudo dnf install ~/rpmbuild/RPMS/x86_64/4kvideodownloader-4.13-6.x86_64.rpm -- David King dave at

Re: usb thermometer?

2020-01-21 Thread David King
On 1/20/20 2:17 PM, ToddAndMargo via users wrote: > On 2020-01-20 09:03, David King wrote: >> On 1/20/20 1:08 AM, ToddAndMargo via users wrote: >>> Hi All, >>> >>> Is there a such thing as usb thermometer that Fedora >>> can read?  And be able to be p

Re: usb thermometer?

2020-01-20 Thread David King
It's pretty simple to do, simpler than the web tutorials I found make it out to be.  They're all pretty out-of-date when it comes to the software setup involved.  That's gotten dead simple now. Dave David King dave at daveking dot com ___

Re: is there such a thing as a linux "user profile"?

2018-02-20 Thread David King
n example of describing these as user profiles: http://linux-training.be/security/ch04.html * LDAP directory user entities, groups (roles) and profile/directory metadata, assuming the *nix system tied to an LDAP for authentication * Mail client profi

Re: how to digitize a sizable CD collection using fedora?

2018-02-04 Thread David King
On 02/04/2018 09:45 AM, Robert P. J. Day wrote: > ... snip ... > > On Sun, 4 Feb 2018, David King wrote: > >> On 02/03/2018 05:03 PM, Robert P. J. Day wrote: >>> for now, i was thinking of ripping just to .flac since that's >>> lossless and i can alway

Re: how to digitize a sizable CD collection using fedora?

2018-02-04 Thread David King
ase and then doing whatever conversions are needed to suit the particular device or service that I'm using the music with.  It might be true that I'm incapable of hearing the difference in quality but given that disk space is so cheap these days, the space I'd save by using

Re: downloading ALL Packages of a fedora release.

2018-01-14 Thread David King
"fedora repo on usb" is:  https://ask.fedoraproject.org/en/question/29254/cache-all-the-content-of-fedora-repo-to-a-usb-key/ Does that do what you want? -- David King d...@daveking.com ___ users mailing list -- users@lists.fedoraproject.org To