Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #81194
| From | "Carlos E.R." <robin_listas@es.invalid> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: “7 deprecated Linux commands you need to stop using - and what to use instead” |
| Date | 2026-01-16 13:48 +0100 |
| Message-ID | <olop3mxcir.ln2@Telcontar.valinor> (permalink) |
| References | <10k93b3$9rp0$1@dont-email.me> <eli$2601150115@qaz.wtf> <10kblbd$13oio$5@dont-email.me> <10kbub4$16n2s$1@dont-email.me> <wwvqzrquf8n.fsf@LkoBDZeT.terraraq.uk> |
On 2026-01-16 09:35, Richard Kettlewell wrote: > Nuno Silva <nunojsilva@invalid.invalid> writes: >> On 2026-01-15, Lawrence D’Oliveiro wrote: >>> Eli the Bearded wrote: >>>> On a foundation of sand. >>> >>> I go by the docs. The docs show that scp has been fixed to stop using >>> the old, deprecated protocol (at least by default). There is no >>> mention that the command itself is going to be deprecated any time >>> soon. Therefore, it must be safe to continue using. QED. >> >> No, that is not a logical conclusion. >> >> It does invalidate what the article claims, but you cannot conclude that >> it "must be safe". No offense meant to the programmers involved, I >> merely mean that you cannot prove the absence of vulnerabilities. > > I’m not sure what the argument against scp is here or what the supposed > foundation of sand is. The article says it clearly: scp -- wrong. rsync, scp and sftp are all different ways of transferring files securely over SSH. scp did use to use its own protocol at one point, but it has been upgraded to use the same underlying protocol as sftp, so it’s perfectly fine to continue using the same command, if that’s what you’re used to. There is no sign that the scp command itself is going to be deprecated at any point, though no doubt the option to fall back to the old protocol for compatibility’s sake is likely to be removed eventually. > > * scp is better suited to scripting and ad-hoc single-file transfers > than the interactive sftp command is; the two commands are optimized > for slightly different sets of use cases. > > * Historically scp’s bizarre transfer protocol meant it had trouble with > spaces in filenames. Today its use of the SFTP protocol resolves that, > so there is no relevant difference from the sftp command there. (You > can tell it to revert to the old way if you want to see the > difference.) > > * You can’t prove the sftp command, sftp server or rsync free of > vulnerabilities either, so there is no relevant difference there > either. > > So what is the argument against scp? Or is this all just a bit of > pointless nit-picking? > -- Cheers, Carlos. ES🇪🇸, EU🇪🇺;
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
“7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-14 21:54 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” c186282 <c186282@nnada.net> - 2026-01-14 17:07 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-15 08:38 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-15 12:25 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-15 21:10 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-16 13:47 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-15 07:15 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-15 18:47 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-16 11:04 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-16 13:48 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-16 18:37 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 22:37 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 10:04 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-17 14:28 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 15:06 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-17 22:59 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-18 11:13 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-18 12:47 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-18 21:09 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Stéphane CARPENTIER <sc@fiat-linux.fr> - 2026-01-18 21:15 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-18 23:12 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-18 19:52 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 00:43 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-19 09:54 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-19 11:15 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-19 14:21 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:51 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-19 22:48 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” John Ames <commodorejohn@gmail.com> - 2026-01-19 08:33 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:52 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” John Ames <commodorejohn@gmail.com> - 2026-01-19 13:00 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:45 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 10:46 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-20 12:03 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 14:34 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-20 13:40 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 16:14 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-20 20:51 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 11:19 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 13:50 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 14:37 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 20:55 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-20 08:41 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-20 19:01 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 20:59 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-20 12:58 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” jayjwa <jayjwa@atr2.ath.cx.invalid> - 2026-01-19 13:10 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 10:02 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-16 18:23 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-16 07:43 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-16 14:51 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-16 18:13 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-14 23:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-15 03:14 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” c186282 <c186282@nnada.net> - 2026-01-15 00:27 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-15 18:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-15 21:04 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 13:39 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-16 21:07 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 22:28 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-16 21:33 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-17 10:39 +1000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-17 10:53 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-19 12:15 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-19 14:24 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-19 15:50 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” John Ames <commodorejohn@gmail.com> - 2026-01-19 08:38 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 10:48 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:41 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 10:50 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-15 10:39 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-16 07:53 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marco Moock <mm@dorfdsl.de> - 2026-01-16 10:57 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-16 20:58 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-17 10:25 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-17 11:19 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-16 13:47 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-17 10:37 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 10:00 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-18 07:03 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" c186282 <c186282@nnada.net> - 2026-01-18 01:03 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-15 11:46 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-15 12:09 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-15 14:13 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-15 13:48 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” jayjwa <jayjwa@atr2.ath.cx.invalid> - 2026-01-15 11:22 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-15 21:05 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-15 22:35 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Stéphane CARPENTIER <sc@fiat-linux.fr> - 2026-01-17 12:03 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-15 18:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-16 08:39 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-16 11:06 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-15 07:09 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-15 18:50 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Eli the Bearded <*@eli.users.panix.com> - 2026-01-15 06:19 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” c186282 <c186282@nnada.net> - 2026-01-15 03:00 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 13:44 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-15 21:14 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-15 23:47 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-16 08:35 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 13:48 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-16 14:57 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 22:31 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-17 10:52 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-17 03:49 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-17 03:26 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 09:57 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Computer Nerd Kev <not@telling.you.invalid> - 2026-01-17 14:12 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-17 14:25 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-17 13:11 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-17 18:20 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-19 11:45 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-19 14:27 +0100
Re: “7 deprecated Linux commands you need to st op using - and what to use instead” vallor <vallor@vallor.earth> - 2026-01-20 05:04 +0000
Re: “7 deprecated Linux commands you need to st op using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 00:35 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 00:32 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-21 04:16 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 08:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-21 09:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” marrgol <marrgol@address.invalid> - 2026-01-21 11:56 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 12:14 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 12:06 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-21 11:28 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-22 07:14 +1000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-21 22:04 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-21 13:27 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-21 22:50 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-22 10:43 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-22 13:17 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-22 21:43 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-22 22:40 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-23 12:33 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-23 14:10 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 23:01 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-21 22:50 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> - 2026-01-22 09:56 +0200
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-22 10:51 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-22 09:56 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-22 09:35 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-23 12:35 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-23 11:39 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” John Ames <commodorejohn@gmail.com> - 2026-01-23 08:02 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-23 18:43 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-22 13:25 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Andreas Eder <a_eder_muc@web.de> - 2026-01-22 17:47 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-22 10:06 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Andreas Eder <a_eder_muc@web.de> - 2026-01-22 11:02 +0100
Re: Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Eli the Bearded <*@eli.users.panix.com> - 2026-01-23 03:33 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-23 14:14 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-23 16:50 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-23 20:55 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-23 22:39 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Eli the Bearded <*@eli.users.panix.com> - 2026-01-23 21:18 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-23 22:45 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-23 23:33 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" John-Paul Stewart <jpstewart@personalprojects.net> - 2026-01-23 18:51 -0500
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-24 08:49 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-24 14:33 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" The Natural Philosopher <tnp@invalid.invalid> - 2026-01-24 11:11 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Richard Kettlewell <invalid@invalid.invalid> - 2026-01-24 14:15 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" The Natural Philosopher <tnp@invalid.invalid> - 2026-01-25 09:44 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Richard Kettlewell <invalid@invalid.invalid> - 2026-01-25 10:25 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-25 07:02 -0500
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Richard Kettlewell <invalid@invalid.invalid> - 2026-01-25 12:39 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Eli the Bearded <*@eli.users.panix.com> - 2026-01-28 23:44 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Richard Kettlewell <invalid@invalid.invalid> - 2026-01-29 08:49 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-25 15:12 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-26 10:46 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-26 13:13 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-27 09:02 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-27 10:10 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-27 12:44 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" vallor <vallor@vallor.earth> - 2026-01-27 10:21 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-27 12:44 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" The Natural Philosopher <tnp@invalid.invalid> - 2026-01-26 11:56 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-24 14:30 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-23 21:39 -0800
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-24 14:36 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-21 04:17 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 09:03 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 12:19 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-19 13:42 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 00:42 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:38 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 10:52 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> - 2026-01-20 13:30 +0200
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-20 20:20 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 00:55 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-16 16:23 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-15 10:41 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-15 11:43 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Jason H <jason_hindle@yahoo.com> - 2026-01-18 21:48 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-20 07:11 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" jayjwa <jayjwa@atr2.ath.cx.invalid> - 2026-01-19 23:35 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-01-19 20:32 +0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:54 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-01-23 18:38 +0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-23 20:56 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-01-24 20:05 +0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-24 21:36 +0000
csiph-web