Dear Readers: PWNSCAR is planning to publish a monthly Tech Magazine along with some other blogs. To Contribute CHECK DETAILS

ABOUT ME

23 Apr 2012

BACKTRACK 5: Some Initial configs


Hello all. wats going on ? well its too hot in here . #arghhh anyway in this discussion we'll talk about some really essential things



INTRO



With backtrack installed on your pc you can do a hell lot of things , but there are certain things which u cant do by a root account , like playing media etc (which is very important). So m gonna tell you some basics here
Always upgrade your backtrack repositories

you sud upgrade your repositories frequently.
To do this issue following command:
#apt-get upgrade
if you are not on root account then add sudo before above command and then enter password.

Create n user (non-root) account



u must create a user account and use that. There are many reasons
suppose as an example of what an attacker might do, if you happen to visit a malicious website hosting a Linux exploit while running as root, that exploit will have full access to your system. Running as root, that exploit will be able to do a much wider variety of "bad things" than it could if you were running as a regular unprivileged user. While Linux client side exploits aren't exactly that common in the wild, they are still not unheard of, and their prevalence will grow along with the use of Linux on the desktop, so this is something that should not be totally discounted.

To create a user account issue these two commands :

  • # adduser
  • # usermod --groups admin,disk,cdrom,audio

Now that you have created your user account , login to that

Install VLC



to install vlc , you must first upgrade your repositories as explained above, then issue this command :
# sudo apt-get install vlc (easy ,isnt it ?)

Hope this has been informative for you. More on backtrack soon.
Stay tuned , and comment :)
Have a good day ahead !

0 comments:

Post a Comment

Got any doubts or feedbacks ?
Feel free to comment !