MYSQL Dump from Command Line

Upated Instruction 1/31/2019 Basic mysqldump command. The -p flag will prompt you for your password later. Fill in the example_text with your info. mysqldump -u user_name -p database_name > desired_file_name.sql To dump a database from a remote database host you … Continued

Install Magento PHP7.0 Extensions

Here’s a list off all the Magento 2 extensions required for running PHP7.0 on Ubuntu / Debian (not including mysql or php7). sudo apt-get install php7.0-curl php7.0-gd php7.0-intl php7.0-mcrypt php7.0-soap php7.0-xml php7.0-zip php7.0-json php7.0-xsl php7.0-ImageMagick php7.0-mbstring openssl Assumptions: PHP 7.0 … Continued

Ubuntu Usermod Options

For Ubuntu 14.04.1 LTS Usage: usermod [options] LOGIN Options: -c, –comment COMMENT new value of the GECOS field -d, –home HOME_DIR new home directory for the user account -e, –expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE -f, –inactive INACTIVE set … Continued

Stuck in Command Line

Have you ever been working in terminal, made a typo on a commanded, hit return and got stuck? It’s ok it happens to everyone. If you are running Ubuntu, or really for most terminals and Linux based operating systems simply … Continued