<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sherin&#039;s Blog !</title>
	<atom:link href="http://sherinsunny.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sherinsunny.wordpress.com</link>
	<description>Its All About LINUX. www.sherinsunny.com</description>
	<lastBuildDate>Fri, 22 Oct 2010 05:44:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sherinsunny.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sherin&#039;s Blog !</title>
		<link>http://sherinsunny.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sherinsunny.wordpress.com/osd.xml" title="Sherin&#039;s Blog !" />
	<atom:link rel='hub' href='http://sherinsunny.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Linux: How to clear the cache from memory</title>
		<link>http://sherinsunny.wordpress.com/2010/10/20/linux-how-to-clear-the-cache-from-memory/</link>
		<comments>http://sherinsunny.wordpress.com/2010/10/20/linux-how-to-clear-the-cache-from-memory/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 05:40:17 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
				<category><![CDATA[Linux And Unix]]></category>

		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=89</guid>
		<description><![CDATA[Linux has a supposedly good memory management feature that will use up any &#8220;extra&#8221; RAM you have to cache stuff. This section of the memory being used is SUPPOSED to be freely available to be taken over by any other process that actually needs it, but unfortunately my Linux (three distros now, Mandriva 32 bit, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=89&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Linux has a supposedly good memory management feature that will use up any &#8220;extra&#8221; RAM you have to cache stuff. This section of the memory being used is SUPPOSED to be freely available to be taken over by any other process that actually needs it, but unfortunately my Linux (three distros now, Mandriva 32 bit, and Mandriva 64 bit, and Opensuse 11 64 bit) thinks that cache memory is too important to move over for anything else that actually needs it.</p>
<p>Simply run the following command as root and the cache will be cleared out.</p>
<p><strong>sync; echo 3 &gt; /proc/sys/vm/drop_caches</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=89&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/10/20/linux-how-to-clear-the-cache-from-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache prefork vs. worker</title>
		<link>http://sherinsunny.wordpress.com/2010/10/13/apache-prefork-vs-worker/</link>
		<comments>http://sherinsunny.wordpress.com/2010/10/13/apache-prefork-vs-worker/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 09:39:19 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=84</guid>
		<description><![CDATA[WORKER Is Better than PREFORK Prefork is supposed to generally be better for single or dual cpu systems, and worker is supposed to be generally better for multi-CPU systems IfModule mpm_prefork_module &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 IfModule mpm_worker_module &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=84&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>WORKER Is Better than PREFORK</p>
<p>Prefork is supposed to generally be better for single or dual cpu systems, and worker is supposed to be generally better for multi-CPU systems</p>
<p>IfModule mpm_prefork_module<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>    StartServers          5<br />
    MinSpareServers       5<br />
    MaxSpareServers      10<br />
    MaxClients          150<br />
    MaxRequestsPerChild   0</p>
<p>IfModule mpm_worker_module<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>    StartServers          2<br />
    MaxClients          150<br />
    MinSpareThreads      25<br />
    MaxSpareThreads      75<br />
    ThreadsPerChild      25<br />
    MaxRequestsPerChild   0</p>
<p><strong><br />
PHP5 can work with MPM Worker too. But you have to use CGI or FastCGI instead of Apache module</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=84&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/10/13/apache-prefork-vs-worker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>
	</item>
		<item>
		<title>CPANEL TO CPANEL ACCOUNT MIGRATION !</title>
		<link>http://sherinsunny.wordpress.com/2010/10/11/cpanel-to-cpanel-account-migration/</link>
		<comments>http://sherinsunny.wordpress.com/2010/10/11/cpanel-to-cpanel-account-migration/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 17:22:45 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
		
		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=77</guid>
		<description><![CDATA[Data migration( cpanel) TRANSFER ————— #!/bin/bash for i in `cat /etc/trueuserdomains &#124; awk -F: ‘{print $2}’` do /bin/echo “$i” /scripts/pkgacct $i file=$(ls /home/cpmove*$i*) /bin/echo “$file” scp -P -B $file root@:/root wait ls -lh $file rm -rf $file done RESTORE ————– ls cpmove-*.tar.gz &#124; awk -F- ‘{print $2}’ &#124; awk -F. ‘{print $1}’ &#62; file for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=77&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Data migration( cpanel)</strong></p>
<p>TRANSFER<br />
—————<br />
#!/bin/bash</p>
<p>for i in `cat /etc/trueuserdomains | awk -F: ‘{print $2}’`<br />
do<br />
/bin/echo “$i”<br />
/scripts/pkgacct $i<br />
file=$(ls /home/cpmove*$i*)<br />
/bin/echo “$file”<br />
scp -P  -B $file root@:/root<br />
wait<br />
ls -lh $file<br />
rm -rf $file<br />
done</p>
<p>RESTORE<br />
————–<br />
ls cpmove-*.tar.gz  | awk -F- ‘{print $2}’ | awk -F. ‘{print $1}’ &gt; file<br />
for i in `cat file`; do /scripts/restorepkg $i; done</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=77&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/10/11/cpanel-to-cpanel-account-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>
	</item>
		<item>
		<title>Nginx Servive static pages from Varnish Cache bypass the dynamic pages as Reverse Proxy To Apache</title>
		<link>http://sherinsunny.wordpress.com/2010/10/11/nginx-and-varnish-cache-and-reverse-proxy-to-apache/</link>
		<comments>http://sherinsunny.wordpress.com/2010/10/11/nginx-and-varnish-cache-and-reverse-proxy-to-apache/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 05:27:42 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
		
		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=75</guid>
		<description><![CDATA[First Install nginx,varnish and apache. Install nginx ********************* Type the following commands to download nginx, enter: # cd /opt # wget http://sysoev.ru/nginx/nginx-0.8.33.tar.gz Untar nginx, enter: # tar -zxvf nginx-0.8.33.tar.gz # cd nginx-0.8.33 Configure nginx for 64 bit RHEL / CentOS Linux: # ./configure &#8211;without-http_autoindex_module &#8211;without-http_ssi_module &#8211;without-http_userid_module &#8211;without-http_auth_basic_module &#8211;without-http_geo_module &#8211;without-http_fastcgi_module &#8211;without-http_empty_gif_module &#8211;with-openssl=/lib64 # make # make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=75&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First Install nginx,varnish and apache.</p>
<p>Install nginx<br />
*********************<br />
Type the following commands to download nginx, enter:<br />
# cd /opt<br />
# wget http://sysoev.ru/nginx/nginx-0.8.33.tar.gz</p>
<p>Untar nginx, enter:<br />
# tar -zxvf nginx-0.8.33.tar.gz<br />
# cd nginx-0.8.33</p>
<p>Configure nginx for 64 bit RHEL / CentOS Linux:<br />
# ./configure &#8211;without-http_autoindex_module &#8211;without-http_ssi_module &#8211;without-http_userid_module &#8211;without-http_auth_basic_module &#8211;without-http_geo_module &#8211;without-http_fastcgi_module &#8211;without-http_empty_gif_module &#8211;with-openssl=/lib64</p>
<p># make<br />
# make install<br />
/usr/local/nginx/sbin/nginx<br />
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf</p>
<p>*********************************</p>
<p>Change the port of apache to 81 and nginx to 80 so that the webserver port is 80.<br />
/usr/local/nginx/sbin/nginx -v<br />
Default nginx.conf (/usr/local/nginx/conf/nginx.conf)</p>
<p>*********************************************************</p>
<p>#user  nobody;<br />
worker_processes  1;</p>
<p>#error_log  logs/error.log;<br />
#error_log  logs/error.log  notice;<br />
#error_log  logs/error.log  info;</p>
<p>#pid        logs/nginx.pid;</p>
<p>events {<br />
    worker_connections  1024;<br />
}</p>
<p>http {<br />
    include       mime.types;<br />
    default_type  application/octet-stream;</p>
<p>    #log_format  main  &#8216;$remote_addr &#8211; $remote_user [$time_local] &#8220;$request&#8221; &#8216;<br />
    #                  &#8216;$status $body_bytes_sent &#8220;$http_referer&#8221; &#8216;<br />
    #                  &#8216;&#8221;$http_user_agent&#8221; &#8220;$http_x_forwarded_for&#8221;&#8216;;</p>
<p>    #access_log  logs/access.log  main;</p>
<p>    sendfile        on;<br />
    #tcp_nopush     on;</p>
<p>    #keepalive_timeout  0;<br />
    keepalive_timeout  65;<br />
upstream cache_servers {<br />
      server localhost:6081 max_fails=3 fail_timeout=30s;<br />
    }<br />
    #gzip  on;<br />
server {<br />
  access_log off;</p>
<p>  error_log  logs/vhost-error_log warn;<br />
  listen    80;<br />
  server_name  emegano.com;</p>
<p>  # uncomment location below to make nginx serve static files instead of Apache<br />
  # NOTE this will cause issues with bandwidth accounting as files wont be logged<br />
  location ~* \.(gif|jpg|jpeg|3gp|wmv|avi|mpg|mpeg|mp4|js|css)$ {<br />
   root   /var/www/html/emegano.com;<br />
  }</p>
<p>  location / {<br />
   proxy_send_timeout   90;<br />
   proxy_read_timeout   90;</p>
<p>   proxy_buffer_size    4k;<br />
   # you can increase proxy_buffers here to suppress &#8220;an upstream response<br />
   #  is buffered to a temporary file&#8221; warning<br />
   proxy_buffers     16 32k;<br />
   proxy_busy_buffers_size 64k;<br />
   proxy_temp_file_write_size 64k;</p>
<p>   proxy_connect_timeout 30s;</p>
<p>  # proxy_redirect  http://www.emegano.com:81   http://www.emegano.com;<br />
  # proxy_redirect  http://emegano.com:81   http://emegano.com;</p>
<p>   proxy_pass  http://41.223.52.100:6081;<br />
  #proxy_pass http://cache_servers/;<br />
 # proxy_redirect http://cache_servers/ http://$host:$server_port/;</p>
<p>   proxy_set_header   Host   $host;<br />
   proxy_set_header   X-Real-IP  $remote_addr;<br />
   proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for;<br />
  }<br />
 }</p>
<p>    # another virtual host using mix of IP-, name-, and port-based configuration<br />
    #<br />
    #server {<br />
    #    listen       8000;<br />
    #    listen       somename:8080;<br />
    #    server_name  somename  alias  another.alias;</p>
<p>    #    location / {<br />
    #        root   html;<br />
    #        index  index.html index.htm;<br />
    #    }<br />
    #}</p>
<p>    # HTTPS server<br />
    #<br />
    #server {<br />
    #    listen       443;<br />
    #    server_name  localhost;</p>
<p>    #    ssl                  on;<br />
    #    ssl_certificate      cert.pem;<br />
    #    ssl_certificate_key  cert.key;</p>
<p>    #    ssl_session_timeout  5m;</p>
<p>    #    ssl_protocols  SSLv2 SSLv3 TLSv1;<br />
    #    ssl_ciphers  ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;<br />
    #    ssl_prefer_server_ciphers   on;</p>
<p>    #    location / {<br />
    #        root   html;<br />
    #        index  index.html index.htm;<br />
    #    }<br />
    #}</p>
<p>}<br />
*****************************************************<br />
yum install logrotate libgomp gcc cpp binutils kernel-headers glibc-headers glibc-devel<br />
rpm -Uvh varnish-1.1.2-5el5.x86_64.rpm varnish-libs-1.1.2-5el5.x86_64.rpm<br />
yum install varnish.x86_64<br />
for A in varnish varnishlog ; do chkconfig $A on ; service $A start ; done<br />
Varnish default.vcl<br />
*******************************************************<br />
cat /etc/varnish/default.vcl<br />
#This is a basic VCL configuration file for varnish.  See the vcl(7)<br />
#man page for details on VCL syntax and semantics.<br />
#<br />
#Default backend definition.  Set this to point to your content<br />
#server.</p>
<p>backend default {<br />
  .host = &#8220;41.223.52.100&#8243;;<br />
  .port = &#8220;81&#8243;;<br />
}<br />
#<br />
#Below is a commented-out copy of the default VCL logic.  If you<br />
#redefine any of these subroutines, the built-in logic will be<br />
#appended to your code.<br />
#<br />
#sub vcl_recv {<br />
 #   if (req.request != &#8220;GET&#8221; &amp;&amp;<br />
  #    req.request != &#8220;HEAD&#8221; &amp;&amp;<br />
   #   req.request != &#8220;PUT&#8221; &amp;&amp;<br />
    #  req.request != &#8220;POST&#8221; &amp;&amp;<br />
     # req.request != &#8220;TRACE&#8221; &amp;&amp;<br />
      #req.request != &#8220;OPTIONS&#8221; &amp;&amp;<br />
     # req.request != &#8220;DELETE&#8221;) {<br />
#        /* Non-RFC2616 or CONNECT which is weird. */<br />
      #  return (pipe);<br />
   # }<br />
#    if (req.request != &#8220;GET&#8221; &amp;&amp; req.request != &#8220;HEAD&#8221;) {<br />
#        /* We only deal with GET and HEAD by default */<br />
#        return (pass);<br />
#    }<br />
#    if (req.http.Authorization || req.http.Cookie) {<br />
#        /* Not cacheable by default */<br />
#        return (pass);<br />
#    }<br />
#    return (lookup);<br />
#}<br />
#<br />
#sub vcl_pipe {<br />
#    # Note that only the first request to the backend will have<br />
#    # X-Forwarded-For set.  If you use X-Forwarded-For and want to<br />
#    # have it set for all requests, make sure to have:<br />
#    # set req.http.connection = &#8220;close&#8221;;<br />
#    # here.  It is not set by default as it might break some broken web<br />
#    # applications, like IIS with NTLM authentication.<br />
#    return (pipe);<br />
#}<br />
#<br />
#sub vcl_pass {<br />
#    return (pass);<br />
#}<br />
#<br />
#sub vcl_hash {<br />
#    set req.hash += req.url;<br />
#    if (req.http.host) {<br />
#        set req.hash += req.http.host;<br />
#    } else {<br />
#        set req.hash += server.ip;<br />
#    }<br />
#    return (hash);<br />
#}<br />
#<br />
#sub vcl_hit {<br />
#    if (!obj.cacheable) {<br />
#        return (pass);<br />
#    }<br />
#    return (deliver);<br />
#}<br />
#<br />
#sub vcl_miss {<br />
#    return (fetch);<br />
#}<br />
#<br />
#sub vcl_fetch {<br />
#    if (!obj.cacheable) {<br />
#        return (pass);<br />
#    }<br />
#    if (obj.http.Set-Cookie) {<br />
#        return (pass);<br />
#    }<br />
#    set obj.prefetch =  -30s;<br />
#    return (deliver);<br />
#}<br />
#<br />
#sub vcl_deliver {<br />
#    return (deliver);<br />
#}<br />
#<br />
#sub vcl_discard {<br />
#    /* XXX: Do not redefine vcl_discard{}, it is not yet supported */<br />
#    return (discard);<br />
#}<br />
#<br />
#sub vcl_prefetch {<br />
#    /* XXX: Do not redefine vcl_prefetch{}, it is not yet supported */<br />
#    return (fetch);<br />
#}<br />
#<br />
#sub vcl_timeout {<br />
#    /* XXX: Do not redefine vcl_timeout{}, it is not yet supported */<br />
#    return (discard);<br />
#}<br />
#<br />
#sub vcl_error {<br />
#    set obj.http.Content-Type = &#8220;text/html; charset=utf-8&#8243;;<br />
#    synthetic {&#8220;</p>
<p>#    &#8220;} obj.status &#8221; &#8221; obj.response {&#8220;<br />
#<br />
#<br />
#   Error &#8220;} obj.status &#8221; &#8221; obj.response {&#8220;<br />
#
<p>&#8220;} obj.response {&#8220;</p>
<p>#   Guru Meditation:<br />
#  XID: &#8220;} req.xid {&#8220;<br />
#<br />
<hr />
#<br />
<address>
#       <a href="http://www.sherinsunny.com/">Varnish cache server</a><br />
#    </address>
<p> #};<br />
#    return (deliver);<br />
#}</p>
<p>***************************************************<br />
Varnish<br />
***************************************************<br />
 cat /etc/sysconfig/varnish<br />
# Configuration file for varnish<br />
#<br />
# /etc/init.d/varnish expects the variable $DAEMON_OPTS to be set from this<br />
# shell script fragment.<br />
#</p>
<p># Maximum number of open files (for ulimit -n)<br />
NFILES=131072</p>
<p># Locked shared memory (for ulimit -l)<br />
# Default log size is 82MB + header<br />
MEMLOCK=82000</p>
<p># Maximum size of corefile (for ulimit -c). Default in Fedora is 0<br />
# DAEMON_COREFILE_LIMIT=&#8221;unlimited&#8221;</p>
<p># This file contains 4 alternatives, please use only one.</p>
<p>## Alternative 1, Minimal configuration, no VCL<br />
#<br />
# Listen on port 6081, administration on localhost:6082, and forward to<br />
# content server on localhost:8080.  Use a fixed-size cache file.<br />
#<br />
#DAEMON_OPTS=&#8221;-a 41.223.52.100:6081 \<br />
 #            -T localhost:6082 \<br />
       #      -b localhost:8080 \<br />
        #     -u varnish -g varnish \<br />
         #    -s file,/var/lib/varnish/varnish_storage.bin,1G&#8221;</p>
<p>## Alternative 2, Configuration with VCL<br />
#<br />
# Listen on port 6081, administration on localhost:6082, and forward to<br />
# one content server selected by the vcl file, based on the request.  Use a<br />
# fixed-size cache file.<br />
#<br />
DAEMON_OPTS=&#8221;-a 41.223.52.100:6081 \<br />
             -T localhost:6082 \<br />
             -f /etc/varnish/default.vcl \<br />
             -u varnish -g varnish \<br />
             -s file,/var/lib/varnish/varnish_storage.bin,1G&#8221;</p>
<p>## Alternative 3, Advanced configuration<br />
#<br />
# See varnishd(1) for more information.<br />
#<br />
# # Main configuration file. You probably want to change it <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
 VARNISH_VCL_CONF=/etc/varnish/default.vcl<br />
#<br />
# # Default address and port to bind to<br />
# # Blank address means all IPv4 and IPv6 interfaces, otherwise specify<br />
# # a host name, an IPv4 dotted quad, or an IPv6 address in brackets.<br />
# VARNISH_LISTEN_ADDRESS=<br />
 VARNISH_LISTEN_PORT=6081<br />
#<br />
# # Telnet admin interface listen address and port<br />
 VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1<br />
 VARNISH_ADMIN_LISTEN_PORT=6082<br />
#<br />
# # The minimum number of worker threads to start<br />
 VARNISH_MIN_THREADS=1<br />
#<br />
# # The Maximum number of worker threads to start<br />
 VARNISH_MAX_THREADS=1000<br />
#<br />
# # Idle timeout for worker threads<br />
 VARNISH_THREAD_TIMEOUT=120<br />
#<br />
# # Cache file location<br />
 VARNISH_STORAGE_FILE=/var/lib/varnish/varnish_storage.bin<br />
#<br />
# # Cache file size: in bytes, optionally using k / M / G / T suffix,<br />
# # or in percentage of available disk space using the % suffix.<br />
 VARNISH_STORAGE_SIZE=1G<br />
#<br />
# # Backend storage specification<br />
 VARNISH_STORAGE=&#8221;file,${VARNISH_STORAGE_FILE},${VARNISH_STORAGE_SIZE}&#8221;<br />
#<br />
# # Default TTL used when the backend does not specify one<br />
 VARNISH_TTL=120<br />
#<br />
# # DAEMON_OPTS is used by the init script.  If you add or remove options, make<br />
# # sure you update this section, too.<br />
 DAEMON_OPTS=&#8221;-a ${VARNISH_LISTEN_ADDRESS}:${VARNISH_LISTEN_PORT} \<br />
              -f ${VARNISH_VCL_CONF} \<br />
              -T ${VARNISH_ADMIN_LISTEN_ADDRESS}:${VARNISH_ADMIN_LISTEN_PORT} \<br />
              -t ${VARNISH_TTL} \<br />
              -w ${VARNISH_MIN_THREADS},${VARNISH_MAX_THREADS},${VARNISH_THREAD_TIMEOUT} \<br />
              -u varnish -g varnish \<br />
              -s ${VARNISH_STORAGE}&#8221;</p>
<p>## Alternative 4, Do It Yourself. See varnishd(1) for more information.<br />
#<br />
# DAEMON_OPTS=&#8221;"<br />
*******************************************************************************************************************************************</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=75&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/10/11/nginx-and-varnish-cache-and-reverse-proxy-to-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>
	</item>
		<item>
		<title>Nginx as Reverse proxy for Apache in Cpanel Server</title>
		<link>http://sherinsunny.wordpress.com/2010/10/09/nginx-as-reverse-proxy-for-apache-in-cpanel-server/</link>
		<comments>http://sherinsunny.wordpress.com/2010/10/09/nginx-as-reverse-proxy-for-apache-in-cpanel-server/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 13:14:42 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
		
		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=71</guid>
		<description><![CDATA[The steps are given below: cd /usr/src wget http://sysoev.ru/nginx/nginx-0.7.63.tar.gz wget http://stderr.net/apache/rpaf/download/mod_rpaf-0.6.tar.gz wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.9.tar.gz tar xvzf mod_rpaf-0.6.tar.gz cd mod_rpaf-0.6 /usr/local/apache/bin/apxs -i -c -n mod_rpaf-2.0.so mod_rpaf-2.0.c cd /usr/src tar xvzf pcre-7.9.tar.gz cd pcre-7.9 ./configure make make install cd /usr/src tar xvzf nginx-0.7.63.tar.gz cd nginx-0.7.63 ./configure &#8211;with-http_ssl_module &#8211;with-http_realip_module &#8211;with-http_dav_module &#8211;with-http_flv_module &#8211;with-http_gzip_static_module make make install -Login to WHM and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=71&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The steps are given below:</p>
<p>    cd /usr/src<br />
    wget http://sysoev.ru/nginx/nginx-0.7.63.tar.gz<br />
    wget http://stderr.net/apache/rpaf/download/mod_rpaf-0.6.tar.gz<br />
    wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.9.tar.gz<br />
    tar xvzf mod_rpaf-0.6.tar.gz<br />
    cd mod_rpaf-0.6<br />
    /usr/local/apache/bin/apxs -i -c -n mod_rpaf-2.0.so mod_rpaf-2.0.c<br />
    cd /usr/src<br />
    tar xvzf pcre-7.9.tar.gz<br />
    cd pcre-7.9<br />
    ./configure<br />
    make<br />
    make install<br />
    cd /usr/src<br />
    tar xvzf nginx-0.7.63.tar.gz<br />
    cd nginx-0.7.63<br />
    ./configure &#8211;with-http_ssl_module &#8211;with-http_realip_module &#8211;with-http_dav_module &#8211;with-http_flv_module &#8211;with-http_gzip_static_module<br />
    make<br />
    make install</p>
<p>-Login to WHM and look for the following route:<br />
Main &gt;&gt; Service Configuration &gt;&gt; Apache Setup &gt; Include Editor &gt; Pre Main Include</p>
<p>- Add the following configuration and save, LIST_OF_YOUR_IPS changing the IP you occupy in your site:</p>
<p>    LoadModule rpaf_module modules/mod_rpaf-2.0.so<br />
    RPAFenable On<br />
    # Enable reverse proxy add forward<br />
    RPAFproxy_ips 127.0.0.1 LIST_OF_YOUR_IPS<br />
    # which ips are forwarding requests to us<br />
    RPAFsethostname On<br />
    # let rpaf update vhost settings<br />
    # allows to have the same hostnames as in the &#8220;real&#8221;<br />
    # configuration for the forwarding Apache<br />
    RPAFheader X-Real-IP<br />
    # Allows you to change which header mod_rpaf looks<br />
    # for when trying to find the ip the that is forwarding<br />
    # our requests</p>
<p>Change the apache port to 81 (tweak settings)<br />
Open whm – tweak settings and find 0.0.0.0:80 and change it to 0.0.0.0.:81</p>
<p>- Run SSH console</p>
<p>    /usr/local/cpanel/whostmgr/bin/whostmgr2 &#8211;updatetweaksettings<br />
    /scripts/rebuildhttpdconf<br />
    httpd restart</p>
<p>wget the automated nginx virtual host creator and run it</p>
<p>http://prajizworld.com/nginx.sh</p>
<p>    ﻿chmod 755 nginx.sh</p>
<p>    ./nginx.sh</p>
<p>Remove the 3 # signs of the following lines from</p>
<p> /usr/local/nginx/conf/vhost.conf</p>
<p>    ﻿#location ~* \.(gif|jpg|jpeg|png|wmv|avi|mpg|mpeg|mp4|js|css)$ {</p>
<p>    # root   /home/myweb/public_html;</p>
<p>    #}</p>
<p>Check nginx configuration  using</p>
<p>    /usr/local/nginx/sbin/nginx -t</p>
<p> If everything is fine, its time to  start nginx.</p>
<p>    /usr/local/nginx/sbin/nginx</p>
<p>Configure nginx startup script</p>
<p>http://prajizworld.com/nginx.txt</p>
<p>    mv nginx.txt /etc/init.d/nginx</p>
<p>    chmod +x nginx</p>
<p>    ﻿chkconfig &#8211;add &#8211;level 3  nginx</p>
<p>After doing all these, the server load was very low and pages were processing at lightning fast,</p>
<p>but still we experienced a slowness.</p>
<p> When I analyzed the traffic, I understood now network is bottleneck.</p>
<p>I could see many concurrent connections from same session downloading huge files.</p>
<p> So I thought of adding the below lines to limit traffic from same session</p>
<p>    ### Directive describes the zone, in which the session states are stored i.e. store in slimits. ###<br />
    ### 1m can handle 32000 sessions with 32 bytes/session, set to 5m x 32000 session ###<br />
           limit_zone slimits $binary_remote_addr 5m;</p>
<p>    ### Control maximum number of simultaneous connections for one session i.e. ###<br />
    ### restricts the amount of connections from a single ip address ###<br />
            limit_conn slimits 2;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=71&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/10/09/nginx-as-reverse-proxy-for-apache-in-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>
	</item>
		<item>
		<title>Please Dont Spam !!</title>
		<link>http://sherinsunny.wordpress.com/2010/10/02/please-dont-spam/</link>
		<comments>http://sherinsunny.wordpress.com/2010/10/02/please-dont-spam/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 04:38:51 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
		
		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=69</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=69&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://voice.mytechnopark.com/img/forumrules.gif" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=69&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/10/02/please-dont-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>

		<media:content url="http://voice.mytechnopark.com/img/forumrules.gif" medium="image" />
	</item>
		<item>
		<title>BEWARE OF PHISHING IN GMAIL AND ORKUT !!</title>
		<link>http://sherinsunny.wordpress.com/2010/09/28/beware-of-phishing-in-gmail-and-orkut/</link>
		<comments>http://sherinsunny.wordpress.com/2010/09/28/beware-of-phishing-in-gmail-and-orkut/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 04:31:29 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
				<category><![CDATA[Linux And Unix]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[phishing in orkut]]></category>

		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=54</guid>
		<description><![CDATA[There are many phishing attacks against orkut. So beware of them !!! The links will take you to a website which looks similar to Orkut login page. But if you check carefully you can see that the URL is not Orkut.com but http://www.updatehere.net.ms/. If you give your username and password here, then your account is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=54&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<p><strong>There are many phishing attacks against orkut. So beware of them !!!</strong><br />
<img src="http://www.sujithjohn.in/blog/wp-content/uploads/2010/09/Phising-attack-on-orkut.jpg" alt="Phishing At Orkut !" /></p>
<p><strong>The links will take you to a website which looks similar to Orkut login page. But if you check carefully you can see that the URL is not Orkut.com but http://www.updatehere.net.ms/. If you give your username and password here, then your account is hacked !!</strong></p>
<p><img src="http://www.sujithjohn.in/blog/wp-content/uploads/2010/09/similar-orkut-1024x495.png" alt="Phishing Site" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=54&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/09/28/beware-of-phishing-in-gmail-and-orkut/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>

		<media:content url="http://www.sujithjohn.in/blog/wp-content/uploads/2010/09/Phising-attack-on-orkut.jpg" medium="image">
			<media:title type="html">Phishing At Orkut !</media:title>
		</media:content>

		<media:content url="http://www.sujithjohn.in/blog/wp-content/uploads/2010/09/similar-orkut-1024x495.png" medium="image">
			<media:title type="html">Phishing Site</media:title>
		</media:content>
	</item>
		<item>
		<title>Bom Sabado Worm is Fixed By Google !</title>
		<link>http://sherinsunny.wordpress.com/2010/09/26/bom-sabado-worm-is-fixed-by-google/</link>
		<comments>http://sherinsunny.wordpress.com/2010/09/26/bom-sabado-worm-is-fixed-by-google/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 14:11:50 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
				<category><![CDATA[Linux And Unix]]></category>
		<category><![CDATA[Virus Attack]]></category>

		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=50</guid>
		<description><![CDATA[From Google !! This is to inform you all that we’ve contained the “Bom Sabado” virus and have identified the bug that allowed this and have fixed it. We’re currently working on restoring the affected profiles. Thanks a ton to each of you who’s made an effort to alert everyone else about this. I’ll make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=50&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From Google !!</p>
<p>This is to inform you all that we’ve contained the “Bom Sabado” virus and have identified the bug that allowed this and have fixed it.  We’re currently working on restoring the affected profiles.  Thanks a ton to each of you who’s made an effort to alert everyone else about this. I’ll make sure to keep you guys posted on more updates”  The worm Bom Sabado which has a very ironic translation into Portuguese meaning ‘Good Saturday’ had affected the social networking site Orkut on Saturday 25th September. The worm did nothing like post malicious links, rather it just left scraps from the infected account to every friend’s scrapbook.  The scrap read simply ‘Bom Sabado’. So the unwary users just viewed the scraps &amp; then the worm affected their cache memory leaving them infected.  Google had asked the Orkut users to not login for a while and refresh their browser cookies &amp; cache. It was also advisable to change the password and the security question as well.  Many users were however unfortunate enough to be online when the Bom Sabado worm attacked leaving their accounts hacked. Google has promised to look into this matter and try and fix the hacked profiles in Orkut.   Read more: http://www.dailylatestnews.com/2010/09/26/bom-sabado-worm-orkut-fixed-google-029589#ixzz10e1rvDoS</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=50&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/09/26/bom-sabado-worm-is-fixed-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>
	</item>
		<item>
		<title>How to fix “Firefox is already running” error</title>
		<link>http://sherinsunny.wordpress.com/2010/05/14/how-to-fix-%e2%80%9cfirefox-is-already-running%e2%80%9d-error/</link>
		<comments>http://sherinsunny.wordpress.com/2010/05/14/how-to-fix-%e2%80%9cfirefox-is-already-running%e2%80%9d-error/#comments</comments>
		<pubDate>Fri, 14 May 2010 10:54:20 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
				<category><![CDATA[Linux And Unix]]></category>

		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=47</guid>
		<description><![CDATA[Sometimes when you try to start Firefox, it warns you that Firefox is already running. The message looks like this: Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. Usually, you can just kill the firefox process to solve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=47&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes when you try to start Firefox, it warns you that Firefox is already running. The message looks like this:  Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.  Usually, you can just kill the firefox process to solve this problem. For example, on Linux the command “ps auxwww | grep firefox” will find the process number and then “kill [processnumber]” will work fine. But sometimes things are more horked than usual. That happened to me today, surprise surprise <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Here’s how to fix the deeper problem: Step 1. Find your profile. This page tells you how to find the location of your Firefox profile. Under Linux (e.g. Ubuntu), it will be at ~/.mozilla/firefox/[Profile name]/ . Step 2. Remove the lock files. This page tells you what the lock files are for Firefox on Windows/Linux/Mac. Under Unix/Linux, you’ll need to remove two files “lock” and “.parentlock” .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=47&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/05/14/how-to-fix-%e2%80%9cfirefox-is-already-running%e2%80%9d-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>
	</item>
		<item>
		<title>htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable</title>
		<link>http://sherinsunny.wordpress.com/2010/04/07/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/</link>
		<comments>http://sherinsunny.wordpress.com/2010/04/07/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 14:24:45 +0000</pubDate>
		<dc:creator>sherinsunny</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Linux And Unix]]></category>

		<guid isPermaLink="false">http://sherinsunny.wordpress.com/?p=44</guid>
		<description><![CDATA[FIX ******* Disable Mcrypt in the easy apache and recompile it. It will fix it. ****************<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=44&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>FIX</p>
<p>*******</p>
<p><strong><br />
</strong></p>
<p><strong>Disable Mcrypt in the easy apache and recompile it.</strong></p>
<p><strong>It will fix it.</strong></p>
<p>****************</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sherinsunny.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sherinsunny.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sherinsunny.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sherinsunny.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sherinsunny.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sherinsunny.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sherinsunny.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sherinsunny.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sherinsunny.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sherinsunny.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sherinsunny.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sherinsunny.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sherinsunny.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sherinsunny.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sherinsunny.wordpress.com&amp;blog=3604952&amp;post=44&amp;subd=sherinsunny&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sherinsunny.wordpress.com/2010/04/07/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48a53713718b31813bae397ab705314d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sherinsunny</media:title>
		</media:content>
	</item>
	</channel>
</rss>
