SlideShare a Scribd company logo
Virtual Machine
• Not technically part of Web Applications
• Necessary so we can administer the machine
• VirtualBox
• LL46 installed
• Personal machine -> www.virtualbox.org/wiki/Downloads
• CentOS 7 (RHEL 7)
• www.centos.org
• I:shamblinFall_2016CS_4143CentOS-7-x66_64-Minimal-1511.iso
Install the VM -> Start VirtualBox
Start VirtualBox
Click ‘New’
Installing the VM -> Name and OS
Name: Your Choice
Type: Linux
Version: Red Hat (64-bit)
Click ‘Next’
Installing the VM -> Memory size
Set memory size to ~2Gb
Don’t get past the green on the
slider for your machine
Click ‘Next’
Installing the VM -> Hard disk
Accept default
(Create a virtual hard disk now)
Click ‘Create’
Installing the VM -> Hard disk file type
Accept the default (VDI)
If you’re adventurous and you want to
use some other virtual software you
may want to investigate this.
Click ‘Next’
Installing the VM -> Storage on physical hard
disk
Accept the default
Click ‘Next’
Installing the VM -> File location and size
Unless you have a reason to name the file
differently and put it some place else,
accept the default for the name and
location
Adjust the size to ~20Gb -> this is
probably overkill
Click ‘Create’
Installing the VM -> Back to VirtualBox
Manager Window
Choose ‘Settings’
Installing the VM -> Settings -> General
Click the ‘Advanced’ tab
Use the drop down boxes
to choose ‘Bidirectional’
On the left select “Display”
Installing the VM -> Settings -> Display
Under the ‘Screen’ tab,
increase the Video Memory
On the left, select “Storage”
Installing the VM -> Settings -> Storage 1
Under ‘Storage Tree’, click “Empty”
Under ‘Attributes’, click the CD/DVD
icon to the right (Tool tip: “Choose a
...”)
Click
“Choose Virtual Optical Disk File …”
Navigate to the iso and open
Installing the VM -> Settings -> Storage 2
On the left, “Network”
Installing the VM -> Settings -> Network
Use the drop down to change
to ‘Bridged Adapter’
On the left, select “Shared
Folders”
Installing the VM -> Settings -> Shared Folders
Far right, click the icon of a
folder with a ‘+’ on it (Tool tip:
‘Adds new…’)
Under ‘Folder Path:’ use drop
down to select ‘Other’
Navigate to/create the file you
wish to share between the host
and the guest.
Select the ‘Auto-mount’
checkbox
Click ‘OK’
Click ‘OK’
Installing the VM -> Ready to install
Click ‘Start’
Installing the VM -> Installation -> Initial
Screen
A new window opens
Select it
Installing the VM -> Installation -> Capture
Initially the VM will capture the
cursor, that’s ok, we will fix it later.
Any time you need to ‘get free’ click
the right <Ctrl> key on the keyboard
Click “Capture”
Installing the VM -> Installation -> Install
CentOS 7
Use the up arrow on the
keyboard to select
“Install CentOS 7”
Press the enter key
WAIT!!!!!!!!!!!!!!!!!
Installing the VM -> Installation -> Welcome
Click ‘Continue’ in the lower
right
Installing the VM -> Installation -> Summary
Click ‘DATE & TIME’
Installing the VM -> Installation -> DATE &
TIME
Click some where in the Central
Time Zone (unless … )
Adjust the time
Click ‘Done’
Installing the VM -> Installation -
>PreDestination
If you are using the minimal
install iso I provided,
“SOFTWARE SELECTION” should
reflect ‘Minimal Install’. If not,
click “SOFTWARE SELECTION”,
then choose ‘Minimal Install’
and click “Done”
Click “INSTALLATION
DESTINATION”.
Installing the VM -> Installation ->Destination
You could setup your own partioning and
mount scheme here if you chose to do
so. For our purposes we can accept the
default.
Click ‘Done’
Installing the VM -> Installation ->
PostDestination
Select “NETWORK & HOST
NAME”
Installing the VM -> Installation -> NETWORK
1
At the top right, turn Ethernet
“ON”
At the lower right, click
‘Configure …’
Installing the VM -> NETWORK -> Ethernet
Configuration
Select the “General” tab
Select the ‘Automatically connect …’
checkbox
Click ‘Save’
Click ‘Done’
Installing the VM -> Summary -> Begin
Ensure
“DATE & TIME” -> Central (???)
“SOFTWARE SELECTION” -> ‘Minimal’
“INSTALLATION DESTINATION” -> ‘Automatic’
“NETWORK & HOST NAME” -> ‘Wired … connected’
Click ‘Begin Installation’
Installing the VM -> Configuration -> root
password
Installing the VM ->ROOT PASSWORD
Enter a password for the SUPER USER
This is the user that can do anything.
We won’t use it, but we must have
an account and password for it.
DON’T use a weak password!!!!
Click ‘Done’
Then Select “USER CREATION”
Installing the VM -> CREATE USER
Enter a ‘User name’. This will be the user
we log in as.
Make sure the ‘Make this user
administrator’ check box is checked.
Create a STRONG password
Click ‘Done’
Installing the VM -> Reboot
Once you have the ROOT PASSWORD
and USER CREATION done,
WAIT for this screen.
If you have completed ROOT
PASSWORD and USER CREATION and
you get a button ‘Finish
Configuration’ click that and WAIT for
this screen.
Click ‘Reboot’
Running the VM -> Initial login
Enter the user name and press
<enter> Yeah that’s different
than Windows.
Enter the password. It will not
show on the screen. Press
<enter>
Running the VM -> Logged In
So now we are logged in to the
machine and ready.
Note the prompt shows username
and the default HOSTNAME.
Running the VM -> Update
Enter the command:
sudo yum update<enter>
Since this will be the first time you
have used sudo, it will print a
message and ask for your user
password. Enter it.
Respond with y when asked
“Is this ok [y/d/N]”
and when asked again
WAIT!
Running the VM -> kernel-devel …
Give the command
sudo yum install kernel-devel
InthescreenshotIforgottoputinthesudosoIgottheerror“Youneedtobe…“
Give your password if prompted
Respond y
After that finishes give the command
sudo yum group install “Development Tools”
Note the ‘group’ and the double quotes
Respond y if prompted.
Finally
sudo yum group install “GNOME Desktop”
Respond y as necessary
WAIT!!!
Running the VM -> startx
When you get ‘Complete’
give the command
startx
You should get a window similar
to this.
Click ‘Next’ through the two
screens, then ‘Skip’
Running the VM -> GNOME Screen
You should get the Gnome ‘Getting
Started’ application. You can check
out the links as you wish. When
finished close the app by clicking the x
in the top right.
Running the VM -> Insert Guest Additions
Once you get to the Gnome desktop, you will
need to press the right <ctrl> key to release
the mouse cursor.
Then on the top menu click ‘Devices’ and
select ‘Insert Guest Additions CD image…’
Running the VM -> Run VBOXADDIONS …
Click on the desktop and ‘Capture’
the cursor.
Click ‘Run’
Authenticate with your password.
Running the VM -> Results of Guest Additions
Although we have the message ‘Failed
…’, we are ok. Press <enter>
Running the VM -> Terminal after Guest Add
On the Gnome menu select ‘Applications’
and then ‘Terminal’
Running the VM -> shutdown now -r
In the terminal window give the
command
sudo shutdown now –r
And your password
WAIT!!!!
Running the VM -> Finally
The machine will reboot.
Login again as normal user.
startx
And you should have something
similar to this and the cursor
should no longer be captured.
Running the VM -> Post Initial Setup
• The virtual machine should now be ready for us to use.
• Some things you will need to use later:
• login
• startx
• start a terminal
• shutdown now –r (to restart the vm)
• shutdown now –h ( to halt/shutdown the vm)

More Related Content

What's hot

Adobe premiere pro cs4 read me
Adobe premiere pro cs4 read meAdobe premiere pro cs4 read me
Adobe premiere pro cs4 read meLiliana Og
 
Cloud ready+installation+instructions
Cloud ready+installation+instructionsCloud ready+installation+instructions
Cloud ready+installation+instructions
Vishrut Chhajer
 
Subtitles
SubtitlesSubtitles
Subtitles
Alexandru98
 
Ubuntu 1804 Installation
Ubuntu 1804 InstallationUbuntu 1804 Installation
Ubuntu 1804 Installation
Vipin Gupta
 
Install CentOS Linux on Windows with VMware player
Install CentOS Linux on Windows with VMware playerInstall CentOS Linux on Windows with VMware player
Install CentOS Linux on Windows with VMware player
Mark Hsia
 
Publishing prototype
Publishing prototypePublishing prototype
Publishing prototype
LewisB2013
 
How to boot from usb to install windows 111
How to boot from usb to install windows 111How to boot from usb to install windows 111
How to boot from usb to install windows 111
Cole_Hart
 
Let’s talk virtualization
Let’s talk virtualizationLet’s talk virtualization
Let’s talk virtualization
Etienne Tremblay
 
Kali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-StepKali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-Step
Supriya G
 
Vital windows 10 short cut keys v1
Vital  windows 10 short cut keys v1Vital  windows 10 short cut keys v1
Vital windows 10 short cut keys v1
Yeabesha Serg
 
Masterining windows 10 resources
Masterining windows 10 resourcesMasterining windows 10 resources
Masterining windows 10 resources
Yeabesha Serg
 
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowTechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
Concentrated Technology
 
VMworld 2013: What's New in VMware Fusion
VMworld 2013: What's New in VMware Fusion VMworld 2013: What's New in VMware Fusion
VMworld 2013: What's New in VMware Fusion
VMworld
 
Virtual machine (vm)
Virtual machine (vm)Virtual machine (vm)
Virtual machine (vm)
laraibfatima79
 
Mush Ubuntu
Mush UbuntuMush Ubuntu
How to install windows 7
How  to install windows 7How  to install windows 7
How to install windows 7cmark11
 
Using Virtual P C 2007
Using  Virtual  P C 2007Using  Virtual  P C 2007
Using Virtual P C 2007Luis Barreto
 

What's hot (20)

Adobe premiere pro cs4 read me
Adobe premiere pro cs4 read meAdobe premiere pro cs4 read me
Adobe premiere pro cs4 read me
 
Cloud ready+installation+instructions
Cloud ready+installation+instructionsCloud ready+installation+instructions
Cloud ready+installation+instructions
 
Subtitles
SubtitlesSubtitles
Subtitles
 
Ubuntu 1804 Installation
Ubuntu 1804 InstallationUbuntu 1804 Installation
Ubuntu 1804 Installation
 
Install CentOS Linux on Windows with VMware player
Install CentOS Linux on Windows with VMware playerInstall CentOS Linux on Windows with VMware player
Install CentOS Linux on Windows with VMware player
 
Publishing prototype
Publishing prototypePublishing prototype
Publishing prototype
 
How to boot from usb to install windows 111
How to boot from usb to install windows 111How to boot from usb to install windows 111
How to boot from usb to install windows 111
 
Let’s talk virtualization
Let’s talk virtualizationLet’s talk virtualization
Let’s talk virtualization
 
Kali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-StepKali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-Step
 
Booting from VHD
Booting from VHDBooting from VHD
Booting from VHD
 
Vital windows 10 short cut keys v1
Vital  windows 10 short cut keys v1Vital  windows 10 short cut keys v1
Vital windows 10 short cut keys v1
 
Masterining windows 10 resources
Masterining windows 10 resourcesMasterining windows 10 resources
Masterining windows 10 resources
 
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowTechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
 
VMworld 2013: What's New in VMware Fusion
VMworld 2013: What's New in VMware Fusion VMworld 2013: What's New in VMware Fusion
VMworld 2013: What's New in VMware Fusion
 
Virtual machine (vm)
Virtual machine (vm)Virtual machine (vm)
Virtual machine (vm)
 
Mush Ubuntu
Mush UbuntuMush Ubuntu
Mush Ubuntu
 
Df3 Std Manual
Df3 Std ManualDf3 Std Manual
Df3 Std Manual
 
How to install windows 7
How  to install windows 7How  to install windows 7
How to install windows 7
 
Using Virtual P C 2007
Using  Virtual  P C 2007Using  Virtual  P C 2007
Using Virtual P C 2007
 
Win7guide
Win7guideWin7guide
Win7guide
 

Viewers also liked

Linux Audit By Kaustubh Padwad
Linux Audit By Kaustubh Padwad Linux Audit By Kaustubh Padwad
Linux Audit By Kaustubh Padwad
Kaustubh Padwad
 
How To Manage Services on RHEL 7 or CentOS 7
How To Manage Services on RHEL 7 or CentOS 7How To Manage Services on RHEL 7 or CentOS 7
How To Manage Services on RHEL 7 or CentOS 7
VCP Muthukrishna
 
How To Install and Generate Audit Reports in CentOS 7 or RHEL 7
How To Install and Generate Audit Reports in CentOS 7 or RHEL 7How To Install and Generate Audit Reports in CentOS 7 or RHEL 7
How To Install and Generate Audit Reports in CentOS 7 or RHEL 7
VCP Muthukrishna
 
LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7
VCP Muthukrishna
 
How to Install and Configure AWS CLI on RHEL 7
How to Install and Configure AWS CLI on RHEL 7How to Install and Configure AWS CLI on RHEL 7
How to Install and Configure AWS CLI on RHEL 7
VCP Muthukrishna
 
How to Install JAVA 7 (JDK 7u79) on CentOS_RHEL 7_6_5
How to Install JAVA 7 (JDK 7u79) on CentOS_RHEL 7_6_5How to Install JAVA 7 (JDK 7u79) on CentOS_RHEL 7_6_5
How to Install JAVA 7 (JDK 7u79) on CentOS_RHEL 7_6_5TUSHAR VARSHNEY
 
Web Server Hardening
Web Server HardeningWeb Server Hardening
Web Server Hardening
n|u - The Open Security Community
 
How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7
VCP Muthukrishna
 
Linux Hardening
Linux HardeningLinux Hardening
Linux Hardening
Michael Boelen
 
How To Install CentOS 7
How To Install CentOS 7How To Install CentOS 7
How To Install CentOS 7
VCP Muthukrishna
 
Samba tutorial
Samba tutorialSamba tutorial
Samba tutorial
Sofian Mohamad
 
How to Install MariaDB Server or MySQL Server on CentOS 7
How to Install MariaDB Server or MySQL Server on CentOS 7How to Install MariaDB Server or MySQL Server on CentOS 7
How to Install MariaDB Server or MySQL Server on CentOS 7
VCP Muthukrishna
 
How To Configure VNC Server on CentOS 7
How To Configure VNC Server on CentOS 7How To Configure VNC Server on CentOS 7
How To Configure VNC Server on CentOS 7
VCP Muthukrishna
 
6. centos networking
6. centos networking6. centos networking
6. centos networking
Mohd yasin Karim
 
How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7
VCP Muthukrishna
 
Hardening Linux Server Security
Hardening Linux Server SecurityHardening Linux Server Security
Hardening Linux Server Security
Ilham Kurniawan
 
How To Configure Apache VirtualHost on RHEL 7 on AWS
How To Configure Apache VirtualHost on RHEL 7 on AWSHow To Configure Apache VirtualHost on RHEL 7 on AWS
How To Configure Apache VirtualHost on RHEL 7 on AWS
VCP Muthukrishna
 
How To Install and Configure Splunk on RHEL 7 in AWS
How To Install and Configure Splunk on RHEL 7 in AWSHow To Install and Configure Splunk on RHEL 7 in AWS
How To Install and Configure Splunk on RHEL 7 in AWS
VCP Muthukrishna
 
Configure Run Levels RHEL 7 or CentOS 7
Configure Run Levels RHEL 7 or CentOS 7Configure Run Levels RHEL 7 or CentOS 7
Configure Run Levels RHEL 7 or CentOS 7
VCP Muthukrishna
 

Viewers also liked (20)

Linux Audit By Kaustubh Padwad
Linux Audit By Kaustubh Padwad Linux Audit By Kaustubh Padwad
Linux Audit By Kaustubh Padwad
 
How To Manage Services on RHEL 7 or CentOS 7
How To Manage Services on RHEL 7 or CentOS 7How To Manage Services on RHEL 7 or CentOS 7
How To Manage Services on RHEL 7 or CentOS 7
 
Audit
AuditAudit
Audit
 
How To Install and Generate Audit Reports in CentOS 7 or RHEL 7
How To Install and Generate Audit Reports in CentOS 7 or RHEL 7How To Install and Generate Audit Reports in CentOS 7 or RHEL 7
How To Install and Generate Audit Reports in CentOS 7 or RHEL 7
 
LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7
 
How to Install and Configure AWS CLI on RHEL 7
How to Install and Configure AWS CLI on RHEL 7How to Install and Configure AWS CLI on RHEL 7
How to Install and Configure AWS CLI on RHEL 7
 
How to Install JAVA 7 (JDK 7u79) on CentOS_RHEL 7_6_5
How to Install JAVA 7 (JDK 7u79) on CentOS_RHEL 7_6_5How to Install JAVA 7 (JDK 7u79) on CentOS_RHEL 7_6_5
How to Install JAVA 7 (JDK 7u79) on CentOS_RHEL 7_6_5
 
Web Server Hardening
Web Server HardeningWeb Server Hardening
Web Server Hardening
 
How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7
 
Linux Hardening
Linux HardeningLinux Hardening
Linux Hardening
 
How To Install CentOS 7
How To Install CentOS 7How To Install CentOS 7
How To Install CentOS 7
 
Samba tutorial
Samba tutorialSamba tutorial
Samba tutorial
 
How to Install MariaDB Server or MySQL Server on CentOS 7
How to Install MariaDB Server or MySQL Server on CentOS 7How to Install MariaDB Server or MySQL Server on CentOS 7
How to Install MariaDB Server or MySQL Server on CentOS 7
 
How To Configure VNC Server on CentOS 7
How To Configure VNC Server on CentOS 7How To Configure VNC Server on CentOS 7
How To Configure VNC Server on CentOS 7
 
6. centos networking
6. centos networking6. centos networking
6. centos networking
 
How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7
 
Hardening Linux Server Security
Hardening Linux Server SecurityHardening Linux Server Security
Hardening Linux Server Security
 
How To Configure Apache VirtualHost on RHEL 7 on AWS
How To Configure Apache VirtualHost on RHEL 7 on AWSHow To Configure Apache VirtualHost on RHEL 7 on AWS
How To Configure Apache VirtualHost on RHEL 7 on AWS
 
How To Install and Configure Splunk on RHEL 7 in AWS
How To Install and Configure Splunk on RHEL 7 in AWSHow To Install and Configure Splunk on RHEL 7 in AWS
How To Install and Configure Splunk on RHEL 7 in AWS
 
Configure Run Levels RHEL 7 or CentOS 7
Configure Run Levels RHEL 7 or CentOS 7Configure Run Levels RHEL 7 or CentOS 7
Configure Run Levels RHEL 7 or CentOS 7
 

Similar to Virtual machine

Intoduction to VirtualBox English
Intoduction to VirtualBox EnglishIntoduction to VirtualBox English
Intoduction to VirtualBox EnglishKichiemon Adachi
 
Wobd2 how to install ford ids-v96
Wobd2 how to install ford ids-v96Wobd2 how to install ford ids-v96
Wobd2 how to install ford ids-v96
carobd2
 
How To Create The Ubuntu 20 VM Template For VMware Automation
How To Create The Ubuntu 20 VM Template For VMware AutomationHow To Create The Ubuntu 20 VM Template For VMware Automation
How To Create The Ubuntu 20 VM Template For VMware Automation
Real Estate
 
1 installing ubuntu1404-lts_on_virtualbox
1 installing ubuntu1404-lts_on_virtualbox1 installing ubuntu1404-lts_on_virtualbox
1 installing ubuntu1404-lts_on_virtualbox
Kichiemon Adachi
 
Osr506on esx
Osr506on esxOsr506on esx
Osr506on esx
François Dénommée
 
12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windowsrajuy2r
 
Open Ecosystem Live PC Installation
Open Ecosystem Live PC InstallationOpen Ecosystem Live PC Installation
Open Ecosystem Live PC Installation
Dr Shiyghan Navti
 
CentOS 7- Installation
CentOS 7-  InstallationCentOS 7-  Installation
CentOS 7- Installation
Vipin Gupta
 
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxHow to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
Rusty Painter
 
openQRM how-to: Setup UEC and openQRM cloud
openQRM how-to: Setup UEC and openQRM cloudopenQRM how-to: Setup UEC and openQRM cloud
openQRM how-to: Setup UEC and openQRM cloud
openQRM Enterprise GmbH
 
Vmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenterVmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenter
A. Shamel
 
Vmware esxi and ucs firmware upgrade steps and challenges v4.10
Vmware  esxi and  ucs firmware upgrade steps and challenges v4.10Vmware  esxi and  ucs firmware upgrade steps and challenges v4.10
Vmware esxi and ucs firmware upgrade steps and challenges v4.10
Amim Ansari
 
Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7
VCP Muthukrishna
 
Get installation process of comodo internet security in PPT
Get installation process of comodo internet security in PPTGet installation process of comodo internet security in PPT
Get installation process of comodo internet security in PPT
William hendric
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server BuildRobert Jones
 
setting up v ms
 setting up v ms setting up v ms
setting up v ms
chigio
 
How to install_comodo_free_internet_security
How to install_comodo_free_internet_securityHow to install_comodo_free_internet_security
How to install_comodo_free_internet_security
William hendric
 
Booting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual boxBooting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual box
Brent Muir
 
Krenel Based Virtual Machine In Centos7
Krenel Based Virtual Machine In Centos7Krenel Based Virtual Machine In Centos7
Krenel Based Virtual Machine In Centos7
a_ratra
 

Similar to Virtual machine (20)

Intoduction to VirtualBox English
Intoduction to VirtualBox EnglishIntoduction to VirtualBox English
Intoduction to VirtualBox English
 
Wobd2 how to install ford ids-v96
Wobd2 how to install ford ids-v96Wobd2 how to install ford ids-v96
Wobd2 how to install ford ids-v96
 
How To Create The Ubuntu 20 VM Template For VMware Automation
How To Create The Ubuntu 20 VM Template For VMware AutomationHow To Create The Ubuntu 20 VM Template For VMware Automation
How To Create The Ubuntu 20 VM Template For VMware Automation
 
1 installing ubuntu1404-lts_on_virtualbox
1 installing ubuntu1404-lts_on_virtualbox1 installing ubuntu1404-lts_on_virtualbox
1 installing ubuntu1404-lts_on_virtualbox
 
Osr506on esx
Osr506on esxOsr506on esx
Osr506on esx
 
12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows
 
2 v mware
2 v mware2 v mware
2 v mware
 
Open Ecosystem Live PC Installation
Open Ecosystem Live PC InstallationOpen Ecosystem Live PC Installation
Open Ecosystem Live PC Installation
 
CentOS 7- Installation
CentOS 7-  InstallationCentOS 7-  Installation
CentOS 7- Installation
 
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxHow to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
 
openQRM how-to: Setup UEC and openQRM cloud
openQRM how-to: Setup UEC and openQRM cloudopenQRM how-to: Setup UEC and openQRM cloud
openQRM how-to: Setup UEC and openQRM cloud
 
Vmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenterVmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenter
 
Vmware esxi and ucs firmware upgrade steps and challenges v4.10
Vmware  esxi and  ucs firmware upgrade steps and challenges v4.10Vmware  esxi and  ucs firmware upgrade steps and challenges v4.10
Vmware esxi and ucs firmware upgrade steps and challenges v4.10
 
Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7
 
Get installation process of comodo internet security in PPT
Get installation process of comodo internet security in PPTGet installation process of comodo internet security in PPT
Get installation process of comodo internet security in PPT
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
setting up v ms
 setting up v ms setting up v ms
setting up v ms
 
How to install_comodo_free_internet_security
How to install_comodo_free_internet_securityHow to install_comodo_free_internet_security
How to install_comodo_free_internet_security
 
Booting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual boxBooting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual box
 
Krenel Based Virtual Machine In Centos7
Krenel Based Virtual Machine In Centos7Krenel Based Virtual Machine In Centos7
Krenel Based Virtual Machine In Centos7
 

Recently uploaded

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 

Recently uploaded (20)

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 

Virtual machine

  • 1. Virtual Machine • Not technically part of Web Applications • Necessary so we can administer the machine • VirtualBox • LL46 installed • Personal machine -> www.virtualbox.org/wiki/Downloads • CentOS 7 (RHEL 7) • www.centos.org • I:shamblinFall_2016CS_4143CentOS-7-x66_64-Minimal-1511.iso
  • 2. Install the VM -> Start VirtualBox Start VirtualBox Click ‘New’
  • 3. Installing the VM -> Name and OS Name: Your Choice Type: Linux Version: Red Hat (64-bit) Click ‘Next’
  • 4. Installing the VM -> Memory size Set memory size to ~2Gb Don’t get past the green on the slider for your machine Click ‘Next’
  • 5. Installing the VM -> Hard disk Accept default (Create a virtual hard disk now) Click ‘Create’
  • 6. Installing the VM -> Hard disk file type Accept the default (VDI) If you’re adventurous and you want to use some other virtual software you may want to investigate this. Click ‘Next’
  • 7. Installing the VM -> Storage on physical hard disk Accept the default Click ‘Next’
  • 8. Installing the VM -> File location and size Unless you have a reason to name the file differently and put it some place else, accept the default for the name and location Adjust the size to ~20Gb -> this is probably overkill Click ‘Create’
  • 9. Installing the VM -> Back to VirtualBox Manager Window Choose ‘Settings’
  • 10. Installing the VM -> Settings -> General Click the ‘Advanced’ tab Use the drop down boxes to choose ‘Bidirectional’ On the left select “Display”
  • 11. Installing the VM -> Settings -> Display Under the ‘Screen’ tab, increase the Video Memory On the left, select “Storage”
  • 12. Installing the VM -> Settings -> Storage 1 Under ‘Storage Tree’, click “Empty” Under ‘Attributes’, click the CD/DVD icon to the right (Tool tip: “Choose a ...”) Click “Choose Virtual Optical Disk File …” Navigate to the iso and open
  • 13. Installing the VM -> Settings -> Storage 2 On the left, “Network”
  • 14. Installing the VM -> Settings -> Network Use the drop down to change to ‘Bridged Adapter’ On the left, select “Shared Folders”
  • 15. Installing the VM -> Settings -> Shared Folders Far right, click the icon of a folder with a ‘+’ on it (Tool tip: ‘Adds new…’) Under ‘Folder Path:’ use drop down to select ‘Other’ Navigate to/create the file you wish to share between the host and the guest. Select the ‘Auto-mount’ checkbox Click ‘OK’ Click ‘OK’
  • 16. Installing the VM -> Ready to install Click ‘Start’
  • 17. Installing the VM -> Installation -> Initial Screen A new window opens Select it
  • 18. Installing the VM -> Installation -> Capture Initially the VM will capture the cursor, that’s ok, we will fix it later. Any time you need to ‘get free’ click the right <Ctrl> key on the keyboard Click “Capture”
  • 19. Installing the VM -> Installation -> Install CentOS 7 Use the up arrow on the keyboard to select “Install CentOS 7” Press the enter key WAIT!!!!!!!!!!!!!!!!!
  • 20. Installing the VM -> Installation -> Welcome Click ‘Continue’ in the lower right
  • 21. Installing the VM -> Installation -> Summary Click ‘DATE & TIME’
  • 22. Installing the VM -> Installation -> DATE & TIME Click some where in the Central Time Zone (unless … ) Adjust the time Click ‘Done’
  • 23. Installing the VM -> Installation - >PreDestination If you are using the minimal install iso I provided, “SOFTWARE SELECTION” should reflect ‘Minimal Install’. If not, click “SOFTWARE SELECTION”, then choose ‘Minimal Install’ and click “Done” Click “INSTALLATION DESTINATION”.
  • 24. Installing the VM -> Installation ->Destination You could setup your own partioning and mount scheme here if you chose to do so. For our purposes we can accept the default. Click ‘Done’
  • 25. Installing the VM -> Installation -> PostDestination Select “NETWORK & HOST NAME”
  • 26. Installing the VM -> Installation -> NETWORK 1 At the top right, turn Ethernet “ON” At the lower right, click ‘Configure …’
  • 27. Installing the VM -> NETWORK -> Ethernet Configuration Select the “General” tab Select the ‘Automatically connect …’ checkbox Click ‘Save’ Click ‘Done’
  • 28. Installing the VM -> Summary -> Begin Ensure “DATE & TIME” -> Central (???) “SOFTWARE SELECTION” -> ‘Minimal’ “INSTALLATION DESTINATION” -> ‘Automatic’ “NETWORK & HOST NAME” -> ‘Wired … connected’ Click ‘Begin Installation’
  • 29. Installing the VM -> Configuration -> root password
  • 30. Installing the VM ->ROOT PASSWORD Enter a password for the SUPER USER This is the user that can do anything. We won’t use it, but we must have an account and password for it. DON’T use a weak password!!!! Click ‘Done’ Then Select “USER CREATION”
  • 31. Installing the VM -> CREATE USER Enter a ‘User name’. This will be the user we log in as. Make sure the ‘Make this user administrator’ check box is checked. Create a STRONG password Click ‘Done’
  • 32. Installing the VM -> Reboot Once you have the ROOT PASSWORD and USER CREATION done, WAIT for this screen. If you have completed ROOT PASSWORD and USER CREATION and you get a button ‘Finish Configuration’ click that and WAIT for this screen. Click ‘Reboot’
  • 33. Running the VM -> Initial login Enter the user name and press <enter> Yeah that’s different than Windows. Enter the password. It will not show on the screen. Press <enter>
  • 34. Running the VM -> Logged In So now we are logged in to the machine and ready. Note the prompt shows username and the default HOSTNAME.
  • 35. Running the VM -> Update Enter the command: sudo yum update<enter> Since this will be the first time you have used sudo, it will print a message and ask for your user password. Enter it. Respond with y when asked “Is this ok [y/d/N]” and when asked again WAIT!
  • 36. Running the VM -> kernel-devel … Give the command sudo yum install kernel-devel InthescreenshotIforgottoputinthesudosoIgottheerror“Youneedtobe…“ Give your password if prompted Respond y After that finishes give the command sudo yum group install “Development Tools” Note the ‘group’ and the double quotes Respond y if prompted. Finally sudo yum group install “GNOME Desktop” Respond y as necessary WAIT!!!
  • 37. Running the VM -> startx When you get ‘Complete’ give the command startx You should get a window similar to this. Click ‘Next’ through the two screens, then ‘Skip’
  • 38. Running the VM -> GNOME Screen You should get the Gnome ‘Getting Started’ application. You can check out the links as you wish. When finished close the app by clicking the x in the top right.
  • 39. Running the VM -> Insert Guest Additions Once you get to the Gnome desktop, you will need to press the right <ctrl> key to release the mouse cursor. Then on the top menu click ‘Devices’ and select ‘Insert Guest Additions CD image…’
  • 40. Running the VM -> Run VBOXADDIONS … Click on the desktop and ‘Capture’ the cursor. Click ‘Run’ Authenticate with your password.
  • 41. Running the VM -> Results of Guest Additions Although we have the message ‘Failed …’, we are ok. Press <enter>
  • 42. Running the VM -> Terminal after Guest Add On the Gnome menu select ‘Applications’ and then ‘Terminal’
  • 43. Running the VM -> shutdown now -r In the terminal window give the command sudo shutdown now –r And your password WAIT!!!!
  • 44. Running the VM -> Finally The machine will reboot. Login again as normal user. startx And you should have something similar to this and the cursor should no longer be captured.
  • 45. Running the VM -> Post Initial Setup • The virtual machine should now be ready for us to use. • Some things you will need to use later: • login • startx • start a terminal • shutdown now –r (to restart the vm) • shutdown now –h ( to halt/shutdown the vm)