Posts

How to Install & Configure Git on Ubuntu

Image
  Table of Contents 1.Introduction. 2.Install Git on Linux (Ubuntu 22.04.3 LTS) Virtual Machine. 3.Setup Git on  Linux ( Ubuntu 22.04.3 LTS) Virtual Machine. 1.Introduction. Git is a decentralized version control system developed by Linus Torvalds used for tracking changes in source code during software development. It allows multiple developers to collaborate efficiently by managing branches, merging code, and tracking project history.  2.Install Git on Linux (Ubuntu 22.04.3 LTS) Virtual Machine. To get started, we need to check if Git is already installed on our Ubuntu virtual machine. To do so, press CTRL + ALT + T  to open the "Terminal" . Once done, copy and paste the following command: git If it is not installed, you will be prompted to do so. To install Git , copy and paste the following command: git --version sudo apt install git You will also be prompted to enter your password. Once you press Enter , the installation process will start. Then, go ahead and press Y f

Basic Linux Command Lines.

Image
Table of Contents 1.Introduction. 2.Basic Linux Commands. 3.Conclusion. 1.Introduction. What is a Linux shell? A Linux shell or terminal is a command line interpreter (CLI) program or environment that enables users to interact with the Linux operating system by entering text-based commands and scripts. The shell serves as an intermediary between the user and the Linux kernel, which is the core of the operating system responsible for managing hardware resources and running processes.  The most commonly used shell in Linux is called Bash . How to write a command in Linux? First off, you need to open your shell or terminal on your Ubuntu virtual machine using VirtualBox. To do so, click on " Show Applications " on the bottom left corner of your Ubuntu desktop. Search for " Terminal " and click on the icon to open it. This is how a shell or terminal looks like once opened. You can then simply type in any command, some of which are explained below. If you have not alread

How to Install Ubuntu on VirtualBox on Windows 11.

Image
Table of Contents 1.Introduction. 2.Requirements for installing Ubuntu on VirtualBox. 3.Virtualization. 4.Install VirtualBox & Extension Pack on Windows. 5.Setup Ubuntu 22.04.3 LTS on VirtualBox. 6 .In stall Ubuntu 22.04.3 LTS on VirtualBox. 7.Conclusion. 1.Introduction. VirtualBox is an open-source virtualization software developed by Oracle. It allows users to install a large number of guest operating systems on hosts such as Windows, Linux, MacOS and Solaris. 2.Requirements for installing Ubuntu on VirtualBox. Minimum 2 CPU cores Minimum 4GB RAM Minimum 25GB storage 64-bit operating system Stable internet connection 3.Virtualization. Before you can install VirtualBox, you need to make sure that virtualization is turned on your computer.  To do so, press CTRL + Shift + ESC to open Task Manager.  Then, go ahead and click on " Performance " and then on " CPU ".                 If "Virtualization" is disabled on your computer, you can turn it on by goi