Hello World!


>>hi...
>>
>>How do i change the kernel parameters? 
>>I want to Install Oracle on Linux (redhat 6.1) 
>>and i want to change the SHMMAX, SHMMIN parameters.

can be defined as environment variable in you /etc/profile (if you are
using bash) 

as

SHMMAX=4294967295 
SHMMIN=1 
SHMMNI=100 
SHMSEG=10 
SHMMNS=200 
SHMMNI=70
export SHMMAX SHMMIN SHMMNI SHMSEG SHMMNS SHMMNI

for C-Shell effective terms are 

setenv NAMME value

>>I have my linux machine itself as a proxy for other 
>>windows 95 systems.
>>when i ping from windows95 system, i am not able to 
>>ping the outside world (EX: ping blr.vsnl.net.in)
>>

Proxy(I assume you are using squid in Linux) gives you http+ftp access ..
For ping,telnet to be done from your win9x clients you need to use
ipforwarding ( ipchains ) ..


Tusar K Nayak(aka Lohit)
@Communicators
Phone: 91 - 11 - 5528098(R)
URL: http://tusar.netshooter.com/
*************************************************
When in doubt, follow your heart.


-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to