-
How to Enable VM-to-VM Communication in VirtualBox
This tutorial educates students and new users on enabling VirtualBox virtual machine (VM) intercommunication. By default, VMs on VirtualBox cannot talk to each other or host IP while on the NAT network. For intercommunication, VMs must switch to NAT Network settings, requiring the creation of a new NAT Network interface. After making these adjustments, all…
-
How to install Ubuntu Linux on VMware Workstation
The content guides on how to install Ubuntu on a VMware Workstation Pro. Key steps include creating a new virtual machine, preparing a Ubuntu ISO image, and defining the installation parameters. After Ubuntu installation, the guide suggests updating Ubuntu packages and installing VMware Tools for enhanced performance. The process wraps up with system reboot and…
-
How to install Windows 10 on VirtualBox
The tutorial guides students and new users on installing Windows 10 Pro onto VirtualBox, a virtualization software. The process involves creating a guest machine on VirtualBox, installing Windows 10 Pro from a DVD or ISO image, and finally configuring Windows 10 settings post-installation. Users are reminded to install VirtualBox guest additions software upon logging into…
-
How to fix VboxClient fail to start error on Ubuntu Linux
This article provides a solution for the “VboxClient (seamless) fail to start” error on Ubuntu Linux after upgrading to VirtualBox 5.2. It outlines the steps to prepare and install VirtualBox Guest Addition Software to resolve integration issues between the host and guest machines.
-
How to install Ajenti on Ubuntu Linux
Ajenti is a web-based configuration tool that simplifies Linux server administration. It offers nearly complete system control, managing user accounts, system settings, aliases, and services through a single interface. This guide assists students and new users in installing Ajenti on Ubuntu 16.04, offering a convenient method to remotely manage a Linux box.
-
How to change the Nginx port on Ubuntu Linux
This tutorial guides on how to change the Nginx HTTP server port from its default ’80’ to prevent conflicts when using a proxy server or similar services that need port 80. The process involves identifying the Nginx port configuration file in the /etc/nginx/sites-available directory and altering the ‘listen’ line to specify the required port. Restarting…
-
How to install Nvidia GPU drivers on Ubuntu Linux
The post offers instructions on installing Nvidia GPU drivers for Ubuntu Linux, detailing how to use the open-source Nouveau driver or Nvidia’s proprietary drivers. Updates can be sourced from Nvidia’s official PPA repository, with specific drivers suggested for varying graphics cards. Systematic steps and command lines for installation and settings modifications are provided, with a…
-
Learn Workspaces and how to use them on Ubuntu Linux
Ubuntu 18.04 LTS offers a feature called Workspaces, similar to Windows 10’s virtual desktops, that allows the organization of apps and reduces clutter. Workspaces can be created and manipulated through the workspace selector, and apps can be moved between them via drag and drop. Closing all windows in a workspace removes it.
-
How to install InvoicePlane with Apache on Ubuntu Linux
This article explains how to install InvoicePlane, an open-source invoicing and payment platform, on Ubuntu Linux with Apache support. Detailed steps are provided to install Apache2 and MariaDB, secure the database, upgrade PHP from a third-party repository, create an InvoicePlane database, configure the servers, and setup Apache2 virtual host configuration. A step-by-step installation guide follows…
-
How to Install WebERP with Apache on Ubuntu Linux
The article provides a comprehensive guide for installing and utilizing WebERP, a popular open-source accounting and business management system, on Ubuntu Linux with Apache support. Essential steps include the installation of Apache2, MariaDB, PHP 7.1 and related modules alongside creating a WebERP database and eventually configuring Apache. The article concludes with the successful enabling and…