Linux Tutorials on the topic “virtualization”
-
Microsoft Azure Series - Creating a Linux virtual machine from custom image
Author: Patrik Habdak • Tags: ispconfig, linux, ubuntu, virtualization • Comments: 2
In the first tutorial, we have learned how to deploy a new virtual machine from default Azure images. In this tutorial, we are going to find out how we can use our existing virtual machine to duplicate it or save as image for further usage.
-
How to use Docker in a practical way (part 1 - Introduction)
Author: Bill Toulas • Tags: centos, debian, fedora, opensuse, suse, ubuntu, virtualization • Comments: 7
It is not an uncommon situation, for early adopters of newly introduced concepts and technologies, to be totally confused when these can fundamentally change the ways of developing and delivering services. Especially when everybody talks about something like Docker, and how awesome and game changing it is. This confusion happens when we try things early on and rushing straight to testing them without grasping the whole concept and background of this newly introduced technology.
-
Run Windows applications on Linux with Crossover 15
Author: Bill Toulas • Tags: centos, commercial, debian, desktop, linux, opensuse, suse, ubuntu, virtualization • Comments: 0
Codeweavers has released a new major version of Crossover, the popular Microsoft Windows compatibility layer which is now based on Wine 1.8. The software is commercial and it costs around $40, but there is also a two-week trial version which is fully functional and can be downloaded for free. For this quick guide, I will be using the latter to show how you can install, set up, and run Windows executables with Crossover 15.
-
-
Docker: Installation and Basic usage on Ubuntu 15.04
Author: Muhammad Arul • Tags: ubuntu, virtualization • Comments: 5
Docker is an open-source project that provides an open platform for developers and sysadmins to build, package, and run applications anywhere as a lightweight container. This tutorial shows the installation of Docker on Ubuntu 15.04 and the first steps to get started with Docker container management.
-
How to get Oracle Virtual Box 5.0 installed on (Ubuntu) Linux
Author: Bill Toulas • Tags: linux, ubuntu, virtualbox, virtualization • Comments: 0
Oracle's Virtual Box is one of the easiest to use virtual machines that run under Linux. Although we Linux users have reasons not to use Oracle's products, the particular piece of software is maybe the best choice we can make in that area and at least it's open source. If you want to use other free software alternatives to Oracle's VM, you can check VMware Workstation, QEMU, or GNOME Boxes (currently works only on Fedora).
-
How to install KVM on Ubuntu 14.04
Author: Gurujyot_singh • Tags: linux, ubuntu, virtualization • Comments: 10
KVM (Kernel-based Virtual Machine) is a virtualization extension for the Linux Kernel. There are many Operating systems that are supported by KVM, which include Linux, BSD, Solaris, Windows and others. This tutorial explains the installation of KVM on an Ubuntu 14.04 Desktop and how to create a Ubuntu guest VM.
-
How to monitor free disk space at Amazon EC2 with Cloud Watch
Author: Matteo Temporini • Tags: cloud, debian, linux, ubuntu, virtualization • Comments: 4
Amazon AWS is a great platform to develop a Cloud Infrastrucutre, it supposedly covers every aspect that is needed for a whole IT infrastructure and provides also a nice monitoring tool named Cloud Watch. Today I will show you how to monitor free disk space with Cloud watch.
-
How to setup a LAMP development environment in Vagrant
Author: Sanchit Jain Rasiya • Tags: ubuntu, virtualization, virtualbox • Comments: 6
In the previous tutorial, we have learned about the basics of Vagrant. In this tutorial, we will move to next level and will learn more about Vagrant and setting up LAMP development environment in Vagrant. To start with, LAMP stands for: Linux (OS/Kernel), Apache (Web Server), MySQL (Database), PHP (Scripting Language). It is an open-source Web development environment which lets you create web applications. It is generally also referred as Web Stack.
-
Starting with Vagrant on Ubuntu 14.10 - A Beginner's Guide
Author: Sanchit Jain Rasiya • Tags: linux, ubuntu, virtualization • Comments: 11
Vagrant is an highly efficient tool for managing virtual machines via CLI. This increases your and your team's productivity and flexibility. This tutorial will cover the installation of Vagrant on Ubuntu 14.10, explain the basics of this great virtualisation tool and will guide you trough the creation of your first Vagrant instance.
-
Debian Wheezy: Split and resize Xen disk image
Author: aziods • Tags: debian, linux, virtualization • Comments: 0
Background One of my Xen virtual servers needed to have its 400G disk split and resized over the weekend, and I wanted to keep downtime to a minimal. The disk had 240G used, 235G of which was a /backup directory, and the remaining 5G dedicated to a regular Debian Linux installation. I wanted to split the disk into a two disks - a 20GB disk containing the Linux system, and a 300G disk to mount as /backup. Then I could apply my DRBD setup to replicate that 300G backup partition to a separate 2nd backup machine.