Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,902 members, 7,802,921 topics. Date: Saturday, 20 April 2024 at 03:24 AM

Java Programming On Backtrack 4 - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Java Programming On Backtrack 4 (2228 Views)

Programming On Android Device / How Can I Practice Programming on My PC? / Java Programming For Dummies (2) (3) (4)

(1) (Reply) (Go Down)

Java Programming On Backtrack 4 by netghost: 9:49am On Aug 08, 2011
i will like to know the pros and cons of java programming via backtrack 4, if anyone has worked with it let me know , Thanks
Re: Java Programming On Backtrack 4 by bknight: 3:53am On Aug 11, 2011
i was just able to download backtrack 5 about 10 mins ago but my need for it isnt for java programming.i'd be working with it for a couple of days, maybe then i might have something to say cheesy
Re: Java Programming On Backtrack 4 by netghost: 7:05pm On Aug 11, 2011
aiit , *waiting*
though i spoke to slyrox and he had a lot to say ,
Re: Java Programming On Backtrack 4 by Ola3tag(m): 12:50am On Sep 29, 2011
grin grin ;Dit always give me gr8 joy to see ma brothers
backtacking To start networking in Backtrack 4 final/5 issue the following command.

/etc/init.d/networking start

This will attempt to start all the interfaces in the /etc/network/interfaces file.

root@bt:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

If you don't have or don't want some of these interfaces then simply remove the from this file and they will not start.

If you need to set a static IP just set the variables in the /etc/network/interfaces file

auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1

You will also need to make sure you set a nameserver in /etc/resolv.conf

root@bt:~# cat /etc/resolv.conf
nameserver 192.168.0.1

So for example if all you have is eth0 and wlan0 on your system and you want them both to get a adress via DHCP then remove every thing else for the file with the exception of the lo interface. Here is a example.

root@bt:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp


Now if are lazy and want all this to start at boot you can simply issue this command as root

update-rc.d networking defaults

This will create all the proper sym-links

What about ssh?

So while I am on the subject I may as well go over ssh. In order to use ssh on backtrack 4 final you need to generate the keys first.

sshd-generate

after that you can start ssh like this:

/etc/init.d/ssh start

or you can add it to the boot sequence like this:

update-rc.d ssh defaults

Well thats enough to get up and running.for any hints nd tips jst reply this post. I hope this was somewhat helpful to any one just getting started with backtrack
it a world of endless posibilities,
[flash=200,200]http://[/flash] , warchild, [flash=200,200][/flash]

(1) (Reply)

Full Naijaloaded And Nairaland Codes / Introducing Nigeria Made Football Live Score App - Footnob / Thunder Strike The CEO Of Sun Microsystems If JavaFX Fails!

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 11
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.