Re: how do you find installed bloatware to apt purge?

2025-03-11 Thread 🦓
2025-03-06[Thu]15:23 🦓 read that 2025-03-06[Thu]08:38 Geoff wrote You can use dpigs from debian-goodies package: debian-goodies' dpigs does a great job: debian)czyborra@localhost:~$ dpigs -H 142.3M libgl1-mesa-dri 79.3M libpython3.7-dev 65.2M emacs-common 57.7M libllvm7 43.1M guile-2.

Re: how do you find installed bloatware to apt purge?

2025-03-11 Thread Henrik Ahlgren
Greg Wooledge writes: > Why are you assuming that the space you want can be freed by removing > packages? > > For the vast majority of people, if disk space is running low, it's > because *data* files are piling up, and may be in need of some trimming. Pro tip: running "sudo apt clean" often fre

Re: how do you find installed bloatware to apt purge?

2025-03-07 Thread Greg Wooledge
On Fri, Mar 07, 2025 at 23:26:55 +0100, 🦓 wrote: > 2025-03-07[Fri]23:14 🦓 read that > 2025-03-07[Fri]07:21 Greg Wooledge wrote > > That's conceptually similar to the little program that I wrote, which > > you can get from . It's in perl. > > Wow! Looks backward comp

Re: how do you find installed bloatware to apt purge?

2025-03-07 Thread 🦓
2025-03-07[Fri]23:27 🦓 read that 2025-03-07[Fri]10:20 Jonathan Dowland wrote I favour "duc" (as opposed to, e.g. ncdu) duc index / duc ui / There are several duc browsers: ui is an ncurses-style TUI; there's also CLI, GUI and web-based ones. The GUI and web-based ones use a nice

Re: how do you find installed bloatware to apt purge?

2025-03-07 Thread 🦓
2025-03-07[Fri]23:14 🦓 read that 2025-03-07[Fri]07:21 Greg Wooledge wrote That's conceptually similar to the little program that I wrote, which you can get from . It's in perl. Wow! Looks backward compatible with perl4.036 - what do i need to write to make ds i

Re: how do you find installed bloatware to apt purge?

2025-03-07 Thread songbird
that data gets backed up regularly so it can be restored. things i have backed up are on two devices internal to the machine and also an external copy that is only powered up for the back up or when needed to find and restore something. i do need a better back up and restore system but that

Re: how do you find installed bloatware to apt purge?

2025-03-07 Thread Greg Wooledge
On Fri, Mar 07, 2025 at 10:20:30 +, Jonathan Dowland wrote: > For Debian packages specifically, you can use dpigs from the debian-goodies > package. I wrote an alternative for situations where I don't want to install > debian-goodies and its transitive dependencies: > > awk -v RS='' '/St

Re: how do you find installed bloatware to apt purge?

2025-03-07 Thread Jonathan Dowland
On Wed Mar 5, 2025 at 2:22 PM GMT, Runamile Czyborra wrote: my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install python3 pip && sudu pip3 install vosk in my crouton and what do you use to ergonomically present installed candidates to apt purge a few gigabytes? I favour "duc

Re: how do you find installed bloatware to apt purge?

2025-03-06 Thread David
On Thu, 6 Mar 2025 at 15:46, Henrik Ahlgren wrote: > > Pro tip: running "sudo apt clean" often frees up significant disk space > (relatively, in machines with tiny storage capacity) by removing all > cached package files from /var/cache/apt/archives. Hi, another pro-tip: While 'apt-get' does keep

Re: how do you find installed bloatware to apt purge?

2025-03-06 Thread Greg Wooledge
On Thu, Mar 06, 2025 at 09:59:47 -0500, Eben King wrote: > Yeah. Many of the packages in deborphan's output are things I actually > want to keep, and I think that that if you remove something, all of its > requirements are still installed. Unless there's a smart package > manager that goes throug

Re: how do you find installed bloatware to apt purge?

2025-03-06 Thread Eben King
On 3/6/25 00:21, David Wright wrote: On Wed 05 Mar 2025 at 17:04:12 (-0500), Eben King wrote: On 3/5/25 09:22, Runamile Czyborra wrote: my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install python3 pip && sudu pip3 install vosk in my crouton and what do you use to ergonomi

Re: how do you find installed bloatware to apt purge?

2025-03-06 Thread Greg Wooledge
On Thu, Mar 06, 2025 at 15:21:32 +0100, 🦓 wrote: > what would i want to sudo aptitude purge here to free 1 gig? Why are you assuming that the space you want can be freed by removing packages? For the vast majority of people, if disk space is running low, it's because *data* files are piling up, a

Re: how do you find installed bloatware to apt purge?

2025-03-06 Thread 🦓
about deborphan am i havin da same sentiment plus hard time tryna interpret da deborphan decimals due 2 my insufficient rtfm of manpages.debian.org/bookworm/deborphan/deborphan.1.en.html (debian)czyborra@localhost:~$ sudo aptitude install deborphan […] Unpacking dialog (1.3-20190211-1) ... Set

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread David Wright
On Wed 05 Mar 2025 at 17:04:12 (-0500), Eben King wrote: > On 3/5/25 09:22, Runamile Czyborra wrote: > > my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install > > python3 pip && sudu pip3 install vosk in my crouton and what do you use > > to ergonomically present installed candid

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread Geoff
🦓 wrote: sudo aptitude purge libqt5webengine5 blackmailed me to purge qutebrowser now. sudo aptitude purge libllvm7 demands i pure ffmpeg links2 xorg. sudo aptitude search l10n local | grep ^i finds no localedef. sudo aptitude purge liblocale-gettext-perl also purges console-setup debconf-i18n t

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread Eben King
On 3/5/25 09:22, Runamile Czyborra wrote: my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install python3 pip && sudu pip3 install vosk in my crouton and what do you use to ergonomically present installed candidates to apt purge a few gigabytes? deborphan --show-section --sh

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread 🦓
sudo aptitude purge libqt5webengine5 blackmailed me to purge qutebrowser now. sudo aptitude purge libllvm7 demands i pure ffmpeg links2 xorg. sudo aptitude search l10n local | grep ^i finds no localedef. sudo aptitude purge liblocale-gettext-perl also purges console-setup debconf-i18n tasksel xorg.

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread 🦓
Op wo 5 mrt 2025 om 18:05 schreef 🦓 : > my sudo apt install ncdu cost me 0.000981GB. > Merely 0.981GB alias 98K.

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread 🦓
ncdu does the trick! thank u all 4 ur answers. 12G vosk bloat won't ever fit into my available 1G on my 11G MMC: (debian)czyborra@localhost:~$ df -hl / Filesystem Size Used Avail Use% Mounted on /dev/mmcblk0p1 11G 8.7G 1.1G 90% / my pip3 install vosk had failed before even starting a

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread 🦓
{ "emoji": "💪", "version": 1 }

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread Antonio Russo
On 2025-03-05 07:22, Runamile Czyborra wrote: my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install python3 pip && sudu pip3 install vosk in my crouton and what do you use to ergonomically present installed candidates to apt purge a few gigabytes? Start by running ncdu in y

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread Yassine Chaouche
Le 3/5/25 à 15:22, Runamile Czyborra a écrit : my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install python3 pip && sudu pip3 install vosk in my crouton and what do you use to ergonomically present installed candidates to apt purge a few gigabytes? Clearing apt's cache migh

Re: how do you find installed bloatware to apt purge?

2025-03-05 Thread tomas
On Wed, Mar 05, 2025 at 03:22:15PM +0100, Runamile Czyborra wrote: > my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install > python3 pip && sudu pip3 install vosk in my crouton and what do you use to > ergonomically present installed candidates to apt purge a few gigabytes? Note

how do you find installed bloatware to apt purge?

2025-03-05 Thread Runamile Czyborra
my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install python3 pip && sudu pip3 install vosk in my crouton and what do you use to ergonomically present installed candidates to apt purge a few gigabytes?

Re: How to find installed packages not in APT?

2025-02-05 Thread Jörg-Volker Peetz
It's documented in the man page of apt-patterns. Regards, Jörg.

Re: How to find installed packages not in APT?

2025-02-04 Thread Max Nikulin
On 05/02/2025 02:07, Greg Wooledge wrote: Start with aptitude(8). Instead of talking about some "aptitude reference manual", it should just say "see apt-patterns(7)". No, it should not. Query languages are similar, but still are not identical

Re: How to find installed packages not in APT?

2025-02-04 Thread debian-user
Greg Wooledge wrote: > On Tue, Feb 04, 2025 at 11:04:16 -0800, Loren M. Lang wrote: > > On Tue, Feb 04, 2025 at 12:15:32PM -0500, Greg Wooledge wrote: > > > On Wed, Feb 05, 2025 at 00:00:13 +0700, Max Nikulin wrote: > > > > - apt-patterns(7) > > > > > > Why isn't this linked/referenced from

Re: How to find installed packages not in APT?

2025-02-04 Thread Tim Woodall
On Mon, 3 Feb 2025, Loren M. Lang wrote: On Mon, Feb 03, 2025 at 11:09:58AM +, Andy Smith wrote: Hi Loren, On Sun, Feb 02, 2025 at 11:29:45PM -0800, Loren M. Lang wrote: I am looking for a way to find all packages that have been installed on my system according to dpkg, but don't h

Re: How to find installed packages not in APT?

2025-02-04 Thread Greg Wooledge
On Tue, Feb 04, 2025 at 11:04:16 -0800, Loren M. Lang wrote: > On Tue, Feb 04, 2025 at 12:15:32PM -0500, Greg Wooledge wrote: > > On Wed, Feb 05, 2025 at 00:00:13 +0700, Max Nikulin wrote: > > > - apt-patterns(7) > > > > Why isn't this linked/referenced from apt(8) or apt-get(8) or aptitude(8)? >

Re: How to find installed packages not in APT?

2025-02-04 Thread Greg Wooledge
On Tue, Feb 04, 2025 at 11:25:46 -0600, David Wright wrote: > On Tue 04 Feb 2025 at 12:15:32 (-0500), Greg Wooledge wrote: > > On Wed, Feb 05, 2025 at 00:00:13 +0700, Max Nikulin wrote: > > > - apt-patterns(7) > > > > Why isn't this linked/referenced from apt(8) or apt-get(8) or aptitude(8)? > > I

Re: How to find installed packages not in APT?

2025-02-04 Thread Loren M. Lang
On Tue, Feb 04, 2025 at 12:15:32PM -0500, Greg Wooledge wrote: > On Wed, Feb 05, 2025 at 00:00:13 +0700, Max Nikulin wrote: > > - apt-patterns(7) > > Why isn't this linked/referenced from apt(8) or apt-get(8) or aptitude(8)? > I just checked all three, and it's not on any of them. It is reference

Re: How to find installed packages not in APT?

2025-02-04 Thread David Wright
On Tue 04 Feb 2025 at 12:15:32 (-0500), Greg Wooledge wrote: > On Wed, Feb 05, 2025 at 00:00:13 +0700, Max Nikulin wrote: > > - apt-patterns(7) > > Why isn't this linked/referenced from apt(8) or apt-get(8) or aptitude(8)? > I just checked all three, and it's not on any of them. > > That's slight

Re: How to find installed packages not in APT?

2025-02-04 Thread Greg Wooledge
that is i[nstalled], by comparison. > That's a long list, going down to zstd. > > aptitude list -h gives you more help detail. The tilde patterns are definitely not in the output of "aptitude list -h". I just installed it to try it to find out. A google search for "ap

Re: How to find installed packages not in APT?

2025-02-04 Thread Max Nikulin
On 04/02/2025 23:12, Mike Castle wrote: On Tue, Feb 4, 2025 at 4:04 AM Andrew M.A. Cater wrote: apt list '~o' Where is '~o' documented? - https://www.debian.org/releases/bookworm/amd64/release-notes/ch-upgrading.en.html#obsolete - apt-patterns(7) However "aptitude search" is a bit more pow

Re: How to find installed packages not in APT?

2025-02-04 Thread Mike Castle
On Tue, Feb 4, 2025 at 8:47 AM Andrew M.A. Cater wrote: > Mentioning dselect - that will give you all the obsolete packages it > can't find - usually at the top of the interface but it does need > some degree of expertise to unravel what it shows. > > (I just used dselect to f

Re: How to find installed packages not in APT?

2025-02-04 Thread Andrew M.A. Cater
> > apt list '~o' > > > > > > Where is '~o' documented? apt(1) mentions dpkg-query, but I couldn't > > > find it mentioned there either. > > > > It's documented as part of "aptitude", I believe, but it's not i

Re: How to find installed packages not in APT?

2025-02-04 Thread Andrew M.A. Cater
On Tue, Feb 04, 2025 at 11:23:58AM -0500, Greg Wooledge wrote: > On Tue, Feb 04, 2025 at 08:12:42 -0800, Mike Castle wrote: > > On Tue, Feb 4, 2025 at 4:04 AM Andrew M.A. Cater > > wrote: > > > apt list '~o' > > > > Where is '~o' document

Re: How to find installed packages not in APT?

2025-02-04 Thread Mike Castle
On Tue, Feb 4, 2025 at 8:34 AM Greg Wooledge wrote: > > On Tue, Feb 04, 2025 at 08:12:42 -0800, Mike Castle wrote: > > On Tue, Feb 4, 2025 at 4:04 AM Andrew M.A. Cater > > wrote: > > > apt list '~o' > > > > Where is '~o' document

Re: How to find installed packages not in APT?

2025-02-04 Thread Greg Wooledge
On Tue, Feb 04, 2025 at 08:12:42 -0800, Mike Castle wrote: > On Tue, Feb 4, 2025 at 4:04 AM Andrew M.A. Cater wrote: > > apt list '~o' > > Where is '~o' documented? apt(1) mentions dpkg-query, but I couldn't > find it mentioned there either. It&#x

Re: How to find installed packages not in APT?

2025-02-04 Thread Mike Castle
On Tue, Feb 4, 2025 at 4:04 AM Andrew M.A. Cater wrote: > apt list '~o' Where is '~o' documented? apt(1) mentions dpkg-query, but I couldn't find it mentioned there either. I'm pretty sure I've seen it somewhere, but I couldn't find it when I sa

Re: How to find installed packages not in APT?

2025-02-04 Thread Mike Castle
Also, I don't think there should be any need to run it as root. And sorry for the bad line wrapping.

Re: How to find installed packages not in APT?

2025-02-04 Thread Andrew M.A. Cater
On Mon, Feb 03, 2025 at 11:33:50PM -0500, gene heskett wrote: > On 2/3/25 21:10, Mike Castle wrote: > > On Mon, Feb 3, 2025 at 5:16 PM Loren M. Lang wrote: > > > Basically, I want to identify any software that I couldn't reinstall on > > > a fresh install of Debian from the official Debian archive

Re: How to find installed packages not in APT?

2025-02-04 Thread gene heskett
On 2/4/25 00:02, Greg Wooledge wrote: On Mon, Feb 03, 2025 at 23:33:50 -0500, gene heskett wrote:  gene@coyote:/$ sudo -i root@coyote:~# comm -23 <(dpkg-query -W -f '${Package} ${Version}\n' | sort -u) <(apt-cache dumpavail | awk '/^Package:/ {package = $NF} /^Version:/ {version = $NF} /^$/ {pr

Re: How to find installed packages not in APT?

2025-02-03 Thread Loren M. Lang
On Mon, Feb 03, 2025 at 06:09:38PM -0800, Mike Castle wrote: > On Mon, Feb 3, 2025 at 5:16 PM Loren M. Lang wrote: > > Basically, I want to identify any software that I couldn't reinstall on > > a fresh install of Debian from the official Debian archives. > > Will this work as a starting place fo

Re: How to find installed packages not in APT?

2025-02-03 Thread Greg Wooledge
On Mon, Feb 03, 2025 at 23:33:50 -0500, gene heskett wrote: >  gene@coyote:/$ sudo -i > root@coyote:~# comm -23 <(dpkg-query -W -f '${Package} ${Version}\n' | sort > -u) > <(apt-cache dumpavail | awk '/^Package:/ {package = $NF} /^Version:/ > {version = $NF} /^$/ {print package, version}' | sort -u

Re: How to find installed packages not in APT?

2025-02-03 Thread gene heskett
On 2/3/25 21:10, Mike Castle wrote: On Mon, Feb 3, 2025 at 5:16 PM Loren M. Lang wrote: Basically, I want to identify any software that I couldn't reinstall on a fresh install of Debian from the official Debian archives. Will this work as a starting place for you? comm -23 <(dpkg-query -W -f

Re: How to find installed packages not in APT?

2025-02-03 Thread Mike Castle
On Mon, Feb 3, 2025 at 5:16 PM Loren M. Lang wrote: > Basically, I want to identify any software that I couldn't reinstall on > a fresh install of Debian from the official Debian archives. Will this work as a starting place for you? comm -23 <(dpkg-query -W -f '${Package} ${Version}\n' | sort -u

Re: How to find installed packages not in APT?

2025-02-03 Thread Loren M. Lang
On Mon, Feb 03, 2025 at 11:09:58AM +, Andy Smith wrote: > Hi Loren, > > On Sun, Feb 02, 2025 at 11:29:45PM -0800, Loren M. Lang wrote: > > I am looking for a way to find all packages that have been installed on > > my system according to dpkg, but don't ha

Re: How to find installed packages not in APT?

2025-02-03 Thread Greg Wooledge
On Mon, Feb 03, 2025 at 15:18:59 +0100, Jörg-Volker Peetz wrote: > you could check for obsolete packages, depending on the apt version, with > > $ apt list '~o' Oh, right. *That* is probably what the OP was really looking for: packages that have been installed in the past but are no longer i

Re: How to find installed packages not in APT?

2025-02-03 Thread Jörg-Volker Peetz
Hi, you could check for obsolete packages, depending on the apt version, with $ apt list '~o' Also looking for broken or garbage packets could help: $ apt list '~b' '~g' Of course, the output will depend on how your sources file (/etc/apt/sources.list, etc.) looks like. If you think the

Re: How to find installed packages not in APT?

2025-02-03 Thread Andy Smith
Hi Loren, On Sun, Feb 02, 2025 at 11:29:45PM -0800, Loren M. Lang wrote: > I am looking for a way to find all packages that have been installed on > my system according to dpkg, but don't have a matching entry in Apt. Packages installed with dpkg -i *do* show in apt, so can you be mo

How to find installed packages not in APT?

2025-02-02 Thread Loren M. Lang
I am looking for a way to find all packages that have been installed on my system according to dpkg, but don't have a matching entry in Apt. This is likely due to being installed manually from a third-party website or because it was left over from a previous upgrade and not removed. Also, jus

Re: ain't it time to fix #790955 (couldn't find any console keymaps)?

2024-08-26 Thread Jochen Spieker
Harald Dunkel: > > trying to change console keymaps using standard localectl I > stumbled over https://bugs.debian.org/790955 and the > recommendation on > > https://www.claudiokuenzler.com/blog/1257/how-to-fix-missing-keymaps-debian-ubuntu-localectl-failed-read-list > > to install the missing k

ain't it time to fix #790955 (couldn't find any console keymaps)?

2024-08-26 Thread Harald Dunkel
Hi folks, trying to change console keymaps using standard localectl I stumbled over https://bugs.debian.org/790955 and the recommendation on https://www.claudiokuenzler.com/blog/1257/how-to-fix-missing-keymaps-debian-ubuntu-localectl-failed-read-list to install the missing keymaps using upstrea

Re: How to find suitable mailing list or USENET group

2024-07-10 Thread Richard Owlett
On 07/09/2024 06:01 PM, Jeffrey Walton wrote: On Tue, Jul 9, 2024 at 12:51 PM Richard Owlett wrote: My particular problem is finding an active user oriented list/group for KDE's Kate editor. All I found is a developers' list. In general, how does one find a suitable mailing list

Reviving Usenet Was: How to find suitable mailing list or USENET group

2024-07-09 Thread John Hasler
Max writes: > Gnus (Emacs) should be a bit more than just text UI. Yes, of course Gnus: it's what I use. But there is no point in mentioning anything connected with Emacs when talking about enticing people away from Facebook et al even though it is actually quite easy to use these days. -- John H

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Max Nikulin
On 09/07/2024 23:15, John Hasler wrote: I don't think a graphical Usenet client exists but it easily could. Even easier might be a browser plugin. Thunderbird supports NNTP and likely Claws as well. Gnus (Emacs) should be a bit more than just text UI. I am in doubts what you mean by "browser

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Jeffrey Walton
On Tue, Jul 9, 2024 at 12:51 PM Richard Owlett wrote: > > My particular problem is finding an active user oriented list/group for > KDE's Kate editor. All I found is a developers' list. > > In general, how does one find a suitable mailing list or USENET group? > Other

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread eben
On 7/9/24 16:32, cgi...@surfnaked.ca wrote: On Tue, 09 Jul 2024 18:20:01 +0200, John Hasler wrote: > I don't think a graphical Usenet client exists but it easily could. > Even easier might be a browser plugin. The Pan newsreader does the job nicely and is about as graphical as you'd want to

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread cgibbs
On Tue, 09 Jul 2024 18:20:01 +0200, John Hasler wrote: > I don't think a graphical Usenet client exists but it easily could. > Even easier might be a browser plugin. The Pan newsreader does the job nicely and is about as graphical as you'd want to get. Although I normally use slrn for Usen

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Richard Owlett
On 07/09/2024 12:30 PM, Van Snyder wrote: On Tue, 2024-07-09 at 07:55 -0500, Richard Owlett wrote: My particular problem is finding an active user oriented list/group for KDE's Kate editor. All I found is a developers' list. This is somewhat tangential to the main question, but I

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Richard Owlett
On 07/09/2024 12:25 PM, debian-u...@howorth.org.uk wrote: Richard Owlett wrote: My particular problem is finding an active user oriented list/group for KDE's Kate editor. All I found is a developers' list. In general, how does one find a suitable mailing list or USENET group? Others

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Van Snyder
On Tue, 2024-07-09 at 07:55 -0500, Richard Owlett wrote: > My particular problem is finding an active user oriented list/group > for > KDE's Kate editor. All I found is a developers' list. This is somewhat tangential to the main question, but I find that nedit has everything I

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread debian-user
Richard Owlett wrote: > My particular problem is finding an active user oriented list/group > for KDE's Kate editor. All I found is a developers' list. > > In general, how does one find a suitable mailing list or USENET group? > Others must have the same general problem

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Richard Owlett
your name. :-D In general, how does one find a suitable mailing list or USENET group? Others must have the same general problem. In general, I leverage presearch or duckduckgo to find something, anything, pertinent relating to what I am researching. If I find a good resource, I bookmark it so that

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Richard Owlett
On 07/09/2024 08:59 AM, Michel Verdier wrote: On 2024-07-09, Richard Owlett wrote: When posting, I assumed a mailing list would be the more likely solution. I just don't know how to find suitable list. Did you try the general KDE mailinglist? https://mail.kde.org/mailman/listinfo/kde

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread John Hasler
Sirius writes: > Usenet is rather quiet these days, something I hope will change once > people tire of web-forums that is more preoccupied with showing you > ads than they are solving your problem. Not as long as browsers fail to support it and the myth that it cannot handle anything but plain tex

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Bret Busby
On 9/7/24 22:06, Sirius wrote: On tis, 2024/07/09 at 07:55:28 GMT, Richard Owlett wrote: My particular problem is finding an active user oriented list/group for KDE's Kate editor. All I found is a developers' list. Mailing lists, well.. You could ask Debian Project nicely if they would cr

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Sirius
On tis, 2024/07/09 at 07:55:28 GMT, Richard Owlett wrote: > My particular problem is finding an active user oriented list/group for > KDE's Kate editor. All I found is a developers' list. I was going to suggest comp.editors, but then I recognised your name. :-D > In general,

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Michel Verdier
On 2024-07-09, Richard Owlett wrote: > When posting, I assumed a mailing list would be the more likely solution. I > just don't know how to find suitable list. Did you try the general KDE mailinglist? https://mail.kde.org/mailman/listinfo/kde

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Richard Owlett
On 07/09/2024 08:25 AM, Michel Verdier wrote: On 2024-07-09, Richard Owlett wrote: In general, how does one find a suitable mailing list or USENET group? For usenet you can search the active file of your server. I was using news.eternal-september.org Subscribe to some groups and see if

Re: How to find suitable mailing list or USENET group

2024-07-09 Thread Michel Verdier
On 2024-07-09, Richard Owlett wrote: > In general, how does one find a suitable mailing list or USENET group? For usenet you can search the active file of your server. I was using news.eternal-september.org Subscribe to some groups and see if someone respond. But usenet is almost dead nowadays :/

How to find suitable mailing list or USENET group

2024-07-09 Thread Richard Owlett
My particular problem is finding an active user oriented list/group for KDE's Kate editor. All I found is a developers' list. In general, how does one find a suitable mailing list or USENET group? Others must have the same general problem.

Re: can not find repo

2024-04-14 Thread Cindy Sue Causey
On Sun, Apr 14, 2024 at 12:03 PM wrote: > > i don't see an armel repo on any of the mirrors i checked > it was there a week ago > has it been deleted or am i just old and blind > Hi.. I just took a quick poke at this by using the following k/t debootstrap: http://deb.debian.org/debian By clicki

can not find repo

2024-04-14 Thread fxkl47BF
i don't see an armel repo on any of the mirrors i checked it was there a week ago has it been deleted or am i just old and blind

Re: Can't find informatin on passwdqc, pwqcheck or cracklib

2024-03-22 Thread Loïc Grenié
On Fri March. 22, 2024, at 03:39, NC wrote: > I'm wanting to upgrade my security, and like to use some of the > suggested tools. I've installed some of the tools, but can't find man > pages on them. Similarly there's no results to be had from googling. > I must

Re: Can't find informatin on passwdqc, pwqcheck or cracklib

2024-03-22 Thread Michael Kjörling
On 22 Mar 2024 13:16 +1100, from n...@linearg.com: > I'm wanting to upgrade my security, and like to use some of the suggested > tools. I've installed some of the tools, but can't find man pages on them. You can see the files installed by a package by running: $ dpkg -L Fo

Re: Can't find informatin on passwdqc, pwqcheck or cracklib

2024-03-21 Thread tomas
On Fri, Mar 22, 2024 at 01:16:13PM +1100, n...@linearg.com wrote: > I'm wanting to upgrade my security, and like to use some of the suggested > tools. I've installed some of the tools, but can't find man pages on them. > Similarly there's no results to be had from

Re: Can't find informatin on passwdqc, pwqcheck or cracklib

2024-03-21 Thread David
On Fri, 2024-03-22 at 13:16 +1100, n...@linearg.com wrote: > I'm wanting to upgrade my security, and like to use some of the > suggested tools. I've installed some of the tools, but can't find man > pages on them.  Similarly there's no results to be had from go

Re: Can't find informatin on passwdqc, pwqcheck or cracklib

2024-03-21 Thread David
On Fri, 2024-03-22 at 13:16 +1100, n...@linearg.com wrote: > I'm wanting to upgrade my security, and like to use some of the > suggested tools. I've installed some of the tools, but can't find man > pages on them.  Similarly there's no results to be had from go

Can't find informatin on passwdqc, pwqcheck or cracklib

2024-03-21 Thread n
I'm wanting to upgrade my security, and like to use some of the suggested tools. I've installed some of the tools, but can't find man pages on them. Similarly there's no results to be had from googling. I must be missing something.. NC

Re: How to find system configuration vulnerabilities; was: Thank you Debian

2024-02-21 Thread Andre Rodier
ed the debsecan package, which is good as well. I will see if I can make this more readable and integrated with the distribution. Note that any automated tool will use some kind of heuristics so (a) may find things that are not actually vulnerabilities in your setup, and (b) might not find somethi

Re: How to find system configuration vulnerabilities; was: Thank you Debian

2024-02-21 Thread Timothy Butterworth
a >minimal Debian installation should be a reasonably practical way of >auditing the deployment process itself for vulnerabilities. >A web search for something like "linux local vulnerability scanner" >will provide you with additional leads. >Note that any automated tool wi

Re: How to find system configuration vulnerabilities; was: Thank you Debian

2024-02-21 Thread Michael Kjörling
ties. A web search for something like "linux local vulnerability scanner" will provide you with additional leads. Note that any automated tool will use some kind of heuristics so (a) may find things that are not actually vulnerabilities in your setup, and (b) might not find something whic

Re: find and it uncommon syntax - grrrrrrrrr

2024-02-10 Thread gene heskett
current working directory: find bpim* -print | grep 'shelf.scad' That's not correct. The argument(s) that immediately follow find should be the starting point(s) where it will begin its search. Normally these would be directories, especially the "." directory, which is ac

Re: find and it uncommon syntax - grrrrrrrrr

2024-02-10 Thread Andy Smith
Hello, On Sat, Feb 10, 2024 at 06:03:39PM -0500, gene heskett wrote: > On 2/10/24 15:55, Greg Wooledge wrote: > > find . -iname 'bpim5*shelf.scad' > > Thank you Greg, it worked and 4 more copies are under construction now, but > why is this not in the man page? Mind

Re: find and it uncommon syntax - grrrrrrrrr

2024-02-10 Thread Andy Smith
ly spits out > /the/path/to/the/file its looking for it it even found it? Gene and his inability as usual to show us what he has tried and the output he got - gr > And where do I put that as an alias, in my .bashrc? find is an extremely flexible command that can do a lot of different

Re: find and it uncommon syntax - grrrrrrrrr

2024-02-10 Thread gene heskett
On 2/10/24 15:55, Greg Wooledge wrote: find . -iname 'bpim5*shelf.scad' Thank you Greg, it worked and 4 more copies are under construction now, but why is this not in the man page? Mind boggling. Cheers, Gene Heskett, CET. -- "There are four boxes to be used in defense of

Re: find and it uncommon syntax - grrrrrrrrr

2024-02-10 Thread Greg Wooledge
t you are searching in the current working directory: > find bpim* -print | grep 'shelf.scad' That's not correct. The argument(s) that immediately follow find should be the starting point(s) where it will begin its search. Normally these would be directories, especially the ".

Re: find and it uncommon syntax - grrrrrrrrr

2024-02-10 Thread Nicholas Geovanis
On Sat, Feb 10, 2024, 2:46 PM gene heskett wrote: > Greetings; > > I have misplaced file someplace in /home/gene. > its name is bpim5*shelf.scad > Assuming that you are searching in the current working directory: find bpim* -print | grep 'shelf.scad' As usual it

Re: find and it uncommon syntax - grrrrrrrrr

2024-02-10 Thread Greg Wooledge
On Sat, Feb 10, 2024 at 03:46:09PM -0500, gene heskett wrote: > I have misplaced file someplace in /home/gene. > its name is bpim5*shelf.scad > As usual it outputs 100,000 filenames, none of which is the one I am looking cd find . -iname 'bpim5*shelf.scad'

find and it uncommon syntax - grrrrrrrrr

2024-02-10 Thread gene heskett
Greetings; I have misplaced file someplace in /home/gene. its name is bpim5*shelf.scad As usual it outputs 100,000 filenames, none of which is the one I am looking for. How in heck do you shut this thing up so it only spits out /the/path/to/the/file its looking for it it even found it? And wh

Re: find question

2024-01-13 Thread Greg Wooledge
On Sun, Jan 14, 2024 at 12:25:03AM +1300, Richard Hector wrote: > Except that from the man page, -delete implies -depth. Maybe that's a > GNUism; I don't know. Oh, maybe that's new? I'm not sure. Anyway, yeah, -delete is a GNUism. POSIX find doesn't have it at a

Re: find question

2024-01-13 Thread Richard Hector
On 30/12/23 01:27, Greg Wooledge wrote: On Fri, Dec 29, 2023 at 10:56:52PM +1300, Richard Hector wrote: find $dir -mtime +7 -delete "$dir" should be quoted. Got it, thanks. Will that fail to delete higher directories, because the deletion of files updated the mtime? Or does

Re: find question

2023-12-29 Thread Greg Wooledge
On Fri, Dec 29, 2023 at 10:56:52PM +1300, Richard Hector wrote: > find $dir -mtime +7 -delete "$dir" should be quoted. > Will that fail to delete higher directories, because the deletion of files > updated the mtime? > > Or does it get all the mtimes first, and use

find question

2023-12-29 Thread Richard Hector
Hi all, When using: find $dir -mtime +7 -delete Will that fail to delete higher directories, because the deletion of files updated the mtime? Or does it get all the mtimes first, and use those? And how precise are those times? If I'm running a cron job that deletes 7-day-old direct

Re: apt upgrade can't find archive for virtualbox-7.0

2023-12-23 Thread Michael Kjörling
comp: > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > E: The package virtualbox-7.0 needs to be reinstalled, but I can't find an > archive for it. > (base) comp@AbNormal:~$ >> >> Depending on the current stat

Re: apt upgrade can't find archive for virtualbox-7.0; was: Synaptic Problem

2023-12-23 Thread Stephen P. Molnar
package lists... Done Building dependency tree... Done Reading state information... Done E: The package virtualbox-7.0 needs to be reinstalled, but I can't find an archive for it. (base) comp@AbNormal:~$ Please advise. VirtualBox isn't in the official Debian repositories, so you likely use

Re: apt upgrade can't find archive for virtualbox-7.0; was: Synaptic Problem

2023-12-23 Thread Michael Kjörling
ge lists... Done > Building dependency tree... Done > Reading state information... Done > E: The package virtualbox-7.0 needs to be reinstalled, but I can't find an > archive for it. > (base) comp@AbNormal:~$ > > Please advise. VirtualBox isn't in the official Debian re

Re: Could not find interfaces configuration file /etc/network/interfaces in Debian Linux 11 (bullseye)

2023-12-09 Thread Turritopsis Dohrnii Teo En Ming
On Friday, December 8th, 2023 at 11:23 PM, John Hasler wrote: > Mr. Turritopsis Dohrnii Teo En Ming writes: > > > You managed to install OpenWRT on an Ubiquiti router? > > > Yes. It was quite straightforward. Instructions on the OpenWRT site. > -- > John Hasler > j...@sugarbit.com > Elmwood,

  1   2   3   4   5   6   7   8   9   10   >