Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 64 guests and 1 member online
 
Free Business and Tech Magazines and eBooks

You are here: Home arrow Resourcesarrow Toolsarrow BackTrack 5
EH-Net
May 24, 2013, 10:48:42 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: 1 ... 3 4 [5] 6   Go Down
  Print  
Author Topic: BackTrack 5  (Read 79233 times)
0 Members and 1 Guest are viewing this topic.
lorddicranius
Sr. Member
****
Offline Offline

Posts: 447



View Profile WWW
« Reply #60 on: May 11, 2011, 05:22:49 PM »

A direct download is supposed to be available after a couple weeks or something like that...if you can hold out :-P
Logged

GSEC, eCPPT, Sec+
tturner
Sr. Member
****
Offline Offline

Posts: 432


View Profile WWW
« Reply #61 on: May 11, 2011, 08:06:45 PM »

Nope  Grin
Logged

Certifications:
CISSP, CISA, GPEN, GWAPT, GAWN, GCIA, GCIH, GSEC, OPSE, CSWAE, CSTP, VCP

WIP: OSWP, GSSP-JAVA, GXPN

Udacity on hold, again. I suck.

http://sentinel24.com/blog  @tonylturner http://bsidesorlando.org
jason
Hero Member
*****
Offline Offline

Posts: 1012



View Profile WWW
« Reply #62 on: May 11, 2011, 09:00:59 PM »

Anyone else tried to get gdm to start automatically under the gnome version? It seems to be disabled somewhere that's less than obvious (to me anyway)  Embarrassed
Logged
lorddicranius
Sr. Member
****
Offline Offline

Posts: 447



View Profile WWW
« Reply #63 on: May 12, 2011, 01:10:12 AM »

I've tried as well, but with no luck so far.  Created /etc/init/gdm.conf on BT5, copying its contents from a fresh Ubuntu 10.04 install - didn't work.  I then tried editting /etc/default/grub to match what's on the Ubuntu 10.04 install and now BT won't boot up anymore, it just hangs at the splash screen haha.
Logged

GSEC, eCPPT, Sec+
H1t M0nk3y
Hero Member
*****
Offline Offline

Posts: 865



View Profile
« Reply #64 on: May 12, 2011, 07:33:04 AM »

Another thing, did someone installed both Firefox 4 and Firefox 3.6?

The default Firefox 4 doesn't support some interesting plugins yet...

I found this link for Windows: http://superuser.com/questions/160986/install-firefox-4-beta-alongside-firefox-3-6

This for Macs: http://www.businessinsider.com/how-to-run-firefox-4-and-3-simultaneously-in-mac-os-x-with-multiple-firefox-profiles-2011-3

It is probably feasible, based on this post: http://www.johannes-eva.net/how-to-install-firefox-on-ubuntu-linux

I just want to know if someone was able to do it in Backtrack 5.

Thanks
Logged

OSCP, GPEN, GWAPT, GSEC, CEH, CISSP
Agoonie
Full Member
***
Offline Offline

Posts: 177



View Profile WWW
« Reply #65 on: May 12, 2011, 08:27:24 AM »

Another thing, did someone installed both Firefox 4 and Firefox 3.6?

The default Firefox 4 doesn't support some interesting plugins yet...

I found this link for Windows: http://superuser.com/questions/160986/install-firefox-4-beta-alongside-firefox-3-6

This for Macs: http://www.businessinsider.com/how-to-run-firefox-4-and-3-simultaneously-in-mac-os-x-with-multiple-firefox-profiles-2011-3

It is probably feasible, based on this post: http://www.johannes-eva.net/how-to-install-firefox-on-ubuntu-linux

I just want to know if someone was able to do it in Backtrack 5.

Thanks

Not sure if this helps but they have given some 'HowTos' on the backtrack site for plugins for Firefox 4.  Maybe you can apply these steps for all plugins. I figure it is worth a shot.  I will be able to try this later tonight.  I can post later if this is successful for more missing plugins. 


http://www.backtrack-linux.org/forums/backtrack-5-how-tos/40353-backtrack-5-how-get-flash-player-working-gnome-kde-x64.html
Logged

OSCE, OSCP, OSWP, CISSP, GPEN

www.agoonie.com
hayabusa
Hero Member
*****
Offline Offline

Posts: 1633



View Profile
« Reply #66 on: May 12, 2011, 08:43:56 AM »

I personally don't autologin, but if you want it to autostart the gui AFTER root logs in, just vi (or whatever editor you want to use) your ~/.bash_profile, add startx and save it.  Next time you login as root, it'll auto-start the gui.
Logged

~ hayabusa ~ 

"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'


OSCE, OSCP , GPEN, C|EH
millwalll
Guest
« Reply #67 on: May 12, 2011, 08:56:13 AM »

Can anyone help me with screen res problem? I am using KDE in vmware when it first boots I get res 800x600 However when I go full screen it looks crap so I change the res to 1200x900 and it looks perfect but as soon as I reboot it reverts back to 800x600 and I have to go thought the process again.
Logged
Data_Raid
Full Member
***
Offline Offline

Posts: 165



View Profile
« Reply #68 on: May 12, 2011, 09:48:30 AM »

Anyone else tried to get gdm to start automatically under the gnome version? It seems to be disabled somewhere that's less than obvious (to me anyway)  Embarrassed

This is what I did on my system (might be worth taking a snapshot before):
Code:
apt-get install gdm

and then edit the /etc/rc.local file to start gdm automatically, which looks like this:
Code:
/usr/sbin/gdm &
exit 0
Logged

All men by nature desire knowledge.

Aristotle
sil
Hero Member
*****
Offline Offline

Posts: 549



View Profile WWW
« Reply #69 on: May 12, 2011, 09:52:54 AM »

Can anyone help me with screen res problem? I am using KDE in vmware when it first boots I get res 800x600 However when I go full screen it looks crap so I change the res to 1200x900 and it looks perfect but as soon as I reboot it reverts back to 800x600 and I have to go thought the process again.

Add an entry in your .profile for xrandr...

xrandr -s 1200x900
Logged

millwalll
Guest
« Reply #70 on: May 12, 2011, 10:22:36 AM »

Cool I thought I could was not sure how to do it tho I will try that 
Logged
millwalll
Guest
« Reply #71 on: May 12, 2011, 10:39:30 AM »

I have tried that and it does not seem to work any other ideas?
Logged
jason
Hero Member
*****
Offline Offline

Posts: 1012



View Profile WWW
« Reply #72 on: May 12, 2011, 11:47:36 AM »

Quote
This is what I did on my system (might be worth taking a snapshot before):

Nice. That did the trick.  Cool
Logged
Agoonie
Full Member
***
Offline Offline

Posts: 177



View Profile WWW
« Reply #73 on: May 13, 2011, 02:48:38 PM »

I just wanted to note a solution for the system beep in Backtrack 5 (Gnome x64) that I was having.  It is painfully loud.  Anyway, maybe someone else is having the same trouble: 

In the terminal:
run 'alsamixer'
move to PC Beep
press m to mute
press escape
Logged

OSCE, OSCP, OSWP, CISSP, GPEN

www.agoonie.com
millwalll
Guest
« Reply #74 on: May 14, 2011, 05:52:21 PM »

Fixed my problem too. How is everyone finding BT5 then ? At first i was a bit frustrating but now I have it all setup i and getting used to it I like it. I have not really noticed a big difference in programs but I do prefer the layout and general GUI improvements.
Logged
Pages: 1 ... 3 4 [5] 6   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.08 seconds with 23 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Free Business and Tech Magazines and eBooks

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.