Jump to content

babadoctor

Member
  • Posts

    4,199
  • Joined

  • Last visited

Everything posted by babadoctor

  1. boards.4channel.org/v/thread/441907771/the-game-awards-2018 Scraping boards.4channel.org/v/thread/441907771/the-game-awards-2018 ----------------------------------- > creating folder.. downloads/boards.4channel.org_v_thread_441907771_the-game-awards-2018 > scraping boards.4channel.org/v/thread/441907771/the-game-awards-2018 Both --no-clobber and --convert-links were specified, only --convert-links will be used. --2018-12-06 20:38:05-- http://boards.4channel.org/v/thread/441907771/the-game-awards-2018 Resolving boards.4channel.org (boards.4channel.org)... 104.16.178.122, 104.16.180.122, 104.16.179.122, ... Connecting to boards.4channel.org (boards.4channel.org)|104.16.178.122|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘downloads/boards.4channel.org_v_thread_441907771_the-game-awards-2018/the-game-awards-2018.tmp’ the-game-awards-201 [ <=> ] 1.17M 6.03MB/s in 0.2s 2018-12-06 20:38:05 (6.03 MB/s) - ‘downloads/boards.4channel.org_v_thread_441907771_the-game-awards-2018/the-game-awards-2018.tmp’ saved [1226321] Removing downloads/boards.4channel.org_v_thread_441907771_the-game-awards-2018/the-game-awards-2018.tmp since it should be rejected. FINISHED --2018-12-06 20:38:06-- Total wall clock time: 0.3s Downloaded: 1 files, 1.2M in 0.2s (6.03 MB/s) Converted links in 0 files in 0 seconds. > Finished scraping boards.4channel.org/v/thread/441907771/the-game-awards-2018
  2. There is a --reject-rejex option, i just don't know what flavor of regex it is.
  3. if you look at the script -l is being used and the depth is set to 1
  4. How do I tell wget not to go outside of the current webpage? example wget script that downloads all images on a webpage https://github.com/eduardschaeli/wget-image-scraper/blob/master/scraper.sh #!/bin/sh for line in `cat sites.txt`; do # replace http:// stripped_url=`echo $line| cut -c8-` target_folder="downloads/`echo $stripped_url|sed 's/\//_/g'`" echo $stripped_url echo "" echo "" echo "" echo "Scraping $stripped_url" echo "-----------------------------------" echo "> creating folder.." echo $target_folder mkdir -p $target_folder echo "> scraping $stripped_url" wget -e robots=off \ -H -nd -nc -np \ --recursive -p \ --level=1 \ --accept jpg,jpeg,png,gif,webm \ --convert-links -N \ -P $target_folder $stripped_url echo "" echo "" echo "> Finished scraping $stripped_url" done I download a webpage, for example, at https://boards.4channel.org/v/thread/441907771/the-game-awards-2018 and it downloads all of the images on the webpage, but it also downloads those on other links, such as 4channel.org/a/, etc. Before the domain change to 4channel, the scraper was working fine, but now I can't figure out how to fix it from wandering to other domains Do I blacklist every other link on the page? Thank you
  5. I see. Is there anywhere I can check to see when the drivers come out?
  6. I don't know if nvidia confirmed they are not making webdrivers for mojave. Does anyone know if they confirmed it or not? Forcing high sierra drivers doesn't work with acceleration, which is the whole point of it. I would appreciate any response. Thank you!
  7. this allowed me to set a max fan speed of 1200 below 70c, which is a solution, i guess... none of the sensors say they failed, however
  8. Oh man, I didn't know louis had a video on this! But it's not my problem exactly. I have been using SMCfancontrol to check the temps, and it never goes above 55c before maxing the fan.
  9. My mac is a MacBook Pro (Retina, 13-inch, Early 2015) My fan spins to max for no reason whenever I do something small like open new applications. The temperature never goes above 55c, and then fans go to max and slowly ramp down, the temperature going down to 34c. It is really irritating, and I think a sensor has died. Is there any way to fix this? Thanks
  10. I have reception in certain parts of my house. The downstairs is where the issue is. In the US I think this is perfectly legal. I don't think there is a good solution to this problem, so I think I will just give up. Thanks anyways!
  11. Isn't it impossible for the FCC to detect it if it doesn't go farther than my house? So why would it matter anyways?
  12. I live in a deadzone, and I was wondering if there was some sort of satellite dish I could buy or make to amplify cellular reception on my phone. I don't want to spend 1,000$ for an overpriced GSM chip with an ethernet cord (e.g internet extenders). Is this possible?
  13. My Opinions on How You Should Play Team Fortress 2: The Thread (otherwise you did a good job)
  14. Its okay lol. is cnet an okay website for source? it says the max is 60c. https://www.cnet.com/products/hgst-deskstar-7k2000-hds722020ala330-hard-drive-2-tb-sata-300-series/specs/ this also says 65c is the max https://www.hgst.com/sites/default/files/resources/USA7K2000_DS7K2000_OEMSpec_r1.4.pdf
  15. It's pretty noisy and has good flow, I would think. The computer is a poweredge t30, so I had to split a fan header in order to power it. It's at 54c right now...
  16. So currently I am doing a full backup to my external western digital elements drive, and the temperature on the hitachi drives are steadily increasing, despite a fan blowing directly onto the chassis of one at max speed. What can I do so my hard drives don't catch on fire before the transfer is done? hard drive models so you don't type them out /dev/sda: Hitachi HUA723020ALA641: 40°C /dev/sdb: Hitachi HDS722020ALA330: 49°C
  17. Yeah, that's exactly why I am not buying from them again... 76c under load is NOT NORMAL i don't care what you say appl-- i mean EVGA
  18. As a matter of fact, it was an EVGA GPU. I'm never buying from EVGA again.
  19. Check the GPU and see if it has any scorch marks on it. My 1070 blew up and smoke came out of it after 6 months of use. They sent me a replacement since it was within RMA period.
  20. Elaborate on how reinstalling the drivers with iGPU did not work. Did you try uninstalling catalyst? Did you try uninstalling the GPU drivers? don't tell me that didn't work either.
  21. reinstall drivers you can't brick hardware AFAIK
×