Toggen Blog
Tech tips
Articles
Latest
Don’t Buy USB Keys, SD Cards from Malaysian Street Vendors!
So while in Kuala Lumpur I bought a couple of 512GB USB Keys a 128GB USB/Mini-USB key and a 64GB micro SD card. At 10MR each they were less than a third of what you would pay in Australia for a 8GB USB key from Verbatim or Toshiba. After attempting to use them on both...
Ping Expired in Transit
You get this: C:\Users\lisa>ping www.2test.com Pinging 2test.com [63.95.218.111] with 32 bytes of data: Reply from 63.95.218.254: TTL expired in transit. Reply from 63.95.218.254: TTL expired in transit. Reply from 63.95.218.254: TTL expired in transit. Reply from...
Specifying custom page size with Ghostscript
you can't do the following because the custom page size won't exist on the system ps2ps -sPAPERSIZE=A4 input.ps output.ps This will work (this is 100x200 converted to points) ps2ps -dDEVICEWIDTHPOINTS=283.46 -dDEVICEHEIGHTPOINTS=567 test.ps output.ps Never mind this...
Export Mailboxes in Exchange 2010 Corrupted Items Work-a-round
# You get the mailbox sizes Get-MailboxStatistics -Server MYSBS2011SERVER | where {$_.ObjectClass –eq “Mailbox”} | Sort-Object TotalItemSize –Descending | ft @{label=”User”;expression={$_.DisplayName}},@{label=”Total Size...
PDFCreator – Changing the Page Size
I use PDFCreator as a way of testing printing without creating a paper storm At $DAYJOB we use Formtrap to take input from our ERP system and output nice Invoices, PO's, Labels & Barcodes. Formtrap IMO is an excellent product. You can pump Structured Text, XML,...
Mounting your encrypted Dropbox and Google Drive Folders at Login Gnome 3 ( Fedora 21 )
After the Edward Snowden Revelations it's probably a bad idea to store your documents unencrypted in the cloud. Unless of course you have nothing to hide, no desire for privacy, and store nothing financially sensitive, and believe the US government is unswervingly...
