Amazon Elastic Container Registry
Amazon Elastic Container Registry is used to store docker images in Amazon AWS cloud. To create a repository using awscli command line…
Amazon Elastic Container Registry is used to store docker images in Amazon AWS cloud. To create a repository using awscli command line…
To create a docker container with Apache, create a Dockerfile mkdir my-app cd my-app vi Dockerfile Paste following content into the Dockerfile…
This bash script check web site every 5 minutes, restart the web server if web site is not responding. Create a file…
CloudPanel is a free hosting control panel, that make deploying web application on cloud easier. It use Nginx web server, support multile…
To redirect a site to URL with www using PHP, you can use the following PHP code Add this code in your…
To check and repair all databases in a database run mysqlcheck -A –auto-repair -u root -p Forcefully optimize all tables, automatically fixing…
To install microk8s, run sudo snap install microk8s –classic Enable rules in firewall sudo ufw allow in on cni0 sudo ufw allow…
Login to Microsoft 365 admin center, from the left side menu Click on “New service request” link. A popup will show on…
To install Elasticsearch, add the key Install apt-transport-https Add apt repository install elasticsearch with apt Set elasticsearch to start on boot Elasticsearch…
To restart IIS from command line, click on start, search for “cmd”, right click on “Command Prompt” select run as Administrator. On…
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 – apt-get…
WordPress Toolkit in Cpanel/WHM allows you to easily install and manage WordPress websites. To install WordPress Toolkit, log in to WHM as…