Jason | 29th August 2013
Wget This quick article will be elementary to most SysAdmins, but really useful for newcomers. Whenever you want to install the latest software to your server, do you find that you download the archive to your local machine, only to then copy it to the server, move to the correct directory, unzip, install, etc? Today, […]
Jason | 11th August 2013
Magento 1.7.0.2 CE I’m creating a custom module and I want to be able to submit the form via Magento’s built-in AJAX. Also, I want to validate the user input to ensure I don’t get a database full of blanks! Magento makes hooking into the existing functionality really quite easy. Let’s begin with the form. […]
Jason | 21st July 2013
MySQL terminal We are going to create a new database, user and password and grant that user access to the new database. Let’s first login to MySQL in the terminal. 1$ mysql -uadmin -ppassword Hit return and that will log you in, provided your credentials are valid! Note that there is no gap after the […]
Contact Me
Please fill out the form below and I will reply ASAP. I aim to answer all emails in 48 hours or less.