This is an ubber ubber short install guide we came up with to get Glassfish on a virtual server for testing: Make sure you have at least 512 memory free! 1.) Install java sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer
Read More
We ran into a TON of problems upgrading our ubuntu servers to the latest version of Ubuntu. We suffered everything from Kernel panics, to python issues, to broken upgrades mid-way through. It was a vastly different than the typical upgrade cycle we have been used to.
Read More
We are full of quick “tips” this month! We have been doing some automated product system integrations using a third party data feed and a pre-existing Magento install. The C# Sharp calls to Magento’s API work quite well (seemingly a bit slow), but we ran into a brick wall recently. […]
Read More
We had a project where we are using PhPMailer to send emails out from an existing gmail account. While sending emails from a local SMTP server worked like a charm, we kept getting ” AUTH not accepted from server:” errors every time we tried using our gmail accounts. As it […]
Read More