Install Elasticsearch 7 on Ubuntu for Magento 2.3

Install Elasticsearch 7 on Ubuntu for Magento 2.3

To install Elasticsearch, add the key Install apt-transport-https Add apt repository install elasticsearch with apt Set elasticsearch to start on

restart iis from command line

Restart IIS from command line

To restart IIS from command line, click on start, search for “cmd”, right click on “Command Prompt” select run as

Vue.js

Vue.js

Vue.js is a popular javascript framework. To install Vue, you need Node.js installed. sudo su curl -sL https://deb.nodesource.com/setup_15.x | bash

WordPress Toolkit

How to Enable WordPress Toolkit in Cpanel/WHM

WordPress Toolkit in Cpanel/WHM allows you to easily install and manage WordPress websites. To install WordPress Toolkit, log in to

How to remove the Google Chrome Reading List

How to remove the Google Chrome Reading List

Reading List is a new experimental feature added to google chrome browser version 89. It allows you to quickly save

How to use HTTP Basic authentication with cURL

How to use HTTP Basic authentication with cURL

To access sites that use HTTP Basic authentication with curl, use command curl -u USERNAME_HERE:PASSWORD_HERE http://domain.extn Or curl -u USERNAME_HERE

How to install Imunify360 antivirus

How to install Imunify360 antivirus

Imunify360 is a security software that includes antivirus, firewall, intruder detection, and web application firewall (WAF). It can block attacks

Show IP address in history

Show IP address in history

On the Linux Server, the history command shows previously executed commands. If you have many people working on a server,

Remove a Plesk Extension from command line

Remove a Plesk Extension from command line

To list all plesk extension, run plesk bin extension –list To remove a Plesk extension, run plesk bin extension –uninstall

AWS CLI list all IAM users

AWS CLI list all IAM users

To list all IAM users in Amazon AWS from awscli, run aws iam list-users Example See aws cli

Check if Cpanel Server need reboot from command line

Check if Cpanel Server need reboot from command line

To check if Cpanel/WHM server need reboot from command line, run whmapi1 system_needs_reboot Example On a server with latest kernal

Enable SSL for icecast steam using nginx

Enable SSL for icecast steam using nginx

On ubuntu server running icecast, when i try enable SSL as per CentovaCast Enable SSL on icecast, i get following