Tips To Improve Backtrack


Author: Dr.Z0mbie | http://www.MadLeets.com

Hello everyone
as many people say "backtrack is hard to use" or "backtrack is not for daily use", but today I'm going to give you some tips to make backtrack perfect for your daily use, even KDE (which is harder to use than GNOME Tongue)

1. To make software installing much much easier and easier to search for a software Run this command:

Code:
apt-get install software-center

This command will install "Ubuntu Software Center" where you can search for software and install them with just one click


2. To install the best messengers in linux run this command:


Code:
apt-get install empathy && apt-get install pidgin

with those two you can connect and chat with yahoo, MSN, facebook, jabber (like nimbuzz, and mig33), and much more! and I would install them both and try to see which one is the best for my use. Smile but those two are my personal best xP



3. For screen Recording install XVidCap by running this command:

Code:
apt-get install xvidcap

This one has good quality I used it couple of times and liked it


4. TeamViwer, it can be downloaded from teamviewer.com.. and then installed with the following commands:

Code:
root@bt:~# cd Downloads

root@bt:~/Downloads# dpkg -i teamviewer_linux*.deb



5. For archive extraction (ALMOST ALL TYPES) install ARK but running this command:

Code:
apt-get install ark

I really like it, .rar, .zip, .tar, etc etc it can extract them !
you can also install "unrar" and "zip" by running the commands bellow:

Code:
apt-get install zip
apt-get install unrar



6. Installing VLC, which i failed in when i first used backtrack Tongue
but its the only player which can play .avi and .mpeg ... anyways
here is a video tutorial on how to install it and make it run as root (tut made by me xP)

Code:
http://www.madleets.com/Thread-How-To-Installing-VLC-and-Running-it-as-root



7. and now Tongue google chrome my fav browser Big Grin which cant be opened as root Tongue but here is a tut on how to fix this error and make it run as root and run smoothly

Code:
http://www.madleets.com/showthread.php?tid=497

tut made by me as well xP



8. FTP client for linux, my personal best.. filezilla run the command bellow:

Code:
apt-get install filezilla



9. Now this one is for personal use Tongue Offic package just like microsoft word and powerpoint.. but the open source version lol.. run the command bellow:

Code:
apt-get install openoffice.org

this command will install the whole package.. Smile



10. PDF reader, thats if it was not installed already run this command:

Code:
apt-get install xpdf



11. To install windows based programs "no all, just the most important" we will get "winetricks" which is now available in GUI version.. to make it read to use run these commands:

Code:
root@bt:~# wget http://winetricks.org/winetricks
root@bt:~# chmod +x winetricks

and then to use it just open the terminal and type:
Code:
root@bt:~# ./winetricks
(make sure that its in the same dir as you are by running the command "ls" to check if it was there)



12. to run VB .NET programs you have two options (do them both just to be sure Tongue)
installing "mono" by running this command:

Code:
apt-get install mono-complete
(mono is also used as for development not only running programs)
to run a program using mono type this:

Code:
mono PROGRAM-NAME.exe

(be sure to make the program executable using the following command:

Code:
chmod +x PROGRAM-NAME.exe

IF MONO DIDNT WORK, we have another option which is installing .NET framework using "winetricks"
open terminal, enter the dir that has winetricks and then run this command:

Code:
./winetricks corefonts dotnet20

after its done all you have to do is right click on the program you want and then choose "open with wine windows program loader" from the menu

now finally just update and upgrade your system by running this command:

Code:
apt-get update && apt-get upgrade && apt-get moo


that's it
enjoy using backtrack now,, and if you have questions feel free to ask Smile

N0thing is Impossible! =)

Penulis : Anon Cop ~ Blog is bassically for giving maximum knowledge of hacking to provide security.

Latest Article Tips To Improve Backtrack is published by Anon Cop on Thursday, 8 November 2012. i think this article will be helpfull if so dont forget to thanks in comments already have 0 Comments: in this post Tips To Improve Backtrack
 

0 comments:

Post a Comment