SBS 2011 doesn't allow you to install Powershell v4 which has a one line Get-FileHash utility to generate an md5sum. So you need a few extra lines. I needed to transfer some PSTs which I had chunked down to 250MB 7z files. From SBS 2011 to Mac and wanted to check they...
PowerShell Export Multiple Mailboxes to PST
This script exports the email aliases in $export_names to a file with a yyyymmdd date stamp. The BadItemLimit is jacked really high because when a mailbox is 24+ GB and has a lot of weird Chinese and other character sets that make the export think it's corrupt. I'm...
Optus Android App Fail
Any example of inconsistent behaviour in an Android Mobile app. This is from Optus a Telco supplier. You have an amount to pay value and a click to pay button. The next screen should carry over the amount to pay value but instead has a value from a payment made...
Moving Between Content Management Systems (Drupal to Joomla)
If you decide that you want to move your business website between content management systems. You might want to ensure that your old links to specific content are still accessible. Some examples being blog posts, images or downloads. Following are two .htaccess hacks...
How to see all the records when you run MySQL show tables
Sometimes the database you are viewing with the mysql client has so many tables you can't see all of them because the first results are hidden. In the mysql client pager less; Now when you run show tables; it will pipe it to less and you will be able to see the whole...
James is an IT Professional based in Melbourne, Australia.
He blogs about Information Technology, Open Source software, home renovations, good reads and travel.