..it was a pleasant easter....had a nice time have pork...did not have to put too much pressure on my jaw to eat.....
then had a fantastic drive to chickmagalore....where my sis stays.....first of all it was a nice time with my dad...it had been long since i had spent good time with him....we did share a lot of things and finally it looked like my dad has a lot of faith and confidence in me....felt better.....
the other best part was driving...man it was a awesome drive....pushing my car to the limits...this was great...i think i made a cool decision to buy a indica.....this is too good for me.....
now back in office....waiting for the last day here....did not feel like wasting time...so decided to do some writing on the fav subject of mine.....LINUX...and this is what i am sharing today..have fun
since i have been workin in the embedded field...i have worked a lot on kernel tweaking and one main thing i was lookin at is the least amount of time the linux kernel shud take to boot and here is some tweakin that i am givin for x86 box....but on arm u dont see many of these scripts.... not much to worry abt....i shall be sharing other things related to what emebedded in the coming days...
Add the following on /etc/rc.d/rc.local
if [ -e /proc/sys/net/ipv4/icmp_echo_ignore_all ]; then
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
fi
if [ -e /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts ]; then
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
fi
if [ -e /proc/sys/net/ipv4/tcp_syncookies ]; then
echo 1 > /proc/sys/net/ipv4/tcp_syncookies
fi
if [ -e /proc/sys/net/ipv4/conf/all/rp_filter ]; then
for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
echo 1 > $f
done
fi
if [ -e /proc/sys/net/ipv4/conf/all/log_martians ]; then
for f in /proc/sys/net/ipv4/conf/*/log_martians; do
echo 1 > $f
done
fi
echo 1 > /proc/sys/net/ipv4/tcp_ecn
echo 1 > /proc/sys/net/ipv4/tcp_sack
echo 1 > /proc/sys/net/ipv4/tcp_dsack
echo 1 > /proc/sys/net/ipv4/tcp_fack
echo 1 > /proc/sys/net/ipv4/tcp_timestamps
echo 1 > /proc/sys/net/ipv4/tcp_window_scaling
echo 5 > /proc/sys/net/ipv4/tcp_reordering
echo 30 > /proc/sys/net/ipv4/tcp_fin_timeout
echo 1800 > /proc/sys/net/ipv4/tcp_keepalive_time
...my dear friend Asher is leaving today to europe....i am sure we all wud not miss him for the days he is away...ha ha....anyways dude have a nice time there and a safe journey to u....i will for sure miss the time we had in daily bread ....but we are gonna do the goa plan as soon as u r back...take care bro..
time after easter
About this entry
Youre currently reading time after easter.
- Published:
- at 2:32 PM on Thursday, March 31, 2005
- Previous:
- Older Post
- Next:
- Newer Post
0 comments: