Few days back, after creating a xenserver i found that there no template available for creating Ubuntu 16.04 LTS vm, even their was no template for Ubuntu 14.04 LTS. So first I had added template of required Ubuntu version in xenserver. Use this article to add new template for Ubuntu 16.04 LTS operating system. This tutorial will help you to create Ubuntu 16.04 LTS vm using netboot url on citrix xenserver. How To Add Ubuntu 16.04 LTS Template in XenServer 6.2 Create Ubuntu 16.04 LTS VM After adding template in your Ubuntu system let’s started with creating new vm. Open…
Author: Rahul
Installing Apache Maven on CentOS or RHEL (Red Hat Enterprise Linux) systems is a straightforward process that allows developers to manage and understand the build lifecycle, dependencies, and project documentation of their Java projects. Maven, a powerful project management tool developed by the Apache Software Foundation, uses an XML file to describe the software project being built, its dependencies on other external modules and components, the build order, directories, and required plugins. This article will guide you through the steps to install Apache Maven on CentOS/RHEL versions 9, 8, and 7. Prerequisites A system running CentOS/RHEL 7, 8, or 9…
Today I have installed a new Citrix XenServer 6.2 at my workplace. When I connect it through XenCenter 6.2, I could not find a template for Ubuntu 16.04 LTS or 14.04 LTS. After googling I found below steps to create template for Ubuntu 16.04 LTS or 14.04 LTS in XenServer. How To Add Ubuntu 16.04 LTS Template in XenServer 6.2. Step 1 – Update pygrub in Xenserver Edit the file /usr/lib/python2.4/site-packages/grub/GrubConf.py on the XenServer host machine. Got to line no 428 and change from: if arg.strip() == “${saved_entry}”: to: if arg.strip() == “${saved_entry}” or arg.strip() == “${next_entry}”: Let’s start with…
Firefox stands out as a widely-used web browser, celebrated for its swift performance, robust security, and commitment to user privacy. In this guide, we’ll demonstrate how to acquire and set up the most recent version of Firefox using a zip file for Fedora or CentOS systems. This guide provides instructions on how to seamlessly install Firefox on CentOS, RedHat, and Fedora Linux distributions. We’ll be focusing on the latest Firefox pre-built version for Linux. With this version, there’s no need for further compilationājust unzip the file and you’re all set to browse. Useful links:- How to Install Google Chrome on…
For many years, I’ve been immersed in the world of Citrix XenServer, managing a fleet of XenServers via XenCenter on a dedicated Windows machine. Traditionally, our approach to VM backup has been a manual process, always necessitating a shutdown of the VM. This practice has understandably led to some frustration among VM owners due to the extended downtime. However, a recent search revealed a more efficient method that allows for backing up VMs without the need to shut them down, thereby eliminating downtime. In this tutorial, we’re going to guide you through the process of backing up active VMs step…
Python 2.7, although not the latest version of Python, is sometimes still required for legacy applications and scripts. It’s important to note that Python 2.7 reached the end of its life on January 1, 2020, which means it no longer receives updates, including security updates. However, if you have a specific need for Python 2.7, this article will guide you through the installation process on Ubuntu, Debian, and Linux Mint. Prerequisites Before proceeding, ensure that you have sudo privileges on your system. Step 1: Update Your System It’s always a good idea to update your package lists and your system…
Bower manages the components for website like frameworks, libraries, assets, and utilities. It keeps track of all the components and checks regularly for their updates. Bower uses a manifest file bower.json file to keep track of packages.This tutorial will help you to install Bower on Ubuntu 19.10, 18.04 LTS, 16.04 LTS, and LinuxMint operating systems. Step 1 – Install Node.js First of all, you need to install node.js on your system. Use the following set of commands to add node.js PPA in your Ubuntu system and install it. sudo apt-get install python-software-properties curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -…
Oracle VirtualBox 7.1.4 has been released on October 15 2024. Oracle VirtualBox 7.1 is the latest major release after launched by Oracle team. This version has the new feature to export VM to Oracle Cloud, Unattended guest installation, improved tools handling with more attractive icons. Oracle team also added an experimental feature for audio support for video recording. See the ChangeLog for more details. This article helps you to install VirtualBox on Ubuntu 24.04 LTS Linux systems. Prerequisites A running Ubuntu system with Desktop access Login details with a sudo privileged user Step 1: Update System Packages You must have…
Bower is a popular package manager for web projects, facilitating the management of dependencies such as frameworks, libraries, assets, and utilities. Although the front-end landscape has evolved with alternatives like Yarn and npm gaining popularity, Bower still supports legacy projects or specific use cases. This guide provides a comprehensive walkthrough for installing Bower on CentOS/RHEL 9/8. Prerequisites A system running CentOS/RHEL 9/8 Sudo or root privileges Basic command-line proficiency Step 1: Install Node.js and NPM Bower requires Node.js and npm (Node Package Manager) as a prerequisite. CentOS/RHEL repositories might not always offer the latest version of Node.js, so we’ll use…
Oracle VirtualBox is a cross-platform virtualization application. It installs on your existing Intel or AMD-based computers, whether they are running Windows, Mac, Linux or Solaris operating systems. It extends the capabilities of your existing computer so that it can run multiple operating systems at the same time. Click here to read more about VirtualBox Oracle has released its new major version VirtualBox 6.0.4 . In this release VirtualBox has improves stability and fixes regressions. To read more about this release read changelog. This article will help you to install Oracle VirtualBox 6.0 on CentOS and Redhat systems using Yum. Step…


