Ubuntu is one of my favorite Linux distro, but I love windows 10 as well. I was using one of my windows machines as my main operating system, as I also needed Ubuntu, I used to virtualize Ubuntu on a VMware workstation. It was going well until I decided to use GNS3 on my windows machine. I was using GNS3 … Read More
How To Setup NTP Server In Linux? (Centos, Rhel, Ubuntu)
If you have a Linux machine (Ubuntu, Centos, Redhat) running in your environment and you would want to configure them as an NTP server it is pretty easy. In our last blog, we took a look at what is NTP and how to configure the public and private NTP servers using network routers. In this blog, we are going to … Read More
How To Configure Netplan Network? – Examples
Ever since Ubuntu changed it’s network configuration utility to netplan from the traditional configuration, many of them got so upset. Some of them are very annoyed to the point they even entirely removed the netplan and installed ifupdown back into the system. So is Ubuntu Netplan going to stay ?, if yes shouldn’t we learn how to configure them on … Read More
How To Set Static IP On Ubuntu? (GUI and CLI)
If you’re using Ubuntu Dekstop or server, and one day you decided to change the IP address of your ubuntu machine from automatic (DHCP) to static configuration. how do you achieve that? If you are using Ubuntu with GUI, it is pretty straightforward, but what if you don’t have GUI and the only option that you have is to configure … Read More
How To Install And Configure SNMP on Ubuntu?
If there is no SNMP protocol, monitoring the Network hosts would have been difficult tasks for the admins. SNMP is a protocol that helps you identify the host availability with many parameters such as network health, hardware resources such as CPU utilization, memory storage, etc. In this blog, let’s discuss how to configure SNMP on an Ubuntu server and specific … Read More
How To Install Windows 10 on Ubuntu KVM?
I love Ubuntu, especially when I wanted to work with python programming, But I also love windows 10 because of its GUI and the vast variety of software support. In the last blog, I covered how you can install windows 10 on Centos/Redhat KVM. But in this tutorial I going to cover the Debian derivative Ubuntu. And the steps mentioned … Read More
How To Install Ubuntu Desktop On KVM?
I have a CentOS machine but there are times I would wanted to switch from CentOS to Ubuntu, how do I do that ? You can have a dual boot with both the Centos and the Ubuntu but if you wanted to switch from Centos to Ubuntu then you would have to shut down the Centos and during the boot … Read More
How do I enable SSH on Ubuntu?
There are few features that are not available out of the box in Ubuntu. One such feature is SSH. If you ever install Ubuntu on your machine and expect the ssh to work by default, it doesn’t. You would get an error message that says ‘The remote system refused the connection’ Also if you try to open winscp on your local machine and … Read More
How To Transfer Files From Ubuntu To Windows?
I recently installed Ubuntu on my VMWare workstation pro, and I realized that I need to transfer some files from my windows host machine to the Ubuntu Guest OS and vice versa. There are many ways you could transfer files from linux to windows . Lets look at the simple and easiest ways to transfer files between windows and Ubuntu. … Read More
How To Install Ubuntu On VMware Workstation 15/16?
When you are a network engineer or a developer, you may want to test your skills in a virtual environment rather than playing with your machine or production environment. Because you never know what could go wrong. What is VMware Workstation pro? VMWare workstation pro is a Software program that would let you install different operating systems, be it a … Read More
How To Install Ubuntu On VirtualBox In Windows 10?
If you are using a MAC or Windows 10 as your operating system and wanted to try out a Linux operating system. And you are wondering what is the best Linux distribution out there that you can start with. The answer is Ubuntu desktop, it is a very popular Linux distribution that you can try out if you want to … Read More
[Solution] You need at least 8.6GB disk space to install Ubuntu. The computer has only 2.0GB
I was working on a topology where I had to add a Ubuntu desktop client to simulate the end-user machine. I tried to install Ubuntu on the KVM hypervisor. Downloaded the Ubuntu ISO file, moved the Ubuntu-desktop ISO file to /var/lib/libvert/images folder on the KVM server I was working on. Selected network configuration and started the VM installation. There were … Read More