Warning and error messages suppression on PHP, CodeIgniter
If you’re like me, stuck with 3 years old, unmaintained code that has to run on newer PHP version, you’re bound to receive some warning and error messages along the…
...of musings and ramblings
If you’re like me, stuck with 3 years old, unmaintained code that has to run on newer PHP version, you’re bound to receive some warning and error messages along the…
So, a certain website that our department supposed to manage was hosed up. Apparently it was a VPS node that noone was aware of, and one that we have lost…
Chrooting is always a great option when you want to roll out a service that will be accessed by a lot of users, even more so if it’s on the…
This is a fairly simple tutorial on how to get your favorite android apps running on your Linux (or Windows, or Mac) boxen. Please note that not every android apps…
So you have built a webservice that do certain things on transaction model. Then you need to do the exact same thing, but instead of realtime, you need in a…
So I was checking our DR site’s webMethod instances, and found out that all of the scheduler on all of the instances were on suspended status. Which at the time,…
Yes, yes.. I know Infopath is basically dead. But anyway, these are a couple of stuff that we need to do to get a Webmethod IS hosted SOAP webservice to…
Can you move Azure VMs between region? Well.. sort of. You can’t exactly migrate VMs a la VMWare’s vMotion, what you can do instead, is to copy the disk between…
Do you ever find yourself in dire need to do file transfer with ftp or sftp on only a single line? You can “get” files with a single sftp command,…
So my last post talked about setting up an smtp server strictly for the purpose of sending e-mail out. Google sometimes categorizes such server as a bulk sender. Mail servers…