Make CentOS7 Full Screen Like Primary Operating System in VirtualBox

01-03-2022

Make CentOS7 Full Screen Like Primary Operating System in VirtualBox

Learn How to Make CentOS7 Full Screen Like Primary Operating System in VirtualBox. After Installing CentOS in VirtualBox, CentOs Screen does not Occupy the Full Window Screen. Here in this Tutorial, We Will See how to do it.


First of all, Download the CentOS7 ISO file from here. Download the full version of CentOS7 so that you can utilize the complete features of CentOS. This is Direct Download link of full version. Keep in mind, While installing it in VirtualBox, Choose "Server With GUI" Option.

After installing it, open the terminal and run the following commands one by one.
sudo yum -y install gcc

sudo yum install make perl

sudo yum -y install kernel-devel-$(uname -r)

sudo yum install elfutils-libelf-devel

Once all commands are completed, Go to "Devices" Menu in Virtual Box, and click on "Insert Guest Addition CD Image". After completing this process, you need to reboot the OS. Now you can enjoy the full-screen mode of CentOs7 in VirtualBox.

Latest Published Blog


PurgeCSS - Remove unused CSS from Web Pages

PurgeCSS - Remove unused CSS from Web Pages

03-04-2023

It is generally a good practice to remove unused CSS from web pages. As mentioned earlier, removing unused CSS can provide several benefits, including faster page loading times, improved website performance, reduced page weight, and better code maintainability.


Installing Asterisk16 on CentOs7

Installing Asterisk16 on CentOs7

14-04-2022

Here is Step-by-Step Guide to Installing Asterisk16 on CentOs7.


Make CentOS7 Full Screen Like Primary Operating System in VirtualBox

Make CentOS7 Full Screen Like Primary Operating System in VirtualBox

01-03-2022

Learn How to Make CentOS7 Full Screen Like Primary Operating System in VirtualBox. After Installing CentOS in VirtualBox, CentOs Screen does not Occupy the Full Window Screen. Here in this Tutorial, We Will See how to do it.


Setting  Key to a Column For Quick Fetch Operation From Larze Records

Setting Key to a Column For Quick Fetch Operation From Larze Records

14-02-2019

To set a key to a column in SQL, you need to create an index on that column. An index is a data structure that allows the database to quickly look up records based on the values in the indexed column. By creating an index on a column, you can improve the performance of queries that filter, sort, or group by that column.