Skip to main content

How to install Ubuntu Server 18.04 LTS on Virtual Machine VirtualBox

This video tutorial shows how to install ubuntu server 18.04 LTS on Virtual Machine, VirtualBox. VirtualBox is a virtualization software that we can install many operating system on our machine.

This tutorial made with text explanation in Indonesian language, but it is easy to follow along.

Hope this is good beginning for another ubuntu tutorial come next.


Hope this video can help you.

Comments

Popular posts from this blog

Server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

I have got this error while try to clone repository from github through jenkins. jenkins cannot get the repo and got message in log. stderr: fatal: unable to access 'https://github.com/username/repo.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none How to resolve this error :  1. Get sslServer from github :  sudo keytool -printcert -rfc -sslServer github.com copy thus certificates shows. 2. add key shows to the ca-certificates.crt :  sudo vim /etc/ssl/certs/ca-certificates.crt add those key to the ca-certificates.crt. Don't remove it's content, just add new line.