tutorials Archive

Video tutorials in tech are just bad

Lately a lot of people have started to ditch text and focus on video for their tutorials because they saw video as a trend and decided to ride the wave. However I see the video tutorials as a bad choice when it comes to tech. You know me, I’ve been writing every once in a

Bulk downloads using wget

I recently had to download a lot of ZIP files (14848)  that were in a txt file and which although they had the same directory path couldn’t have been downloaded using recursive wget because the server had the directory indexes disabled and trying to pull with recursive wget resulted in a 403 forbidden error. So I