Models of Cloud service
IAAS – Infrastructure as a service You will get the infrastructure. So you are responsible for setting up all the required services and not the hardware. You will set up …
IAAS – Infrastructure as a service You will get the infrastructure. So you are responsible for setting up all the required services and not the hardware. You will set up …
On-Premise/ Private Cloud – Everything is managed in the local environment. You are responsible for everything.– It means all infra, design, application, all your machines, networking, all your servers you …
Install LAMP stack on Ubuntu using tasksel Update system and packages by this command: # sudo apt-get update Install tasksel using this command: # sudo apt-get install tasksel Use this …
Run following curl command to download Microsoft GPG key # curl https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > microsoft.gpg Then install the key via command: # sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg Add the …
How to Install NodeJs and Angular CLI Steps for installing NodeJS Open https://nodejs.org/ Download the LTS version and install it. ( *LTS – Long term support) After installation, opens the …
1. Check the location of apache.conf file # locate apache2.conf 2. Open this ‘apache2.conf’ file with any editor and include phpmyadmn configuration file path under it # vi /etc/apache2/apache2.conf 3. …
1. Firstly install node.js on your machine. # sudo apt-get install nodejs # sudo apt-get install npm 2. To install the firebase command line tool, use ‘npm’ to install Firebase …
Please follow these steps to install Anydesk on Raspberry Pi: 1. Download the .deb file from https://anydesk.com/download?os=raspi 2. Go to the downloaded location, where you have download the file “anydesk_5.5.5-1_armhf.deb” …
You can use AWS account free and it Includes 12 Months of Free Tier Access for following products: Amazon EC2, Amazon S3, and Amazon RDS. Create AWS account Create new …
Step1: Open Command Prompt Step2: Type command “ipconig /all” to see network configuration values Step3: The MAC address will be listed under heading “Ethernet adapter Ethernet”, under sub heading “Physical …