Archives

You are currently viewing archive for October 2009
Category: Linux tips
Posted by: hajime osako
Category: Linux tips
Posted by: hajime osako
Category: Linux tips
Posted by: hajime osako

10/20: LInux > man

Category: Linux tips
Posted by: hajime osako
MAN PAGES - HOW TO READ MAN PAGES

man -M MANDIR # filename
man -M /usr/openwin/man mkfontdir

Category: Linux tips
Posted by: hajime osako
How to find PID listening particular Port on Linux/Solaris 10 Online Apps DBA: One Stop Shop for Apps DBA%u2019s

1. lsof doesnt work from non-global zone in solaris 10
2. Use -z option with lsof to list open files & processes with in non-global zone like lsof -z
Category: Linux tips
Posted by: hajime osako
Adding Swap Space

mkswap /dev/hdb2
swapon /dev/hdb2
then modify /etc/fstab

To check:
cat /proc/swaps or free or swapon -s
Category: Linux tips
Posted by: hajime osako