+84 1658 960 141

Thứ Hai, 24 tháng 6, 2013


If you have an AMD graphic card and want to get compiz to work in Backtrack 4 or just update its driver then this is for you.

First of all here is the link where you can get the right driver for your card.
Code:

http://support.amd.com/us/gpudownload/Pages/index.aspx

Make sure you scroll down in the first box and find linux and click on the linux x86 like so and find you graphic card driver.



Ok so now once it finished downloading it open up a terminal and get into the directory where you downloaded it.



Ok now just run this command to install
Code:

sh ./ati-driver-installer-10-3-x86.x86_64.run

Note after the "sh ./" place the name of the driver you downloaded.

Now once you run it you will get a little something like this.



You should now what to do from here.

keep everything automatic and just keep clicking next or continue what it is.

Chủ Nhật, 23 tháng 6, 2013

dpkg: error processing se-toolkit (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up flashplugin-nonfree (11.2.202.251ubuntu0.10.04.1) ...
Errors were encountered while processing:
se-toolkit
E: Sub-process /usr/bin/dpkg returned an error code (1)


Answer



Okay.. I think I got why this happens..

https://www.trustedsec.com/january-2013/set-artillery-moving-github/

for some reason which is not yet clear to me, updating or removing & re-installing se-toolkit via the package manager doesn't fix the problem caused by trustedsec migration from svn to git. aptitude keeps trying to configure se-toolkit by accessing the old repository on svn, can't find it and prints the error.

neither the first part mentioned in the link including the svn update works.

the git part, though, works fine.

the only catch is that you first have to completely remove all of the previous se-toolkit files and configuration.
which is done by:

1) #aptitude remove se-toolkit
2) #aptitude purge se-toolkit
3) #aptitude clean
4) #aptitude autoclean

verify that it was removed correctly:

5) #aptitude search se-toolkit

now, navigate to the directory you want to place your git clone

and enter this in your bash:

6) #git clone https://github.com/trustedsec/social-engineer-toolkit/ set/

it has a installer script written in python, run it and you will have a working se-toolkit in your system.

I think you have to update manually since the installation is not done via the package manager.