Posts

Showing posts from September, 2016

cPanel Cron Job || How to use cron job in Cpanel

For Taking Backup of MySQL   mysqldump --opt -Q -u yoursitesqlusername -p' yoursitesqlpassword ' yoursitesqldatabasename > /home/aaromis/backups/databasebackupname_`date +%Y_%m_%d`.sql For Taking Backup of FILES   #!/bin/bash tar czf ~/backups/backup_`date +%Y_%m_%d`.tgz ~/public_html In Cron Job Page Set Email,Unix Command Script File Path,Time ~ /backups/backup.sh   Where backups is foldername and backup.sh is Unix Command Script File name

Magento Help Files and Extension

Turn on the template path hints for frontend & backend by using this extension :-   Easy Template Path Hints (For below Magento Version 2.x) download me   Learning Magento Version 1.8,1.9 Version PDF :-     Magento- Beginner's Guide, 2nd Edition.pdf   download me  ,  Getting Started with Magento Extension Development.pdf   download me Learn Magento Version 2.0 PDF :-     Magento 2 Development Essentials 2016 .pdf   download me