Tag Archives: command line

How to Create a Zend Framework Project that Uses Modules

zend-zf-logo

If your website can be logically split into a number of different functionalities, it makes sense to group those functionalities accordingly. In Zend terminology we are talking about modules, literally the folder splitting of logically grouped pieces of functionality. However, by default a generated Zend Framework project isn’t modular and to get the thing properly modularized, here’s what you have to do.
Continue reading

Posted in Zend | Tagged , , , | 4 Comments

How to Create a Zend Project from the Command Line with zf

To generate an empty project shell using the Zend Framework is pretty easy thanks to the powerful zf command line utility.
Continue reading

Posted in Zend | Tagged , , , , , | 2 Comments

How to Start or Stop MySQL Server on Ubuntu via the Command Line

To stop a MySQL server instance on an Ubuntu linux install via the command line is as simple as entering: Continue reading

Posted in Software & Websites, Tutorials | Tagged , , , , , , , , | 2 Comments

Ubuntu Terminal: How to Quickly Create a SQL Dump File from a MySQL Database

Backing up your MySQL database or generating a copy of it to shift around is quite a simple affair thanks to the powerful mysqldump command that ships with MySQL. Continue reading

Posted in Software & Websites, Tutorials | Tagged , , , , , , , | 2 Comments

Ubuntu Terminal: How to Quickly GZip a File

File archiving is a particularly simple affair and there are quite a few different archive algorithms to pick and choose from. GZip (.gz) has for long been associated with Linux as one of its main archiving algorithms and so today’s quick command line tip highlights how to quickly create a zipped file on your system. Continue reading

Posted in Software & Websites, Tutorials | Tagged , , , , , , | 2 Comments