Skip to content
SolutionsBased Local
Consult Now

Category: Server

Cloud

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…

Cloud

Different types of designs in Cloud Computing

On-Premise/ Private Cloud – Everything is managed in the local environment. You are responsible for everything.– It means all infra, design, application,…

Server

Install LAMP stack on Ubuntu using tasksel

Install LAMP stack on Ubuntu using tasksel Update system and packages by this command: # sudo apt-get update Install tasksel using this…

Server

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…

MEAN Stack

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…

phpMyAdmin

Fix for PhpMyAdmin Not found (404 Error) – Apache Ubuntu

1. Check the location of apache.conf file # locate apache2.conf 2. Open this ‘apache2.conf’ file with any editor and include phpmyadmn configuration…

MEAN Stack

Firebase hosting setup for Angular app

1. Firstly install node.js on your machine. # sudo apt-get install nodejs # sudo apt-get install npm 2. To install the firebase…

Server

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…

Server

AWS – Host Free website

You can use AWS account free and it Includes 12 Months of Free Tier Access for following products: Amazon EC2, Amazon S3,…

Server

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…