Nicholas Long

Results 7 comments of Nicholas Long

Thanks! While working on a different project, I ended up creating awk and bash scripts to download over 2 million deb files and unpack at least the metadata section of...

I had an idea... So, the main issue now with the scripts is that they took days to run and downloaded 2 million files. I've been trying to figure out...

A list of all of the URLs already scanned, compressed in gzip format, is about 12 megs. Since it is possible to append gzip records to a gzip file, we...

the script is working. it takes about 40 minutes for me to run it on an AWS server. interestingly, it does actually find at least one new /etc/ file right...

this github action works as a manual workflow_dispatch event and as a cron.

i am able to replicate the issue when there are more than about 4 panes/windows open in tmux. I am connecting to the machine in question over ssh using Putty....

i was able to get around this problem with one small preprocessor definition change. this is related to a C compiler intrinsic function that does AES, but i'm assuming people...