Virtual Box
VirtualBox is used for creating virtual machines for development.
Sections
- Add-Guest-Additions
- Bashrc
- Cent OS-Internet
- Cent OS-Python
- Cent OS-Users
- Create-Virtual-Machine
- Guest-Additions-Shared-Folder
- Install-Virtual Box
- Linux Distors
- Putty
- SCP
- SSH
- Ubuntu
- VBox Manage
- Virtual-Machine-Clipboard-Configuration
- Virtual-Machine-Display-Configuration
Setup
- Install-VirtualBox: Download and install virtual box onto a Linux, Windows, or Mac.
- Create-Virtual-Machine: Allocating resources to create a virtual computer and installing an iso (computer operating system image).
- CentOS-Python: Python is a programming language.
GUI:
- Add-Guest-Additions: Provides a closer integration between host and guest system and improves the interactive performance of guest systems (the Virutual Machine).
- Guest-Additions-Shared-Folder
- Virtual-Machine-Clipboard-Configuration
- Virtual-Machine-display-Configuration
Terminal:
- CentOS-Users: Add users, provide root privlages to users, remove users.
- SSH (Secure Shell): Used to securly connect to a computer remotely via the terminal.
- SCP (Secure Copy): Used to securely copy files between computers.
- Bashrc: Used to configure the bash terminal. You can define commands here.
- CentOS-Internet:
Communications
Journal
- 2020.06.08 Organized VirtualBox Section
- 2020.06.10
- Added Bashrc section
- CentOS-Internet section
- CentOS-Python section
- CentOS-Users section
- SSH section
- 2020.06.15 added Putty section
- 2020.06.26 Added link to SCP section