#wget

2025-06-12

No Linux, wget é um dos utilitários mais versáteis para baixar arquivos via terminal.

Baixa arquivos simples: `wget exemplo.com/arquivo.zip`

Pode baixar recursivamente sites inteiros: `wget -r exemplo.com`

Suporta continuar downloads interrompidos: `wget -c exemplo.com/arquivo.iso`

Ideal para automações, scripts, backups e servidores headless.

athmane mokraoui [BoF] ⏚ꝃ⌁⁂ButterflyOfFire@mstdn.fr
2025-06-02

Commande wget -h
-h pour help

#wget #help #Kabyle #l10n

wget en cours de traduction en kabyle. Ici wget -h.
athmane mokraoui [BoF] ⏚ꝃ⌁⁂ButterflyOfFire@mstdn.fr
2025-06-02

État de la progression de la traduction de `wget` en ... Kabyle.

Commandes rudimentaires.

#Kabyle #Taqbaylit #wget #l10n #i18n

Test de traduction de wget. Vue sur un terminal Linux Mint.
Rad Web Hostingradwebhosting
2025-05-21

Command Line Tools for Managing Linux Server

This article provides details on utilizing command line tools for managing Linux server on Rad Web Hosting Cloud VPS or Bare-metal servers.
Command Line Tools for Managing Linux Server
The SSH command allows you to log in to a remote machine as well as execute commands on a remote machine. When performed as the root user, this method of connecting to the server provides the greatest ...
Continued 👉 blog.radwebhosting.com/command

2025-05-12

Does anyone know if there's a way to apply uBlock Origin filters to wget? I'm trying to download some pages, but I get trapped in a tarpit*†**‡.

*Google web tracking services & advertisements.
†There's not actually a tarpit, it's just fucking Google.
**I've been sitting here for several minutes to download a page that should only take a few seconds.
‡I'm just trying to get offline "bookmarks" for things I want to read & reference on my laptop.
#Linux #Web #wget

Free Software Foundationfsf@hostux.social
2025-04-29

Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Rongzhao Yan, Paolo De Santis, and Maximilian Küffner for assigning their copyright to the FSF! More at: u.fsf.org/463 #Emacs \#Wget #CopyrightAssignments

Rad Web Hostingradwebhosting
2025-04-28

Command Line Tools for Managing Linux Server

This article provides details on utilizing command line tools for managing Linux server on Rad Web Hosting Cloud VPS or Bare-metal servers.
Command Line Tools for Managing Linux Server
The SSH command allows you to log in to a remote machine as well as execute commands on a remote machine. When performed as the root user, this method of connecting to the server provides the greatest ...
Continued 👉 blog.radwebhosting.com/command

Free Software Foundationfsf@hostux.social
2025-04-28

Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Rongzhao Yan, Paolo De Santis, and Maximilian Küffner for assigning their copyright to the FSF! More at: u.fsf.org/463 #Emacs \#Wget #CopyrightAssignments

Marcos Dionemdione@en.osm.town
2025-04-24

@argv_minus_one ... but why not #curl or #wget?

Free Software Foundationfsf@hostux.social
2025-04-18

Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Rongzhao Yan, Paolo De Santis, and Maximilian Küffner for assigning their copyright to the FSF! More at: u.fsf.org/463 #Emacs \#Wget #CopyrightAssignments

Free Software Foundationfsf@hostux.social
2025-04-17

Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Rongzhao Yan, Paolo De Santis, and Maximilian Küffner for assigning their copyright to the FSF! More at: u.fsf.org/463 #Emacs \#Wget #CopyrightAssignments

Free Software Foundationfsf@hostux.social
2025-04-14

Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Rongzhao Yan, Paolo De Santis, and Maximilian Küffner for assigning their copyright to the FSF! More at: u.fsf.org/463 #Emacs \#Wget #CopyrightAssignments

Rad Web Hostingradwebhosting
2025-04-11

Command Line Tools for Managing Linux Server

This article provides details on utilizing command line tools for managing Linux server on Rad Web Hosting Cloud VPS or Bare-metal servers.
Command Line Tools for Managing Linux Server
The SSH command allows you to log in to a remote machine as well as execute commands on a remote machine. When performed as the root user, this method of connecting to the server provides the greatest ...
Continued 👉 blog.radwebhosting.com/command

Free Software Foundationfsf@hostux.social
2025-04-06

Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Rongzhao Yan, Paolo De Santis, and Maximilian Küffner for assigning their copyright to the FSF! More at: u.fsf.org/463 #Emacs \#Wget #CopyrightAssignments

Free Software Foundationfsf@hostux.social
2025-04-05

Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Rongzhao Yan, Paolo De Santis, and Maximilian Küffner for assigning their copyright to the FSF! More at: u.fsf.org/463 #Emacs \#Wget #CopyrightAssignments

🪑Dr Rockstar ♫ajaxStardust@vivaldi.net
2025-04-04

Octothorpe Y? In hopes that St Nicholas no truncate
( nunca triste )

STEP1: CD to your (LXMP) #WebDevelopment #HTTP server workspace.

STEP2a:
#curl
```
curl -o- #https://gist.githubusercontent.com/ajaxStardust/674b5d86f1f4386e72937a607e263608/raw/install.sh > ~/install_adb_by_ajaxStardust.sh
chmod 755 ~/install_adb_by_ajaxStardust.sh
```
Step2 alt:
#wget
```
wget -qO- #https://gist.githubusercontent.com/ajaxStardust/674b5d86f1f4386e72937a607e263608/raw/install.sh > ~/install_adb_by_ajaxStardust.sh
chmod 755 $HOME/install_adb_by_ajaxStardust.sh
```
OVERVIEW:
github.com/ajaxStardust/AnnieD

save install.sh to ~/home via curl/wget. Edit it ENV $vars for your PHP dev server at line 40

Free Software Foundationfsf@hostux.social
2025-04-04

Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Rongzhao Yan, Paolo De Santis, and Maximilian Küffner for assigning their copyright to the FSF! More at: u.fsf.org/463 #Emacs \#Wget #CopyrightAssignments

Rad Web Hostingradwebhosting
2025-04-01

Command Line Tools for Managing Linux Server

This article provides details on utilizing command line tools for managing Linux server on Rad Web Hosting Cloud VPS or Bare-metal servers.
Command Line Tools for Managing Linux Server
The SSH command allows you to log in to a remote machine as well as execute commands on a remote machine. When performed as the root user, this method of connecting to the server provides the greatest ...
Continued 👉 blog.radwebhosting.com/command

2025-03-27

I've mirrored a relatively simple website (redsails.org; it's mostly text, some images) for posterity via #wget. However, I also wanted to grab snapshots of any outlinks (of which there are many, as citations/references). By default, I couldn't figure out a configuration where wget would do that out of the box, without endlessly, recursively spidering the whole internet. I ended up making a kind-of poor man's #ArchiveBox instead:

for i in $(cat others.txt) ; do dirname=$(echo "$i" | sha256sum | cut -d' ' -f 1) ; mkdir -p $dirname ; wget --span-hosts --page-requisites --convert-links --backup-converted --adjust-extension --tries=5 --warc-file="$dirname/$dirname" --execute robots=off --wait 1 --waitretry 5 --timeout 60 -o "$dirname/wget-$dirname.log" --directory-prefix="$dirname/" $i ; done

Basically, there's a list of bookmarks^W URLs in others.txt that I grabbed from the initial mirror of the website with some #grep foo. I want to do as good of a mirror/snapshot of each specific URL as I can, without spidering/mirroring endlessly all over. So, I hash the URL, and kick off a specific wget job for it that will span hosts, but only for the purposes of making the specific URL as usable locally/offline as possible. I know from experience that this isn't perfect. But... it'll be good enough for my purposes. I'm also stashing a WARC file. Probably a bit overkill, but I figure it might be nice to have.

#RedSails #archive #archival #archiving #warc

2025-03-20

wget erabiltzen bazuien fitxategidxek deskargateko, zelan emoten dauen popatik berak gudauen izena imintzie, ba haulan konpondu lei:

```
wget --content-disposition "url"
```

:)

#wget #gnu #linux

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst