Clouds

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 …

code-coding-computer-data-574070

Install the VS Code editor on Ubuntu

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 …

laptop

Install NodeJs and Angular CLI

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 …

pexels-mac

Install Anydesk on Raspberry Pi

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” …

pexels-mac1

Find MAC address & IP of your system

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 …