1 php -v 2 yum repolist 3 yum repolist | remi 4 yum repolist | grep remi 5 yum repolist | grep ius 6 yum makecache 7 yum update 8 reboot 9 adduser ariro 10 passwd ariro 11 usermod -a -G apache ariro 12 adduser magento 13 passwd magento 14 usermod -a -G apache magento …
Category: Magento 2
Magento 2
Jun 25
Centos: yum : centos-web-control-panel: install magento 2:
—- "yum upgrade and yum update will perform the same function that update to the latest current version of package. But the difference is Upgrade will delete obsolete packages, while update will preserve them.Jul 3, 2014" https://unix.stackexchange.com/questions/55777/in-centos-what-is-the-difference-between-yum-update-and-yum-upgrade — 3.3. UPDATING PACKAGES FROM THE COMMAND LINE WITH YUM https://access.redhat.com/documentation/en-us/red_hat_network_satellite/5.5/html/reference_guide/sect-reference_guide-package_updater-updating_packages_from_the_command_line_with_yum — yum install package_name yum update package_name …
Oct 18
Use custom email server for Magento based ecommerce shops
Use custom email server for Magento based ecommerce shops You will need to change code on the file : app/code/core/Mage/Core/Model/Email/Template.php Comment out the existing getMail() method. And replace the method with the following code. Remember: changing the core Magento code is not the greatest idea as upgrade of Magento will eventually become a big issue …
Mar 26
PHP ক্যারিয়ার গঠন
PHP ক্যারিয়ার গঠন নাভিদ তাসনিম PHP অর্থাৎ Hypertext Preprocessor হলো একটি সার্ভার সাইড, একটি HTML Embedded স্ক্রিপ্টিং সাইড।একজন ভালো ওয়েব ডিজাইনার হতে PHP শেখা খুবই গুরুত্বপূর্ণ।প্রশ্ন হচ্ছে আপনি যদি অভিজ্ঞ PHP ক্যারিয়ার গঠন করতে চান তবে আপনার কি কি জানা প্রয়োজন? টুলস এবং ফ্রেমওয়ার্ক : 1. CakePHP ফ্রেমওয়ার্ক শিখুন। http://cakephp.org/ 2. বিভিন্ন IDE যেমন Zend …