Site Contents
Home
My Blog
ColdFusion
JRun
Flex
Wireless & Networking
Hardware & Gadgets
HDTV
Software Picks
Pictures
Contact Me
Search


My Articles & Papers
Flex Performance
Server/Client
mm.com Under the Hood
Multiple Instances of CFMX
Multiple Instance Config
NLB with ColdFusion
Clustering CFMX for J2EE
Multi-Tier Hardware LB w CFMX
Cisco CSS & Coldfusion MX
JRun 4 Jini based Clustering
WiFi Growth

2ID Tacweb

Other Hobbys
Body-For-Life Challenge

Personal Projects
Family Pool
Deck Gate

username:
password:
 

Linux Brain Dump

For some reason I seem to forget half the crap that I need when working on linux. Whenever I look something up
I will dump it on this page for later use.

 

After adding a JDK you may want to add the /usr/java/j2sdXXX/bin directory to the PATH for each user modify the /etc/profile to do this and add
export PATH=$PATH:/usr/java/j2sdXXX/bin

to count line entries use wc (work cout)
netstat -a | grep CLOSE_WAIT | wc -l (this will count the number of CLOSE_WAIT sockets)

lsof Lsof lists information about open files

Solaris 8 Notes:
Instead of top the new utility is prstat

 

 


   
  Links to somewhat usefull information:
Basic Command Syntax
Listing of Basic Commands
   
  Compiling Apache with ssl enabled