Returned 5 Results for "debian" Ordered By Relevance

whois on linux

relevance: [3.44]
2008-06-19 Digg! icurtain Delcious icurtain
installing whois on a linux box # sudo apt-get install jwhois # yum install jwhois or browse to: http://packages.qa.debian.org/j/jwhois.html find the latest version and # wget http://ftp.debian.org/debian/pool/main/j/jwhois/jwhois_4.0.orig.tar.gz tar xf jwhois_4.0.orig.tar.gz...

Debian Java Install on Sarge [fragment]

relevance: [3.37]
2007-09-14 Digg! icurtain Delcious icurtain
I dont have a clue what im doing with Debian so im sticking it all here in no particular order for sarge: add to etc/apt/sources.list deb http://oss.oracle.com/debian unstable main non-free deb http://ftp.sunet.se/pub/os/Linux/distributions/debian-multimedia sarge main deb ftp://ftp.sunet...

make mod_jk in Debian Sarge

relevance: [2.94]
2007-09-14 Digg! icurtain Delcious icurtain
to make mod jk under debian enter the following command to make sure your compiler environment is working set up your environment with apt-get install libtool autoconf gcc apache2-prefork-dev great.. now we are ready to compile copy the tomcat source native directory over to the server...

Debian Java/Tomcat Configuration on Sarge

relevance: [1.65]
2007-09-14 Digg! icurtain Delcious icurtain
Following on from the previous article Java should now be located in /usr/lib/j2re1.6-sun/bin You will have to set up JAVA_HOME and JRE_HOME these can be set in /etc/environment add the lines JAVA_HOME = "/usr/lib/j2re1.6-sun" export JAVA_HOME CATALINA_HOME= "/opt/Tomcat5...

Linux IP address Configuration - ifconfig

relevance: [1.64]
2007-08-31 Digg! icurtain Delcious icurtain
ifconfig is the linux equivilent of ipconfig and will give you your ipaddress and network details :) to edit it in red hat go into /etc/sysconfig/network-scripts/ifcfg-eth0 (where 0 is the interface u want to change) and append as desired. then from the command line: service network [start,stop,re...