SharRakorR
|
2011-08-01
, 14:21
|
Posts: 3 |
Thanked: 0 times |
Joined on Jun 2011
|
#1271
|
|
2011-08-08
, 10:00
|
Posts: 51 |
Thanked: 32 times |
Joined on Dec 2010
|
#1272
|
|
2011-08-28
, 17:11
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#1273
|
sudo gainroot ruby1.8 /home/user/msf3/msfconsole -L
ruby1.8 /home/user/msf3/msfconsole -L | Exec=osso-xterm 'sudo gainroot'
|
2011-09-01
, 01:38
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#1274
|
osso-xterm -e "ruby1.8 /home/user/msf3/msfconsole -L" &
ruby1.8 /home/user/msf3/msfconsole -L
|
2011-09-01
, 02:46
|
Posts: 67 |
Thanked: 36 times |
Joined on May 2010
@ Claremont (LA), California
|
#1275
|
|
2011-09-01
, 09:58
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#1276
|
Try changing your xterm invocation to be:
osso-xterm -e "ruby1.8 /home/user/msf3/msfconsole -L; sleep 10" &
That should keep the xterm open long enough for you to read the error message. If that doesn't work, try this one:
osso-xterm -e "ruby1.8 /home/user/msf3/msfconsole -L > /home/user/MyDocs/ruby.log 2>&1" &
which ought to leave all error messages in ~/MyDocs/ruby.log.
|
2011-09-03
, 06:42
|
Posts: 67 |
Thanked: 36 times |
Joined on May 2010
@ Claremont (LA), California
|
#1277
|
|
2011-09-07
, 09:21
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#1278
|
|
2011-09-08
, 19:52
|
Posts: 84 |
Thanked: 76 times |
Joined on Aug 2011
|
#1279
|
What is the command to open a specific page in microb?
/usr/bin/browser www.google.com
is not working.
The Following User Says Thank You to LightRain For This Useful Post: | ||
|
2011-09-27
, 05:03
|
|
Posts: 149 |
Thanked: 15 times |
Joined on Jul 2010
@ Russia
|
#1280
|