Different-Ways-Access-Google-Drive-Linux-Desktop

Different Ways to Access Google Drive on Linux Desktop

Google Drive is a cloud-based file storage that allows you store your files on Google Servers, share files with other users and also synchronize the files among various devices including your computer, mobile phone, tablets etc. To access Google Drive you only need to have … Read more

Create-Delete-VMs-Command-Line-Openstack

How to Create an Instance in OpenStack via Command Line

As we all of know that Openstack is getting popular day by day. Most of the organizations are moving their IT infrastructure from traditional virtualization to the private cloud like OpenStack. Openstack is available in two versions: Community OpenStack – As the name suggests, it … Read more

How to Install and Configure KVM on Ubuntu 18.04 LTS Server

KVM (Kernel-based Virtual Machine) is an open source full virtualization solution for Linux like systems, KVM provides virtualization functionality using the virtualization extensions like Intel VT or AMD-V.  Whenever we install KVM on any linux box then it turns it into the hyervisor by loading … Read more

Dmesg-Command-Usage-Linux

Top 10 dmesg Command Examples in Linux

In this blog post, we will cover top 10 dmesg command examples in Linux.Dmesg command is used to analyse and troubleshoot kernel messages in Linux. In the realm of Linux troubleshooting and system monitoring, the “dmesg” command holds a key to uncovering valuable insights about … Read more

OpenStack-VM-Provisioning-Flow

Step by Step Instance Creation Flow in OpenStack

Have you ever think what happened in the background whenever we create an instance or virtual machine either via Openstack cli or dashboard, In this this article we will elaborate step by step VM or instance creation in Openstack. All the Openstack components communicate with … Read more