Making a private cloud with Virtual Box

Making a private cloud with Virtual Box In this lab we are going to learn how to install, configure and understand how the cloud technology work. I’m using Win10 in the host computer and Ubuntu for Virtual machine. For virtualization,in this example, i use Virtual Box, can use VMware as well(steps almost same). You can donwnload all the above software in the links below: Ubuntu Virtual Box Virtual Box Extension 1) First do the installation of Virtual Box and install Ubuntu on it....

March 25, 2022 · 2 min · NSA

Installing And Setting Up Go language Environment on Ubuntu 18.04 in 8 Steps

Installing And Setting Up Go language Environment on Ubuntu 18.04 in 8 Steps Download the latest version of Go from official website In terminal install the downloaded package with this command: sudo dpkg -i <packagename.deb> Another way of downloading Go is directly from the terminal, but it downloads the old version which won’t work for some projects: sudo apt-get install golang Check the version:...

March 12, 2022 · 3 min · NSA