IFTOP: Command line monitoring tool

Installation: 1: Installing libpcap cd /usr/local/src wget http://ovh.dl.sourceforge.net/sourceforge/libpcap/libpcap-0.8.1.tar.gz tar -zxvf libpcap-0.8.1.tar.gz cd libpcap-0.8.1 ./configure make && make install  2: Installing IFTOP cd /usr/local/src wget http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz tar -zxvf iftop-0.17.tar.gz cd iftop-0.17 ./configure make && make install  3: Making IFTOP root only chmod 700 /usr/sbin/iftop How to use IFTOP Start it: iftop -i eth0 Help overview: Press […]

ERROR : Warning: fwrite(): supplied argument is not a valid stream

ERROR : Warning: fwrite(): supplied argument is not a valid stream resource in /home/uruser/public_html/index.php on line 359 Solution: I’m pretty sure you can stop the error if you change the premission to the config.php 777 or the sample-config.php 777… Hope that helps OR check the error line and chmod 777 that file

Error in exim main log for VPS

Error in exim main log for VPS: ————————————- 2013-04-11 00:38:57 H=localhost ([xx.xx.xx.xx]) [127.0.0.1] Warning: Sender rate 1.0 / 1h 2013-04-11 00:38:57 1O0rkv-0004ff-M9 <= test@domain.com H=localhost ([xx.xx.xx.xx]) [127.0.0.1] P=esmtpa A=fixed_login:test@domain.com S=987 id=01087a747067959825bcc6fd91dfbfa9.squirrel@xx.xx.xx.xx 2013-04-11 00:39:01 1O0rkv-0004ff-M9 gmail-smtp-in.l.google.com [xx.xx.xx.xx] Connection refused 2013-04-11 00:39:04 1O0rkv-0004ff-M9 alt1.gmail-smtp-in.l.google.com [xx.xx.xx.xx] Connection refused 2013-04-11 00:39:07 1O0rkv-0004ff-M9 alt4.gmail-smtp-in.l.google.com [xx.xx.xx.xx] Connection refused 2013-04-11 00:39:07 1O0rkv-0004ff-M9 […]