Apa yang harus kita lakuka setelah berhasil menginstall BackTrack 5?
Yang harus kalian lakukan pertama kali setelah menginstall Backtrack adalah :
Berusaha sekuat tenaga untuk sebisa mungkin connect ke insternet. Jika menggunakan LAN, this is simple, tapi yang menggunakan modem, sudah barang tentu harus melakukan setting modemnya. Baca : Install USB Modem di Linux Backtrack 5.
Tambahkan repository ubuntu :
:# kwrite /etc/apt/sources.list
deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing
# deb cdrom:[Ubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)]/ maverick main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://dl2.foss-id.web.id/ubuntu/ maverick main restricted
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick main restricted
## Major bug fix updates produced after the final release of the
## distribution.deb http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://dl2.foss-id.web.id/ubuntu/ maverick universe
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick universe
deb http://dl2.foss-id.web.id/ubuntu/ maverick-updates universe
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://dl2.foss-id.web.id/ubuntu/ maverick multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-updates multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-updates multiverse
## Uncomment the following two lines to add software from Canonical’s
## ‘partner’ repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu maverick partner
# deb-src http://archive.canonical.com/ubuntu maverick partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu maverick main
# deb-src http://extras.ubuntu.com/ubuntu maverick main
deb http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted
deb http://dl2.foss-id.web.id/ubuntu/ maverick-security universe
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-security universe
deb http://dl2.foss-id.web.id/ubuntu/ maverick-security multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-security multiverse
3. Increase cache limit nya.
# kwrite /etc/apt/apt.conf.d/70debconf
PUT THIS CODE :
APT::Cache-Limit "100000000";
Setelah itu, lakukan update.
# apt-get update
Install aplikasi yang di butuhkan seperti mplayer, amarok, dan lain-lain.
Jika perlu lakukan Upgrade.
Sampai step ini BackTrack siap di gunakan dengan seksama.
0 comments:
Post a Comment