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 81 guests online
EH-Net News Feeds
Latest Additions
 
Advertisement

You are here: Home arrow Forum arrow Resourcesarrow Toolsarrow BackTrack 5
EH-Net
May 26, 2012, 04:35:55 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Advertise on EH-Net!! - Reasonable Rates, Highly Targeted Audience.
 
   Home   Help Calendar Login Register  
Pages: 1 ... 3 4 [5] 6   Go Down
  Print  
Author Topic: BackTrack 5  (Read 50128 times)
0 Members and 1 Guest are viewing this topic.
lorddicranius
Sr. Member
****
Offline Offline

Posts: 396



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

tturner
Sr. Member
****
Offline Offline

Posts: 329


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

Nope  Grin
Logged

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

Next 6 months: GCIH, CSTP, STI MSISE
jason
Hero Member
*****
Offline Offline

Posts: 945



View Profile
« 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: 396



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

H1t M0nk3y
Hero Member
*****
Offline Offline

Posts: 660



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

GPEN, GSEC, CEH, CISSP, PMP
Agoonie
Full Member
***
Offline Offline

Posts: 142



View Profile
« 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, MEH...
hayabusa
Hero Member
*****
Offline Offline

Posts: 1304



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'


OSCP , GPEN, C|EH
Jamie.R
Hero Member
*****
Offline Offline

Posts: 626



View Profile WWW
« 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

OSWP | eCPPT | HackingDojo Nidan
www.jamierougive.co.uk
Data_Raid
Full Member
***
Offline Offline

Posts: 149


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: 536



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

Jamie.R
Hero Member
*****
Offline Offline

Posts: 626



View Profile WWW
« 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

OSWP | eCPPT | HackingDojo Nidan
www.jamierougive.co.uk
Jamie.R
Hero Member
*****
Offline Offline

Posts: 626



View Profile WWW
« 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

OSWP | eCPPT | HackingDojo Nidan
www.jamierougive.co.uk
jason
Hero Member
*****
Offline Offline

Posts: 945



View Profile
« 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: 142



View Profile
« 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, MEH...
Jamie.R
Hero Member
*****
Offline Offline

Posts: 626



View Profile WWW
« 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

OSWP | eCPPT | HackingDojo Nidan
www.jamierougive.co.uk
Pages: 1 ... 3 4 [5] 6   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.318 seconds with 23 queries.
 

gk_static-ad_feb2012.jpg
Global Knowledge: Build Security Skills to Protect & Defend

els_130x200fixed2.gif
eLearnSecurity Student Course Now Live!
5% Off with Code
ELS-EH-5

SANS Deals 4 EH-Netters
$150 OFF Any SANS Course in Any Format!
Coupon Code: EHN_Connect Including SANS Security West 2012 & SANSFIRE 2012
Recent Forum Topics

cbtnuggets_logo_125.jpg
Try CBT Nuggets Free!

Vote For EH-Net

Add to Technorati Favorites
technorati fave

 
         
Advertisement

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