Check them all if you have any problem in following any command do comment below the comment box.
How to Log in
Once the installation of BackTrack is done, the default username and password required to log in Those are root(username) / toor (password)How to Open GUI Environment BackTrack
After you are logged in you can start the GUI Environment by issuing the startx commandHow to check IP address
root@bt:~# ifconfig
How to Setup IP Address Manually
root@bt:~# ifconfig eth0 192.168.1.8
root@bt:~# route add default gw 192.168.1.1
root@bt:~# echo nameserver 192.168.1.1 > /etc/resolv.conf
How to Change the Root Password
root@bt:~# passwd Enter new UNIX password: {enter your new password here}
Retype new UNIX password: {enter your new password again}
How to start services
root@bt:~# /etc/init.d/openvpn start
Starting Virtual private network daemon(s)…
root@bt:~# /etc/init.d/openvpn stop
passwd: password updated successfully
How to check kernel version
Use the uname -a Shows Kernel Version
Common Apt Commands
apt-get install
apt-get remove [--purge]
apt-get update Updates packages listings from the repo, should be run at least once a week.
apt-get upgrade Upgrades all currently installed packages with those updates available from the repo. should be run once a week.
apt-get dist-upgrade [-u] Similar to apt-get upgrade, except that dist-upgrade will install or remove packages to satisfy dependencies.
apt-cache search
apt-cache show
apt-cache showpkg
man apt Will give you more info on these commands as well as many that are in less common usage.
Common dpkg commands
dpkg -i
dpkg -c
dpkg -I
dpkg -r
dpkg -P
dpkg -L
dpkg -s
dpkg-reconfigure
man dpkg Will give you more info on these commands as well as many that are in less common usage.
This is Part 1 I will post more basic commands on backtrack r5 stay connected to learn more on backtrack.
Do share ,comment and likes ..Thanks :)
Post a Comment
Post a Comment
Feel Free To Ask Your Query we Love To Answer