check_mk qmail-stat not working with plesk
I saw the check_mk added the ability to monitor the qmail mail queue, so I wanted to get that setup on a few plesk servers. The […]
check_mk qmail-stat not working with plesk Read More »
I saw the check_mk added the ability to monitor the qmail mail queue, so I wanted to get that setup on a few plesk servers. The […]
check_mk qmail-stat not working with plesk Read More »
So today I needed a quick script to list all of the mysql databases on the system and compare that to the databases that were created
Find Databases created outside of Plesk Read More »
varnishlog -c -m ‘ReqStart: xx.xxx.xx.xxx’
Varnish log by Client IP address Read More »
CentOS 6.x has changed how the default system maintenance cronjobs are scheduled. These are the cron jobs responsible for things like rotating logs and indexing files
No /etc/crontab on centos 6 Read More »
If you need to ignore multiple folders in svn an easy way to do it is with: svn propedit svn:ignore . If you receive the below
Svn Ignore Multiple Folders Read More »
So I had an odd issue with a dell poweredge 2950 server with 5 hard drives in it. They were Hitachi drives 2TB each. I would
So, for some reason you need to install php 5.2 on centos6 (Ok Register Globals – because your client won’t pay for updating the software –
Installing php52 on centos 6 Read More »
This command will list out the top biggest files or directories on the server. resize; clear; date; echo “Largest Directories:”; du -hcx / | grep ‘^[0-9]*G’\
List (LS) top biggest files or folders on linux file system Read More »
Example: wget -e robots=off -p -k https://www.dws-investments.com/EN/products/dws-alternative-asset-allocation-fund.jsp?fund-key=4495 -e robots=off – wget ignores robots.txt which may tell spiders to not download files -p – get all
Using WGET to download a website including css/js/images Read More »
This shell script finds all the tables for a database and run a command against it. See File optimize-tables The file’s contents are below as well:
Shell Script to Optimize all tables for a database Read More »