wget

  1. N

    zget a wget but with a GUI

    Hey Guys! i made a wget with gui You need: zenity and wget Installation: $ wget https://raw.githubusercontent.com/NillyTheL0L/zget/main/zgetBuild $ chmod +x zgetBuild $ ./zgetBuild Usage: $ zget
  2. wadewayne

    Is there any way to mirror an entire Online Dictionary website?

    I want to mirror https://dictionary.cambridge.org/us/ to my local directory to read the definitions offline. Is there any way to do it with the wget command?
  3. R

    [SOLVED] Cannot download file using SSH

    Hi, I am doing TryHackMe stuff and I have problem to download the file to PC that I am connected to via SSH. I use my Kali Linux VM and I am connected to deployed TryHackMe machine via SSH. I use TryHackMe openvpn network. I've created a server with python -m http.server 80 (I've tried 8000...
  4. W

    Solved: wget offline websites: converting absolute to relative links?

    Hey lovely people, I have recently downloaded quite a lot of websites for offline use. Only yesterday I discovered that it's possible to use 'wget' to create relative links so the website functions nicely offline. That means that everything I downloaded before does not function that nicely...
Top