free counters
IP
Diberdayakan oleh Blogger.
Home » » Start Back|Track 5 tanpa grafis "Startx'

Start Back|Track 5 tanpa grafis "Startx'

—Step 1. Instalasi rungetty
root@bt:~# apt-get install rungetty
nostartx
—Step 2.  Edit /etc/init/tty1.conf
root@bt:~# kwrite /etc/init/tty1.conf
Nb : kalo pemakai gnome , silahkan menggunakan gedit atau nano , contoh :
root@bt:~# gedit /etc/init/tty1.conf
Setelah itu ganti scriptnya persis menjadi seperti ini :
01# tty1 - getty
02#
03# This service maintains a getty on tty1 from the point the system is
04# started until it is shut down again.
05 
06start on stopped rc RUNLEVEL=[2345]
07stop on runlevel [!2345]
08 
09respawn
10exec /sbin/rungetty tty1 --autologin root
Setelah itu jangn lupa di save, screen-shotnya :
nostartx1
—Step 3. Touch ~/.bash_profile
root@bt:~#  touch ~/.bash_profile
nostartx2
root@bt:~# ls /root/.bash_profile
Setelah .bash_profile di torch, langkah selanjutnya meng-edit .bash_profilenya dengan cara mengetikan startx.
screen-shot :
nostartx3
Jika sudah diganti, jangan lupa di save dan reboot.
–done


narasumber: http://infobacktrack.com/2012/12/03/start-backtrack-5-tanpa-startx/