CSF Messenger

CSF Messenger offers a TEXT and HTML page to be displayed when a person is blocked in the firewall as well as an image to be displayed. Those can be found at /etc/csf/messenger and can be changed, but CSF will need to be restarted when changed. Upgrade CSF in the server to the latest version…


What’s an inode?

From linux-mag.com In the electronic pages of Linux Magazine, file systems are commonly discussed. It’s a fact! In these discussions you might see the term “inode” used in reference to a file system. Fairly often people ask the question, “what is an inode?” so that they can understand the discussion (remember, there is no such…


Dropbox Share

From webupd8.org Install Dropbox Share in Ubuntu Before installing Dropbox Share, make sure you remove any previous versions of the script (both Dropbox Share and Dropbox Unshare) you may have in ~/.gnome2/nautilus-scripts: rm ~/.gnome2/nautilus-scripts/”Dropbox Share” rm ~/.gnome2/nautilus-scripts/”Dropbox UnShare” Dropbox Share is available for Ubuntu Karmic, Lucid, Maverick and Natty, but has only been tested on…


Monitorix

From monitorix.org The Monitorix Project Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible. It has been created to be used under production UNIX/Linux servers, but due to its simplicity and small size you may also use it on embedded devices as well….


Disable suhosin for single domain

From linuxgo.net Disable suhosin via php.ini 1. Login in server as root 2. copy main php.ini in users document root cp /usr/local/lib/php.ini /home/username/public_html 3. Open php.ini using any editor vi php.ini [suhosin] ; Misc Options suhosin.simulation = On [On is for disable suhosin and off means enabled] 4. Save the file and exit Disable suhosin…


Disable bounce email on qmail

From savingneo.com Hello All, If you re having problems with bounce on qmail, if you re desperate about qmail getting crazy with thousands of email, then, let me tell you, that your quest ends here! The tools that will be used in this “kind of tutorial” are included right here : qmHandle: a tool to…


Disable server header info

From mydigitallife.info When Apache HTTPD web server generates any web pages or error pages, some important information about the version and other details implemented on the system are displayed in th web site server header. For example, the information text may be like this: Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b Server:…


Create package.list backup (Debian)

From radio.javaranch.com I accidentally broke my installation quite badly, but luckily I had some settings and other bits and pieces ready for just this occasion. Note that the following is for Debian based systems! Step One – Get a list of installed packages Once you have your machine set up more or less as you…


Ultimate Bashrc File

From gnome-look.org For those who love using the terminal, here is a ‘.bashrc’ file I created, mainly for those who’ve had issues with their own. Hopefully it’ll benefit those of whom love aliases, functions, and such. Probably more than you need, so modify all you want. I’ve organized it best I can to make it…


10 Tips for Decreasing Web Page Load Times

From sixrevisions.com   Patience is a virtue, but for many, it is often a difficult concept to practice. That is especially true for web users visiting a website that takes a long time to load. Users are enamored with speedy websites, and when a site responds slowly, visitors lose their patience and are less likely…