I can tell you that the 10 digit will get up to over 35 gigs as i have tried it before . Honestly it could get VERY large. I would recommend...
Awesome! Thanks!:happy:
do you get a fata error when cloning the GIT repository? eg: git clone git://git.kali.org/cdimage.kali.org gives the error: Cloning into...
yeah this is what im looking into now. does it support gnome-shell?
Cool Ill check it out thanksGeek
Yes Its running in mon0 while in monitor mode. Ive killed off all the processes that could possibly be giving it problems however it still does...
So I Just got a macbook running MointainLion, and the driver above works. Thanks for that! But.. I have never had a problem with with the card...
so skiddy but im not gonna complain haha thanks mod
great maybe i can use this to figure out the issues im having with all the repeaters at my school and why i can't connect. Thanks!
my god this is a HUGE file haha... (like 35 gigs) and its still going. ima see if/how much perl can condense that size.. since it usually does.
Studying...
Thanks Guys =)
Here I wrote a quick perl one-liner that will do the same in a smaller file. CODE my $i = "00000000"; printf("%08d\n", $i++) while ($i < 100000000);