Re: When to sudo apt clean?

2023-06-24 Thread Emanuel Berg
Max Nikulin wrote: >> sudo apt autoremove -y && sudo apt update && sudo apt >> upgrade -y > > Almost from the start of this thread I am curious if there > is a reason to not run autoremove immediately after upgrade. > What is the purpose of retaining unnecessary packages till > next upgrade? Inde

Re: FOSS tool to do general stats from text indata

2023-06-24 Thread Emanuel Berg
tomas wrote: I mean a general tool, but with options to tweak the report included, of course. >>> >>> If you can bear some tweaking, R is it. >> >> Sure! Let's run R on this e-mail. Does it work and if so, what >> does it say? > > T a generic question -- a generic answer R is a program

Re: FOSS tool to do general stats from text indata

2023-06-24 Thread tomas
On Sat, Jun 24, 2023 at 10:00:05PM +0200, Emanuel Berg wrote: > tomas wrote: > > >> Is there a CLI and FOSS tool that creates stats from text > >> indata - e.g., > >> > >> $ txt2stats path/to/indata/*.txt > >> > >> I mean a general tool, but with options to tweak the report > >> included, of c

Re: When to sudo apt clean?

2023-06-24 Thread Max Nikulin
On 24/06/2023 23:42, gene heskett wrote: sudo apt autoremove -y && sudo apt update && sudo apt upgrade -y Almost from the start of this thread I am curious if there is a reason to not run autoremove immediately after upgrade. What is the purpose of retaining unnecessary packages till next upg

Re: FOSS tool to do general stats from text indata

2023-06-24 Thread John Hasler
Emanuel Berg writes: > Sure! Let's run R on this e-mail. Does it work and if so, what > does it say? Run 'apt-cache show r-base'. You will want to look at all the 'r-cran' packages for one that does what you need. -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: FOSS tool to do general stats from text indata

2023-06-24 Thread Emanuel Berg
tomas wrote: >> Is there a CLI and FOSS tool that creates stats from text >> indata - e.g., >> >> $ txt2stats path/to/indata/*.txt >> >> I mean a general tool, but with options to tweak the report >> included, of course. > > If you can bear some tweaking, R is it. Sure! Let's run R on this e-

Re: FOSS tool to do general stats from text indata

2023-06-24 Thread Emanuel Berg
Cousin Stanley wrote: > If you have python programming skills, you might consider > NLTK Unbelievable if there are no such tools anywhere already, but I don't have one either so maybe there aren't then? -- underground experts united https://dataswamp.org/~incal

Re: FOSS tool to do general stats from text indata

2023-06-24 Thread Emanuel Berg
Joel Roth wrote: > A basic search finds this web tool: > > https://www.usingenglish.com/resources/text-statistics/ Cool, I'll get back to you when I tried it God willing ... > Otherwise, I think you'll have to write your own -- or hire > someone (like me :^) to write one for you. Surely there m

Re: FOSS tool to do general stats from text indata

2023-06-24 Thread Emanuel Berg
paulf wrote: >>> I don't know about all of your wishlist, but gnuplot is >>> the proper tool for taking data from, say, a CSV file, and >>> putting it into graphs of various types. >> >> Well, gnuplot is great obviously but is more a tool to >> visualize data, organized data, here we need a tool

Re: When to sudo apt clean?

2023-06-24 Thread Emanuel Berg
tomas wrote: >> I'd much rather err on the side of extreme caution. >> If something goes bump, I'm screwed. > > To be fair, autoremove can improve safety: when it removes > old kernel versions filling up your boot partition. Anything more to add to the 'maintain' function (a1), to improve safety

Re: Fan speed and control

2023-06-24 Thread Emanuel Berg
Richmond wrote: > Smart fan control is enabled in the CMOS Complementary metal–oxide–semiconductor, AKA sea-moss? https://en.wikipedia.org/wiki/CMOS The CMOS BIOS: https://en.wikipedia.org/wiki/Nonvolatile_BIOS_memory > for both CPU and System. Is there something I can use which > will au

Re: Bookworm: Network Manager and firewalld

2023-06-24 Thread Charles Curley
On Sat, 24 Jun 2023 20:22:27 +0200 john doe wrote: > Is there any reason why you favored Firewalled? It is available from Debian repos, uses nftables, and looks to be well documented. So far, it has worked well. I haven't had a machine using firewalld out in the wilds of the Internet. The down

Re: Bookworm: Network Manager and firewalld

2023-06-24 Thread john doe
On 6/17/23 23:12, Charles Curley wrote: I have been looking for a replacement for shorewall, and determined to try firewalld. > I also have been looking for a replacement for Shorewall, I came across a new firewall named Foomuuri [1]. Is there any reason why you favored Firewalled? [1] http

Re: When to sudo apt clean?

2023-06-24 Thread gene heskett
On 6/24/23 02:53, to...@tuxteam.de wrote: On Fri, Jun 23, 2023 at 10:57:55PM -0700, Steve Sobol wrote: On 2023-06-23 21:59, to...@tuxteam.de wrote: On Fri, Jun 23, 2023 at 05:29:22PM -0700, Steve Sobol wrote: [...] I'd much rather err on the side of extreme caution. If something goes bump, I

Re: FOSS tool to do general stats from text indata

2023-06-24 Thread Cousin Stanley
On 2023-06-23 13:30, Emanuel Berg wrote: > Is there a CLI and FOSS tool that creates stats from text > indata - e.g., > >$ txt2stats path/to/indata/*.txt > > I mean a general tool, but with options to tweak the report > included, of course. > > To produce neat stats, maybe even figures, and g

Fan speed and control

2023-06-24 Thread Richmond
I've noticed that the fan speed with Debian is much faster than the fan speed with Windows 10. I doubt very much that this is because Windows 10 is doing less processing. The fan speed with Windows 10 seems to vary quite a lot, where as Debian is consistently high when the room temperature is up ar