|
||||||||||
|
|
||||||||||
NavigationMy posts on Twitter
|
Backtrack 4 customizationThis page is mainly a checklist for myself to know how I have to customize a freshly downloaded version of Backtrack 4. Change keyboard layoutUse the following command to change the keyboard layout: dpkg-reconfigure console-setup
Accept all default, except changing the origin to Belgium (if you want to use be-latin1). Update all packagesapt-get update
apt-get upgrade Configure SSHYou still have to generate your SSH keys sshd-generate
Enable syntax coloring in vimInstall the full version of vim: apt-get install vim
Then make a change to the /etc/vim/vimrc configuration file: uncomment the following lines:
Install skipfish in backtrack 4First install an additional library, then download and compile skipfish apt-get install libidn11-dev
wget http://skipfish.googlecode.com/files/skipfish-1.88b.tgz tar -xzf skipfish-1.88b.tgz cd skipfish-1.88b make Install stompy - the Session Stomper - in backtrack 4First install an additional library, then download and compile stompy apt-get install libgmp3-dev
wget http://lcamtuf.coredump.cx/stompy.tgz tar -xzf stompy.tgz cd stompy make |
|
||||||||
| © Copyleft 2005-2011 - Lode Vanstechelman - Login | ||||||||||