Monday, February 4, 2013

Things That done after install BackTrack 5


Here I will give some tips to do after installing backtrack 5, backtrack 5 by default does not provide office suite, multimedia, etc. Codec.

First thing to do is to update / upgrade, type the following command in the terminal.
  • apt-get update
  • apt-get upgrade
install update-manager, its location will be in System => administration => update manager.
  • apt-get install update-manager

install ubuntu software center, just by typing the following command, ubuntu software center and synaptic already automatically installed directly
  • apt-get install software-center
location is in the Applications => ubuntu software center

Synaptic Package Manager lokasinya berada di Applications=>System=>Administration=>Synaptic Packages Manager

install codec music and video player
  •  apt-get install ubuntu-restricted-extras
music player => GNOME
  1. Audacious
    • apt-get install audacious
  2. Rhythmbox
    • add-apt-repository ppa:webupd8team/rhythmbox && sudo apt-get update
    • apt-get install rhythmbox 
music player = KDE
  1. Amarok
    • apt-get install amarok
video player
  1. VLC
    • apt-get install vlc
  2. Mplayer
    • apt-get install gnome-mplayer

LibreOffice 

  • add-apt-repository ppa:libreoffice/ppa
  • apt-get update
  • apt-get install libreoffice
  • GNOME
  • apt-get install libreoffice-gnome
  • KDE 
  • apt-get install libreoffice-kde
 Ubuntu Tweak

GIMP (image editor)

  • apt-get install gimp
inkscape
  • apt-get install inkscape
geany (compiler programming)
  • apt-get install geany
record desktop activity
  • apt-get install gtk-recordmydesktop
 applikasi webcam
  • apt-get install cheese
may be usefull




Recent Posts