Latest Posts
Monday, January 10, 2022
I've done a post on this before, but it was for an older version of Linux CentOS it no longer works for CentOS 8 Stream. So instead of updating the existing post, I am doing another post so it won't confuse you. The older post is for older version of CentOS and this one is for CentOS 8
The first thing you noticed after your install of CentOS on VirtualBox is that it's pretty small even if you put it in Fullscreen mode, it doesn't not fill the whole screen at all, as a matter of fact the size stayed the same.
In this post we are going to install the Guest Addition tool in VirtualBox to make the VM fullscreen truly fullscreen.
Here are the steps to make the VM fullscreen:
1. Log into your system as root
2. Run dnf update -y, if you have no internet access type dhclient -v to get access
3. Next we want to install Red Hat's repository of tools with this command dnf install epel-release
4. Once the update is finished run the command dnf install gcc make perl kernel-devel kernel-headers bzip2 dkms -y to install headers and build tools
9. Type in the root password and click on "Authenticate"
10. If you don't see your VM going fullscreen, then try reboot
11. Once rebooted click on "View", then "Full-screen Mode" to use your VM in fullscreen mode
Monday, September 6, 2021
To simulate a real world scenario often times you have to add components to your virtualize Linux operating system. In this post we are going to add a new disk to our virtual machine in Oracle's VirtualBox.
Here are the steps to adding a new disk to a VM:
1. Right click on your virtual machine and select settings then select "Storage", the power must be off. Click on the second icon next to the "Controller: SATA" section
2. On the next dialog click on the "Create" icon
3. Click "Next"
4. Click "Next"
5. Type in a name for the disk and then click "Create"
6. Select the disk under "Not Attached" and then click on "Choose"
7. Now your new disk is attached to the Virtual Machine, click "OK"
Tuesday, July 31, 2018
People often get confused when they work with Azure because there are two versions of Azure. Most people call it the classic mode and the new portal Azure or the more official term is ASM vs ARM. In this post we will create a CentOS Linux virtual machine in the new Azure portal.
Tuesday, July 24, 2018
Tuesday, July 10, 2018
1. Make sure you have internet connection
2. Click "Start" on your "CentOS" VM
Tuesday, July 3, 2018
On the previous blog we went over how to create a new virtual machine for CentOS in VirtualBox. In this blog we will go over how to install the CentOS ISO file on the new virtual machine that we've just created. Below are the step by step instructions of how to install CentOS on VirtualBox.
Tuesday, June 26, 2018
Sunday, June 19, 2016
1. Make sure you have internet connection
2. Click "Start" on your "CentOS" VM