By default Outlook has a little envelope icon in the system tray; the system tray is where all those little icons are near the clock in the taskbar at the bottom of your screen. You can hide it by … [Read more...] about Show Outlook envelope icon in Windows system tray
Article
Set the default font size for phpMyAdmin
phpMyAdmin is a web based administrative tool for the MySQL database server. After logging in to phpMyAdmin there's a drop down box to select the font size as a percentage which always defaults to … [Read more...] about Set the default font size for phpMyAdmin
Stop logwatch reporting on a particular service on CentOS
logwatch is a system log analyzer and reporter which emails daily reports about information in the system log files in /log. On CentOS and Red Hat Enterprise Linux this is usually configured by … [Read more...] about Stop logwatch reporting on a particular service on CentOS
Running queries from the MySQL Command Line
The MySQL command line tool allows you to run queries and administer databases from the command line. In previous posts I have looked at the basics of using the MySQL command line tool and … [Read more...] about Running queries from the MySQL Command Line
Get message body and attachments using PHP IMAP
The last post looked at how to get a message structure using the PHP IMAP functions into an easier to use flat array. This post looks at how to loop through that array to easily get all the message … [Read more...] about Get message body and attachments using PHP IMAP