20 Useful Terminal Emulators for Linux

From tecmint.com

A Terminal emulator is a computer program that reproduces a video terminal within some other display structure. In other words the Terminal emulator has an ability to make a dumb machine appear like a client computer networked to the server. The terminal emulator allows an end user to access console as well as its applications such as text user interface and command line interface.

(more…)

Continue Reading20 Useful Terminal Emulators for Linux

linux-dash

Hi, Here is a nifty little monitoring utility with a clean GUI interface that is a drop-in, low-overhead monitoring web dashboard for a linux machine. Monitors your server with stats…

Continue Readinglinux-dash

Identifying PHP Spam

To identify PHP Spam when running PHP 5.3 or higher: (Please note the variables below are not enabled by default in php.ini) utilize the following php.ini variable to narrow down the offending script.


If you suspect there is a PHP script sending out email (and it is still doing so) try adding these two lines:

mail.add_x_header = On
mail.log = /var/log/php_mail.log

to the [mail] section of:

/usr/local/lib/php.ini

(more…)

Continue ReadingIdentifying PHP Spam