Jump to content

druncPyrit

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

368 profile views

druncPyrit's Achievements

Newbie

Newbie (1/14)

  1. Sorry i needed a reboot sorry anout the way the code looks but i cant find an edit button. So now you all know that i suck on IDE's maybe this will make up for it.. And just when you thought things couldnt get any better. Look at the driver version and head straight to http://hashcat.net/oclhashcat/ What Are you waiting for ? Get Cracking! I really need sleep. full credit MUST and an extremeley thorough explanation of the reason for the commands used head over to.http://unix.stackexchange.com/a/222662 Sorry about the mess been almost 10 years and that was phpBB If someone could help ill merge and fix it up. Card used is an R7 200 clocks about , PMK's/swc in cpyrit OCL wish i could get cal++ working. Abd a lessom fhere for everyone. Im stayimg at a mates, he showed me his ISP issued password which just quietly is there before your eyes. Yep an 8 digit password. Have fun! 1min / digit...
  2. The easy way to do it.. I wrote a bash script for this because i keep breaking python with cal++ (which also happened in kali) every time it happens it seems the only solution is a fresh install. Here goes... By the looks of things you're packages are broken to bits maybe consider a fresh install and apt-get update && apt-get upgrade mv /usr/lib64 /usr/.lib64 mv /usr/x86_64-linux-gnu /usr/.x86_64-linux-gnu apt-get install gcc g++ make dkms fakeroot # Download https://mega.co.nz/#!249nkZ6D!G_QanBu2lj5N3MnbHtC3kQLleV5QaSSE51iwfosnyn0 cp ~/Download/Catalyst_15.7.tar.gz ~/ tar zxvf Catalyst_15.7.tar.gz cd Setup-Experimental mkdir /lib/modules/4.0.0-kali1-amd64/build/include/linux cp /usr/include/linux/version.h /lib/modules/4.0.0-kali1-amd64/build/include/linux/ sh ati-installer.sh 15.20 --install ! IMPORTANT DON'T REBOOT ! aticonfig --initial ############################################## Nearly there.... echo "export COGL_DRIVER=gl" >> /etc/environment echo "export COGL_OVERRIDE_GL_VERSION=1.4" >> /etc/environment echo "export COGL_RENDERER=GLX" >> /etc/environment echo "export LD_PRELOAD=/usr/lib/fglrx/fglrx-libGL.so.1.2" >> /etc/environment echo "export COGL_DRIVER=gl" > ~/.xsession echo "export COGL_OVERRIDE_GL_VERSION=1.4" >> ~/.xsession echo "export COGL_RENDERER=GLX" >> ~/.xsession echo "export LD_PRELOAD=/usr/lib/fglrx/fglrx-libGL.so.1.2" >> ~/.xsession echo "gnome-session" >> ~/.xsession mv /usr/.lib64 /usr/lib64 mv /usr/.x86_64-linux-gnu /usr/x86_64-linux-gnu Here's my Second most 3rd most favourite part shutdown -r now
×
×
  • Create New...