I found a lot of inconvenience during the use of bt5 and needed to manually modify it. For example, if the SSH service is not started by default, the SSH service is not automatically started even if the Chinese version is completed.
Some Common commands are aggregated to form this document. Expsec first! I am a cainiao and hope you can talk more!
# Load the ssh service
/Etc/init. d/ssh start
# Mount win7 directory
Mount-t vboxsf tddownload/mnt/share
# Change IP address, subnet www.2cto.com
Ifconfig eth1 10.0.25.100 netmask 255.255.255.0
# Change default network
Route add default gw 10.1.1.2 (GATEWAY)
Netstat-r // view routes
# Configure the NIC File
Gedit/etc/network/interfaces
/Etc/init. d/networking restart
# Change DNS
Nano/etc/resolv. conf
# Vboxsf partition automatically loaded upon startup (failed)
Sharename mountfolder vboxsf defaults 0 0
Tddownload/mnt/share vboxsf defaults 0 0
# Enable the service automatically upon startup
Apt-get install rcconf // modify it after startup
# Start ibus at startup
System> Administration> Language Support
Set "Keyboard Input Method System" to ibus
# Find a directory in linux
Find/-name nmap-type d
# Start the nessus Service
Nessusd
Reprinted on www.exw.c.com