sábado, 28 de fevereiro de 2015

HOW TO INSTALL VIRTUAL BOX ON KALI LINUX (INSIDE OF KALI LINUX)

So, i try any things to resolve that, however just this step resolved my issue...my challenge, be share my discovery:

first :
# echo "deb http://download.virtualbox.org/virtualbox/debian wheezy contrib" >> /etc/apt/sources.list
# aptitude update
# aptitude install virtualbox-4.3

may be  you wiill have some error.

go a head and wait the finish process 

Today  i will try this tips, but now don't work so fine, in this moment i do that:

Just apt-get install virtualbox



sábado, 21 de fevereiro de 2015

HOW TO ENABLE FULL GNOME INSTEAD OF GNOME-FALLBACK IN KALI LINUX

Execute this command:
gsettings get org.gnome.desktop.session session-name
 
And after:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome' 

And after restart your computer:

reboot

HOW TO INSTALL SUBLIME EDITOR ON KALI LINUX

do a download about your default system:

X64 Version:

wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb

after download finish start install :

sudo dpkg -i sublime-text_build-3047_amd64.deb

X86 Version :

wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_i386.deb

after download finish start install :

sudo dpkg -i sublime-text_build-3047_i386.deb



HOW TO INSTALL GOOGLE CHROME ON KALI LINUX

Download google chrome,
and after do dpkg -i <package google>
you will have some error like that:
Errors were encountered while processing:  google-chrome-stable

put this command: 
apt-get -f install 

and after start the dpkg command again:
dpkg -i <package google>
after :

edit file: leafpad /opt/google/chrome/google-chrome
Add in the last line this information:
exec -a "$0" "$HERE/chrome" "$@" -user-data-dir

like that:

#exec -a "$0" "$HERE/chrome"  "$@"
  exec -a "$0" "$HERE/chrome"  "$@" -user-data-dir

Important observation.

If after that you had some issue, i recommend you realize this configuration additional:

useradd -m chromeuser and then type gksu -u chromeuser google-chrome


Obs.: for me, on kali linux 2.x just work after add useradd and gksu command.

sexta-feira, 13 de fevereiro de 2015

HOW TO CAPTURE IMAGE BY KASPERSKY SECURITY CENTER 10


Check the license on KSC10 must be have advanced or total;
Download :http://www.microsoft.com/pt-br/download/details.aspx?id=5753
From client host, copy folder drives: C:\Windows\System32\DriverStore\FileRepository
Install agent on machine that you want collect the image
Create share folder, for every one permission read and write.

On console do:

Configure PXE feature on console KSC10, define the server KSC10 with this feature:

Access console;
Remote installation ;
Deploying computer images;
Manage the list of PXE servers in the network.
Add;
Select the server will have server KSC10 installed;

Configure driver set for Windows Preinstallation Enviromment (WINPE):

Access console;
Remote installation ;
Deploying computer images;
Click  on option; Configure driver set for Windows Preinstallation Enviromment (WINPE);
Add, Add
Display name, add the name of machine that you want collect the image;
Select a driver dristribution folder, add the folder  C:\Windows\System32\DriverStore\FileRepository of you machine client that you want collected the image.

Create task to collected image of host client;

Acess console;
Administration task;
Create a new task and set a name;
Select the option: Create installation package based on the OS image of the reference computer;
Installation package name: put the name os machine client;
Computer form which the os image will be taken
Unselect the option: Create backup copy the computer state;
Shared folder for storing the image: add the path to safe the image;
Add account with rights to share folder;
next option;
Set restart computer;
Add a user with rights permission on machine;
Set manually the task, start the task and wait.

Obs.: May be you will have this erros:




Remove the software incompatible that stay using this file and try again.