Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /var/www/vhosts/shatteredmultimedia.com.au/httpdocs/wp-content/plugins/Ultimate_VC_Addons/Ultimate_VC_Addons.php on line 1485

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/shatteredmultimedia.com.au/httpdocs/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 22

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/shatteredmultimedia.com.au/httpdocs/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 28
Command Line Archives - Shattered Multimedia - Built with love
Skip to content
Shattered Multimedia – Built with love
Built with love
Shattered Multimedia - Built with love
  • Blog
  • Home
Search:
  • Blog
  • Home

Category Archives: Command Line

You are here:
  1. Home
  2. Category "Command Line"

AWS installing CLI – Fix El Capitan issues

Command LineBy sh_adminOctober 27, 2015Leave a comment

After updating to El Capitan with the latest Mac OSX, you may receive an error when trying to install the AWS CLI by trying: The cause of this is that El Capitan ships with the package six 1.4.1 installed and it can’t uninstall this as it’s considered core. You can bypass this step by telling…

Script automation from the command line (part 2 of 2)

Command Line, PHP Development, Script AutomationBy sh_adminJuly 6, 2011Leave a comment

We’re back to finish part 2 of our command line PHP script to run our cron jobs. We’ll start by creating a new file titled update_prices.php.  This filename should describe the overall goal you are intending to perform.   The first step is to include the database connector class, a methods class and our previously…

Script automation from the command line (part 1 of 2)

Command Line, PHP Development, Script AutomationBy sh_adminJune 30, 2011Leave a comment

The best part about working with talented PHP Developers in the workplace is learning techniques to make us better developers. Last week I was required to create an automated PHP script to convert a data file of a legacy application into a newly created internal web app. After completing it, a workmate of mine; Tom…

Go to Top