Magento 2
Magento 2 list enabled modules Magento 2 Enable SSL Magento 2 CLI Magento 2 Disable Two-Factor Authentication Magento 2 Change Email of…
Magento 2 list enabled modules Magento 2 Enable SSL Magento 2 CLI Magento 2 Disable Two-Factor Authentication Magento 2 Change Email of…
To list Modules in Magento 2, run php bin/magento module:status Example [markt-24@server public_html]$ php bin/magento module:status List of enabled modules: Magento_AdminAnalytics Magento_Store…
To install elasticsearch, first install java yum -y install java-1.8.0-openjdk Import key rpm –import https://artifacts.elastic.co/GPG-KEY-elasticsearch Create file vi /etc/yum.repos.d/elasticsearch.repo Paste following [elasticsearch]…
To change PHP version for a web site hosted in Virtualmin, click on the Virtualmin tab. Select the domain from drop down…
Due to changes in Apple, Mozilla and Google Root Store Policies, as of September 1, 2020, newly issued SSL/TLS certificates with a…
To mount Amazon S3 bucket as a filesystem on linux, you can use s3fs. https://github.com/s3fs-fuse/s3fs-fuse To install s3fs on Ubuntu/Debian, run On…
On a CentOS server, when sending mail from PHP scripts, mail failed to work. On checking postfix log file (/var/log/maillog), i see…
To protect files on Linux by accidently overwritten by > operator, you can use set -o noclobber Now if you try to…
To extract Audio from Video using ffmpeg, run ffmpeg -i VIDEO_FILE.mp4 audio.mp3
On web servers, you may need to get email alert when someone logs in to your server using SSH. To do this…
ImunifyAV is a free antivirus for Linux Server. On a Plesk server, i installed paid version of ImunifyAV. Now plesk shows both…
When you develop a web site, you will need it password protected so others won’t see or you don’t want google to…