Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vcvgd8$3cgp0$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vcvgd8$3cgp0$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feeds.phibee-telecom.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: DFS <nospam@dfs.com>
Newsgroups: comp.os.linux.advocacy
Subject: Re: Linux 6.11
Date: Tue, 24 Sep 2024 19:01:58 -0400
Organization: A noiseless patient Spider
Lines: 35
Message-ID: <vcvgd8$3cgp0$1@dont-email.me>
References: <17f74bee5b704c29$89$2754825$802601b3@news.usenetexpress.com>
 <17f74d50a832220a$1642$1111581$802601b3@news.usenetexpress.com>
 <ll8bvlFqp7pU1@mid.individual.net>
 <pan$2d7c7$6bbe7257$a3424ceb$3da5d5c0@gnu.rocks>
 <llb0n0F8ep2U2@mid.individual.net>
 <pan$def33$a213bc3c$8c953fcc$4965f138@gnu.rocks>
 <66f06abb$0$1291$426a34cc@news.free.fr>
 <pan$94d41$141fa781$36c5a29$1edd2d1b@gnu.rocks>
 <vcptrp$2auv3$4@dont-email.me> <vcq90p$2ctaa$2@dont-email.me>
 <vcqort$2igu7$2@dont-email.me> <jcr1fj958h3ki2kcu0s157c8l3tt0ib6dn@4ax.com>
 <vcuias$37tt3$2@dont-email.me> <vcvahe$3bcrt$8@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 25 Sep 2024 01:02:01 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="988c774e0b58c98aec6633b6bc39a9a5";
	logging-data="3556128"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX181Dfpru/7ws6MhZkwEKK2F"
User-Agent: Betterbird (Windows)
Cancel-Lock: sha1:3qgvsHNkhKGwwLP3ZBCIBIzNqdE=
Content-Language: en-US
In-Reply-To: <vcvahe$3bcrt$8@dont-email.me>
Bytes: 2746

On 9/24/2024 5:21 PM, Lawrence D'Oliveiro wrote:
> On Tue, 24 Sep 2024 10:28:47 -0400, DFS wrote:
> 
>> But seriously, lately I use Linux (Ubuntu WSL) to download computer
>> science college course materials using wget.
> 
> Doesn’t Dimdows PowerShell have a built-in “wget” command? I hear it
> almost works, too.
> 
> <http://www.theregister.co.uk/2016/08/23/your_wget_is_broken_and_should_die_powershellers_tell_microsoft/>


PowerShell wget is an alias to Invoke-WebRequest.  In my quick testing, 
using wget in PowerShell was a hassle.


In WSL, on the other hand:

$ sudo apt install wget
$ mkdir Cornell
$ cd Cornell
$ mkdir ECE3150  (optional)
$ cd ECE3150     (optional)
$ wget -r -np https://courses.cit.cornell.edu/ece315/

Total time to install wget, make 2 folders, and download the entire 
website - 79 files - was well under 2 minutes.

Nice!  wget is great.  The AUTHORS file lists 311 contributors!


There's a wget binary for Windows, last updated in 2009.  I just tried 
it using the same command and it worked OK, but pulled down a little 
more than the 79 files.  It got one file each from 5 other courses on 
that domain.